增加船只接口
This commit is contained in:
@@ -13,7 +13,7 @@ public interface IUnitUserWeight
|
||||
Task<bool> CheckUserWeight(string userId, int useWeight);
|
||||
|
||||
#region 船只相关
|
||||
|
||||
Task<unit_user_ship> GetUserShipInfo(string usId);
|
||||
Task<List<unit_user_ship>> GetUserShip(string userId);
|
||||
Task<int> GetUserShipMaxWeight(string userId);
|
||||
Task<bool> UpdateUserShipOnWeight(string userId, int op, int weight);
|
||||
|
||||
Reference in New Issue
Block a user