添加耗材警告

This commit is contained in:
韩鹏辉
2024-07-05 14:22:21 +08:00
parent d772c63ee5
commit 4d526525a5
5 changed files with 11 additions and 11 deletions

View File

@@ -27,5 +27,5 @@ public interface TbUserShopMsgMapper {
TbUserShopMsg selectByShopId(@Param("shopId") String shopId);
List<TbUserShopMsg> selectByShopId(@Param("shopId") Integer shopId);
List<TbUserShopMsg> selectAllByShopId(@Param("shopId") Integer shopId);
}