update 获取流转日志列表

This commit is contained in:
2021-07-06 18:27:07 +08:00
parent 6a97b9440b
commit 1d672586b3
4 changed files with 85 additions and 3 deletions

View File

@@ -17,5 +17,8 @@ namespace Ewide.Application.Service
Task AddThenRead(string houseCodeId, List<SysUser> targetUsers, HouseLogType type);
Task AddThenDone(string houseCodeId, SysUser targetUser, HouseLogType type);
Task AddThenDone(string houseCodeId, List<SysUser> targetUsers, HouseLogType type);
Task<dynamic> List(HouseLogInput input);
Task<dynamic> ListByInfoId(HouseLogInput input);
Task<dynamic> ListByTaskId(HouseLogInput input);
}
}