mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 00:37:21 +08:00
加入任务调度模块
This commit is contained in:
@@ -31,4 +31,10 @@ namespace Yi.Framework.Interface
|
||||
Task<bool> DelListByUpdateAsync(List<int> _ids);
|
||||
Task<IEnumerable<user>> GetAllEntitiesTrueAsync();
|
||||
}
|
||||
|
||||
public partial interface IVisitService:IBaseService<visit>
|
||||
{
|
||||
Task<bool> DelListByUpdateAsync(List<int> _ids);
|
||||
Task<IEnumerable<visit>> GetAllEntitiesTrueAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user