完善单位定义界面
This commit is contained in:
@@ -21,6 +21,11 @@ namespace Yi.Framework.Interface.Base.Crud
|
||||
/// <returns></returns>
|
||||
Task<TDetail> GetByIdAsync(TKey id);
|
||||
|
||||
/// <summary>
|
||||
/// 获取全部
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<List<TListDto>> GetListAsync();
|
||||
|
||||
/// <summary>
|
||||
/// 根据url参数查询
|
||||
|
||||
Reference in New Issue
Block a user