商品统计
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user