wangfei
2024-12-31 4ed47bfce9b3edd78ea447ecffc0babebdbea10b
hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/mapper/HollowFormulaDetailsMapper.java
@@ -2,6 +2,8 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mes.hollow.entity.HollowFormulaDetails;
import com.mes.hollow.entity.vo.HollowGlassFormulaVO;
import org.apache.ibatis.annotations.Param;
/**
 * (HollowFormulaDetails)表数据库访问层
@@ -11,5 +13,6 @@
 */
public interface HollowFormulaDetailsMapper extends BaseMapper<HollowFormulaDetails> {
    HollowGlassFormulaVO queryFormulaDetailsByGlassId(@Param("glassId") String glassId, @Param("flowCardId") String flowCardId, @Param("cell") Integer cell);
}