| | |
| | | package com.aps.core.mapper; |
| | | |
| | | import java.util.List; |
| | | import com.alibaba.fastjson2.JSONObject; |
| | | import com.aps.core.domain.ApsStandardProcessRouteHeader; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 标准工艺路线HeaderMapper接口 |
| | |
| | | * 根据工厂、物料号查询工艺路线 |
| | | * */ |
| | | List<ApsStandardProcessRouteHeader> queryStandardProcessRouteHeaderByPlantAndItemCode(String orgCode, String itemCode); |
| | | |
| | | /** |
| | | * 查询工艺路线标准工时数据 |
| | | * @param orgCode |
| | | * @return |
| | | */ |
| | | List<JSONObject> selectProcessRouteStandardTimeData(String orgCode); |
| | | |
| | | } |