jinlin
2024-07-16 ee2a27313fbf5e7741644f9f3701d243487dbaa4
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/ParamDataDao.java
@@ -24,4 +24,6 @@
    List<ParamData> getByShipId(Long shipId);
    void deleteByShipId(Long shipId);
    void recalculate(Long shipId);
}