jinlin
2024-10-22 3c54f403c6c9756725f9d016e7ff05c5b64327d0
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.dto.ProductDto;
import com.zt.life.modules.mainPart.basicInfo.model.ProductImg;
import com.zt.life.modules.mainPart.basicInfo.model.XhProductModel;
import org.apache.ibatis.annotations.Mapper;
@@ -38,4 +39,10 @@
    void deleteByShipId(Long shipId);
    List<XhProductModel> getProductPath(Long shipId);
    void deleteByPid(Long id);
    Long[] getByPid(Long id);
    List<ProductDto> getProductByShip(Long shipId);
}