xyc
2024-07-24 413eae5cb4d5fe78fc25258bf7b5e3b53740b1f9
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/ParamDataDao.java
@@ -19,5 +19,12 @@
public interface ParamDataDao extends BaseDao<ParamData> {
    List<ParamData> getList(Map<String, Object> params);
    ParamData getParamData(Long productId, String pageCode);
    List<ParamData> getByShipId(Long shipId);
    List<ParamData> getDeviceParams(Long shipId);
    void deleteByShipId(Long shipId);
    void recalculate(Long shipId);
}