余额开关根据模块影响

This commit is contained in:
张松
2025-10-24 09:54:57 +08:00
parent bc14da11f5
commit d1acc9da71
5 changed files with 9 additions and 7 deletions

View File

@@ -14,5 +14,5 @@ import java.util.List;
*/
public interface ShopConfigService extends IService<ShopConfig> {
<T> void editStatusByShopIdList(Long mainShopId, Integer isEnable, LambdaGetter<T> property, String useShopType, List<Long> shopIdList);
<T> void editStatusByShopIdList(Long mainShopId, Integer isEnable, boolean onyUpValid, LambdaGetter<T> property, String useShopType, List<Long> shopIdList);
}