update 删除所有Xn前缀, 规范了所有分页参数和返回值
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Ewide.Core.Service
|
||||
/// <summary>
|
||||
/// 组织机构参数
|
||||
/// </summary>
|
||||
public class OrgInput : XnInputBase
|
||||
public class OrgInput : InputBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 父Id
|
||||
|
||||
@@ -66,7 +66,7 @@ namespace Ewide.Core.Service
|
||||
.ToPageData<SysOrg,OrgOutput>(input);
|
||||
//.Select(u => u.Adapt<OrgOutput>())
|
||||
//.ToPagedListAsync(input.PageNo, input.PageSize);
|
||||
return XnPageResult<OrgOutput>.PageResult(orgs);
|
||||
return PageDataResult<OrgOutput>.PageResult(orgs);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user