guoyujie
2025-08-11 e51e45f2cabcc4628ce93e55c7c3806b1b760161
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);
}