添加耗材警告

This commit is contained in:
韩鹏辉
2024-07-03 14:51:55 +08:00
parent 8da3d036b1
commit f7b44edf0d
6 changed files with 133 additions and 136 deletions

View File

@@ -29,6 +29,9 @@ public interface TbProskuConMapper {
List<Integer> selectIdBySkuIdAndShopId(@Param("skuId") Integer skuId, @Param("shopId") Integer shopId);
TbProskuCon selectByShopIdAndSkuIdAndProductId(@Param("skuId") Integer skuId, @Param("shopId") Integer shopId,@Param("productId") Integer productId);
}