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