| | |
| | | package cn.gistack.sm.sg.mapper; |
| | | |
| | | import cn.gistack.sm.sg.DO.SgDeviceGxStepDO; |
| | | import cn.gistack.sm.sg.DO.SgGxStepDO; |
| | | import cn.gistack.sm.sg.DTO.ProjectSearchDTO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | List<SgGxStepDO> selectByGxInfoId(@Param("gxInfoId") Long gxInfoId); |
| | | |
| | | List<SgGxStepDO> queryPageList(IPage<SgGxStepDO> page, @Param("dto") ProjectSearchDTO searchDTO); |
| | | |
| | | /** |
| | | * 查询设备下的工序状态 |
| | | * @param deviceId |
| | | * @return |
| | | */ |
| | | List<SgDeviceGxStepDO> getDeviceGXList(@Param("deviceId") Long deviceId); |
| | | |
| | | List<SgGxStepDO> queryStepList(@Param("deviceId")String deviceId); |
| | | } |