商品统计

This commit is contained in:
Tankaikai
2025-03-14 14:18:46 +08:00
parent e08b220bc7
commit 9ad6b7b89c
3 changed files with 41 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
package com.czg.account.service;
import com.czg.account.dto.msg.ShopMsgEditDTO;
import com.mybatisflex.core.service.IService;
import com.czg.account.entity.ShopMsgState;
import com.czg.account.param.ShopPushConfigParam;
import com.mybatisflex.core.service.IService;
import java.util.HashMap;
@@ -19,4 +20,5 @@ public interface ShopMsgStateService extends IService<ShopMsgState> {
Boolean edit(Long shopId, ShopMsgEditDTO shopMsgEditDTO);
String getCode(Long shopId) throws Exception;
void modifyConfig(ShopPushConfigParam param);
}