| 文件名从 RuoYi-Vue-Plus/ruoyi-modules/ruoyi-qa/src/main/java/org/dromara/md/service/impl/MdShiftServiceImpl.java 修改 |
| | |
| | | package org.dromara.md.service.impl; |
| | | package org.dromara.qa.md.service.impl; |
| | | |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | | import org.dromara.common.core.utils.MapstructUtils; |
| | |
| | | import lombok.RequiredArgsConstructor; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Service; |
| | | import org.dromara.md.domain.bo.MdShiftBo; |
| | | import org.dromara.md.domain.vo.MdShiftVo; |
| | | import org.dromara.md.domain.MdShift; |
| | | import org.dromara.md.mapper.MdShiftMapper; |
| | | import org.dromara.md.service.IMdShiftService; |
| | | import org.dromara.qa.md.domain.bo.MdShiftBo; |
| | | import org.dromara.qa.md.domain.vo.MdShiftVo; |
| | | import org.dromara.qa.md.domain.MdShift; |
| | | import org.dromara.qa.md.mapper.MdShiftMapper; |
| | | import org.dromara.qa.md.service.IMdShiftService; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |