廖井涛
2025-02-27 1e685c19317c73c86ae0901742b54b51eeaa26ea
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);
}