mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
完成列表
This commit is contained in:
@@ -17,12 +17,12 @@ namespace OpenAuth.App
|
||||
/// <summary>
|
||||
/// 根据部门ID得到进出库信息
|
||||
/// </summary>
|
||||
public dynamic Load(string username, Guid orgId, int pageindex, int pagesize)
|
||||
public dynamic Load(string username, Guid orgId, int page, int rows)
|
||||
{
|
||||
return _service.Load(username, orgId, pageindex, pagesize);
|
||||
return _service.Load(username, orgId, page, rows);
|
||||
}
|
||||
|
||||
public void Delete(Guid id)
|
||||
public void Delete(Guid[] id)
|
||||
{
|
||||
_service.Delete(id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user