xyc
2024-07-17 e21c05d2c0d67629c81e5cc54238e6678a055055
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);
}