| | |
| | | package com.thhy.mobile.modules.biz.pipeinfo.mapper; |
| | | |
| | | import com.thhy.mobile.modules.biz.checkhistory.entity.*; |
| | | import com.thhy.mobile.modules.biz.cultivated.entity.PipeCultivated; |
| | | import com.thhy.mobile.modules.biz.cultivated.entity.PipeIntoListVo; |
| | | import com.thhy.mobile.modules.biz.mouldcheck.entity.Mould; |
| | | import com.thhy.mobile.modules.biz.mouldcheck.entity.MouldFree; |
| | | import com.thhy.mobile.modules.biz.mouldcheck.entity.RingCompleteCheck; |
| | | import com.thhy.mobile.modules.biz.pipecheckrecord.entity.MaterialStockRecord; |
| | | import com.thhy.mobile.modules.biz.pipeinfo.entity.*; |
| | | import com.thhy.mobile.modules.biz.repo.entity.RepoRecord; |
| | | import com.thhy.mobile.modules.biz.steelproduce.entity.ProduceDto; |
| | | import com.thhy.mobile.modules.biz.steelproduce.entity.ProduceMonthVo; |
| | | import com.thhy.mobile.modules.biz.temdevice.entity.DeviceInfo; |
| | |
| | | void deleteById(Serializable pipeId); |
| | | |
| | | RingCompleteCheck queryRingComplete(PipeInfo pipeinfo); |
| | | |
| | | List<RingCompleteCheck> queryRingCompleteByMod(@Param("mouldNum") String mouldNum,@Param("proId") String proId); |
| | | |
| | | int queryMaxRingNum(String companyId); |
| | | |
| | |
| | | |
| | | List<Mould> queryMouldTypeByPro(String proId); |
| | | |
| | | List<Mould> queryMouldByNumType(@Param("proId")String proId,@Param("numType")Integer numType); |
| | | |
| | | int queryMaxNumBySteelProduce(); |
| | | |
| | | int countByRingNum(String ringNum); |
| | | |
| | | Boolean compelteByRingNumAndPro(@Param("ringNum")String ringNum,@Param("proId")String proId); |
| | | |
| | | List<PipeIntoListVo> queryByRingNumAndPro(@Param("ringNum") String ringNum,@Param("proId") String proId); |
| | | |
| | | PipeCultivated queryWaterTimeByPipeNum(String pipeNum); |
| | | |
| | | RepoRecord queryRepoDate(String pipeNum); |
| | | |
| | | void updatePipeDateByNum(PipeDateDto pipeDateDto); |
| | | |
| | | void updateInWaterTime(PipeCultivated pipeCultivated); |
| | | |
| | | void updateOutWaterTime(PipeCultivated pipeCultivated); |
| | | |
| | | void updateInRepoTime(RepoRecord repoRecord); |
| | | |
| | | List<Integer> queryAllNumType(); |
| | | |
| | | List<MaterialThingDto> materialInfo(); |
| | | |
| | | List<MaterialThingNumDto> materialNumInfo(); |
| | | |
| | | List<MaterialThingDto> materialInfoTwo(); |
| | | } |