yys
2026-03-23 3310a4760ba1d8f3cf0415f866e3c1a5686bbe89
src/main/java/com/ruoyi/procurementrecord/mapper/CustomStorageMapper.java
@@ -13,4 +13,6 @@
 */
public interface CustomStorageMapper extends BaseMapper<CustomStorage> {
    IPage<CustomStorage> listPageCopyByCustom(Page page,@Param("req") CustomStorage customStorageLambdaQueryWrapper);
    IPage<CustomStorage> listPageByCustom(Page page,@Param("req") CustomStorage customStorage);
}