jinlin
2024-08-15 a856b0db283f46b6b48086e371393d375eece1a3
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/ParamDataDao.java
@@ -19,5 +19,10 @@
public interface ParamDataDao extends BaseDao<ParamData> {
    List<ParamData> getList(Map<String, Object> params);
    ParamData getParamData(Long productId);
    List<ParamData> getByShipId(Long shipId);
    List<ParamData> getDeviceParams(Long shipId);
    void deleteByShipId(Long shipId);
}