1212
This commit is contained in:
@@ -11,7 +11,8 @@ public interface IUnitUserWeight
|
||||
|
||||
Task<List<unit_user_weight_log>> GetUserWeightLog(string userId);
|
||||
Task<bool> CheckUserWeight(string userId, int useWeight);
|
||||
|
||||
Task<bool> CheckUserWeight(string userId, TowerGet data);
|
||||
Task<bool> CheckUserWeight(string userId, string code, string par, long count);
|
||||
#region 船只相关
|
||||
Task<unit_user_ship> GetUserShipInfo(string usId);
|
||||
Task<List<unit_user_ship>> GetUserShip(string userId);
|
||||
|
||||
Reference in New Issue
Block a user