v3.0.1
v3.0.1
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CC.Yi.IBLL
|
||||
{
|
||||
public partial interface IstudentBll : IBaseBll<student>
|
||||
{
|
||||
}
|
||||
public partial interface IpropBll : IBaseBll<prop>
|
||||
{
|
||||
Task<bool> DelListByUpdateList(List<int> Ids);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user