| | |
| | | import com.example.erp.dto.pp.FlowCardDTO; |
| | | import com.example.erp.entity.pp.FlowCard; |
| | | import com.example.erp.entity.sd.OrderDetail; |
| | | import com.example.erp.entity.sd.OrderProcessDetail; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | Boolean updateTerminationMp(String processId, Integer orderNumber, Integer value); |
| | | |
| | | Integer selectCompletedMp(String processId, Integer orderNumber, String interceptProcess); |
| | | |
| | | String getProcessOk(String processId,String orderNumber, String technologyNumber); |
| | | |
| | | List<OrderProcessDetail> getProcessDetail(String processId,String orderNumber, String technologyNumber, String process); |
| | | |
| | | Boolean updateOrderProcessDetail(String processId, String orderNumber, Integer technologyNumber, |
| | | int reportingWorkNumCount, int reportingWorkNum, int brokenNum, String process); |
| | | } |