jinlin
2024-07-16 ee2a27313fbf5e7741644f9f3701d243487dbaa4
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/dao/XhProductModelDao.java
@@ -1,6 +1,7 @@
package com.zt.life.modules.mainPart.basicInfo.dao;
import com.zt.common.dao.BaseDao;
import com.zt.life.modules.mainPart.basicInfo.model.ProductImg;
import com.zt.life.modules.mainPart.basicInfo.model.XhProductModel;
import org.apache.ibatis.annotations.Mapper;
@@ -21,7 +22,16 @@
    List<XhProductModel> getList(Map<String, Object> params);
    Integer getNo(Long pid);
    Integer getNo(Long pid, String productType);
    List<XhProductModel> getProductList();
    List<ProductImg> getProduct(Long productId, Long parentId);
    List<XhProductModel> getTaskProductList();
    XhProductModel getById(Long id);
    List<XhProductModel> getByShipId(Long shipId);
    void deleteByShipId(Long shipId);
}