充值兑换码相关接口

This commit is contained in:
张松
2025-10-21 14:51:06 +08:00
parent f7568202df
commit 81ad6f433c
3 changed files with 23 additions and 1 deletions

View File

@@ -13,4 +13,5 @@ import com.czg.market.entity.MkEnableConfig;
public interface MkEnableConfigService extends IService<MkEnableConfig> {
Boolean upEnable(Long mainShopId, Long shopId, Integer enable, TableValueConstant.EnableConfig.Type type);
Integer detail(Long mainShopId, Long shopId, TableValueConstant.EnableConfig.Type type);
}