修复
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public interface IGameMallService
|
||||
{
|
||||
Task<List<game_mall>> GetMallData(int area, string type, int page, int limit, RefAsync<int> total);
|
||||
Task<game_mall> GetMallInfo(string mallId);
|
||||
Task<bool> AddLog(game_mall mall, string userId, int count);
|
||||
}
|
||||
Reference in New Issue
Block a user