关闭 主单

This commit is contained in:
2025-12-19 09:58:24 +08:00
parent e959e47e36
commit 360214ef48
3 changed files with 33 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ public interface ShopInfoService extends IService<ShopInfo> {
* @param switchType ShopInfo的某列 开关 目前只支持Integer类型字段
* @return true:开启 false:关闭
*/
boolean checkSwitch(Long shopId, ShopSwitchTypeEnum switchType) throws ValidateException;
boolean checkSwitch(Long shopId, ShopSwitchTypeEnum switchType) throws ValidateException;
Page<ShopInfo> get(PageDTO pageDTO, String shopName, Integer status, Integer isHeadShop);