mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-03 23:56:37 +08:00
重新生成getlistinput模板,联调接口
This commit is contained in:
@@ -11,6 +11,6 @@ namespace Yi.Framework.Interface.ERP
|
||||
{
|
||||
public interface IUnitService : ICrudAppService<UnitGetListOutput, long, UnitCreateUpdateInput>
|
||||
{
|
||||
Task<PageModel<List<UnitGetListOutput>>> PageListAsync(UnitCreateUpdateInput input, PageParModel page);
|
||||
Task<PageModel<List<UnitGetListOutput>>> PageListAsync(UnitGetListInput input, PageParModel page);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user