| | |
| | | import com.baomidou.mybatisplus.plugins.Page; |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import com.core.common.Cools; |
| | | import com.core.common.R; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.asrs.entity.result.LocDetlAll; |
| | | import com.zy.asrs.entity.result.LocDetlDTO; |
| | |
| | | public int selectAllPymentcount(LocDetlDTO locDetlDTO) { |
| | | return this.baseMapper.selectAllPymentcount(locDetlDTO); |
| | | } |
| | | |
| | | @Override |
| | | public String selectLocNoF(String locNo) { |
| | | return this.baseMapper.selectLocNoF(locNo); |
| | | } |
| | | } |