zhoushihao
2024-12-30 4f053e3aaad5cab49efb82b6bc78c5f98b12d567
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);
}