This commit is contained in:
Putoo
2026-06-01 18:49:17 +08:00
parent 8a5b6d31ca
commit eb81a1c381
50 changed files with 1367 additions and 59 deletions

View File

@@ -5,7 +5,7 @@ public interface IGameEquService
#region
Task<game_equ> GetEquInfo(int equId);
Task<game_equ_suit> GetEuqSuitInfo(string suitCode);
#endregion
#region
@@ -29,4 +29,10 @@ public interface IGameEquService
#endregion
#region
Task<int> GetUserEquWeightSum(string userId);
#endregion
}