| | |
| | | |
| | | RingCompleteCheck queryRingComplete(PipeInfo pipeinfo); |
| | | |
| | | RingCompleteCheck queryRingCompleteByMod(@Param("mouldNum") String mouldNum,@Param("proId") String proId); |
| | | |
| | | int queryMaxRingNum(String companyId); |
| | | |
| | | void updateCheckResult(PipeInfo pipeInfo); |
| | |
| | | |
| | | List<Mould> queryMouldTypeByPro(String proId); |
| | | |
| | | List<Mould> queryMouldByNumType(@Param("proId")String proId,@Param("numType")Integer numType); |
| | | |
| | | int queryMaxNumBySteelProduce(); |
| | | |
| | | int countByRingNum(String ringNum); |
| | |
| | | void updateOutWaterTime(PipeCultivated pipeCultivated); |
| | | |
| | | void updateInRepoTime(RepoRecord repoRecord); |
| | | |
| | | List<Integer> queryAllNumType(); |
| | | |
| | | List<MaterialThingDto> materialInfo(); |
| | | |
| | | List<MaterialThingNumDto> materialNumInfo(); |
| | | |
| | | List<MaterialThingDto> materialInfoTwo(); |
| | | } |