maven
2025-10-14 cf6b1cf6fa8f7784c6d7c64b7326d4662bc3d4b3
basic-server/src/main/java/com/ruoyi/basic/service/CoalValueService.java
@@ -18,7 +18,4 @@
    IPage<CoalValue> selectCoalFieldList(Page page, CoalValueDto coalValueDto);
    int addOrEditCoalValue(CoalValueDto coalValueDto);
    int delCoalValueByIds(Long[] ids);
}