| | |
| | | package com.zy.asrs.wms.asrs.mapper.statistics; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.zy.asrs.wms.asrs.entity.statistics.ViewInOut; |
| | | import com.zy.asrs.wms.asrs.entity.statistics.ViewWorkIn; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | @Mapper |
| | | @Repository |
| | | public interface ViewWorkInMapper extends BaseMapper<ViewWorkIn> { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.mapper.statistics;
|
| | |
|
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.statistics.ViewInOut;
|
| | | import com.zy.asrs.wms.asrs.entity.statistics.ViewWorkIn;
|
| | | import org.apache.ibatis.annotations.Mapper;
|
| | | import org.springframework.stereotype.Repository;
|
| | |
|
| | | @Mapper
|
| | | @Repository
|
| | | public interface ViewWorkInMapper extends BaseMapper<ViewWorkIn> {
|
| | |
|
| | | }
|