guoyujie
2025-07-14 16bbf8260110e2790f304e8421cf7591837ca302
north-glass-erp/src/main/java/com/example/erp/mapper/mm/MaterialStoreMapper.java
@@ -18,6 +18,8 @@
                                     @Param("pageSize") Integer pageSize,
                                     @Param("materialStore") MaterialStore materialStore);
    List<MaterialStore> getSelectMaterialStores(@Param("materialStore") MaterialStore materialStore);
    MaterialStore getSelectMaterialStoreById(@Param("id") Long id);
@@ -31,4 +33,8 @@
    Boolean deleteMaterialStore(@Param("id") Long id);
    Integer selectMaterialStore(@Param("id") Long id);
    Integer selectMaterialStoreJson(@Param("json") String json);
}