1212
This commit is contained in:
@@ -16,6 +16,8 @@ public interface IUnitUserAccService
|
||||
|
||||
Task<unit_user_copper> GetUserCopperInfo(string userId);
|
||||
Task<bool> UpdateUserCopper(string userId, int type, long count, string remark = "");
|
||||
Task<unit_user_data> GetUserDataInfo(string userId);
|
||||
Task<bool> UpdateUserData(string userId, int type, string accType, long count, string remark = "");
|
||||
|
||||
#endregion
|
||||
}
|
||||
@@ -44,7 +44,7 @@ public interface IUnitUserAttrService
|
||||
#region 在线时间
|
||||
|
||||
Task<bool> UpdateOnLineTime(string userId, string code, int time);
|
||||
|
||||
Task HandleOnLineTimeData();
|
||||
#endregion
|
||||
|
||||
#region 药品栏
|
||||
|
||||
Reference in New Issue
Block a user