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