价格配置加个状态

This commit is contained in:
2025-04-08 15:05:20 +08:00
parent 692df3a1a2
commit 75eb3732fc
8 changed files with 58 additions and 7 deletions

View File

@ -17,4 +17,6 @@ public interface PriceConfigMapper extends BaseMapper<PriceConfigEntity> {
List<PriceConfigRespVO> listByCondition(@Param("req") PriceConfigListReq req);
PriceConfigEntity getPriceByScenicTypeGoods(Long scenicId, Integer type, String goodsId);
int updateStatus(Integer id);
}