| | |
| | | package com.zy.asrs.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.zy.asrs.domain.vo.WrkTaskCountVo; |
| | | import com.zy.asrs.entity.WrkMast; |
| | | import org.apache.ibatis.annotations.*; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | |
| | | WrkMast selectByWorkNo(Integer workNo); |
| | | |
| | | List<WrkTaskCountVo> selectCrnTaskCountList(@Param("inIoType") Integer inIoType); |
| | | |
| | | List<WrkTaskCountVo> selectDualCrnTaskCountList(@Param("inIoType") Integer inIoType); |
| | | |
| | | } |