文件名从 src/main/java/com/lunhan/xxx/service/convert/QuartzTaskInfoConvert.java 修改 |
| | |
| | | # 神兽保佑 |
| | | # 永无BUG! |
| | | */ |
| | | package com.lunhan.xxx.service.convert; |
| | | package com.nanjing.water.service.convert; |
| | | |
| | | import com.lunhan.xxx.entity.request.quartztaskinfo.ReqCreateQuartzTaskInfo; |
| | | import com.lunhan.xxx.entity.request.quartztaskinfo.ReqModifyQuartzTaskInfo; |
| | | import com.lunhan.xxx.repository.po.QuartzTaskInfoPO; |
| | | import com.lunhan.xxx.repository.vo.QuartzTaskInfoVO; |
| | | import com.nanjing.water.entity.request.quartztaskinfo.ReqCreateQuartzTaskInfo; |
| | | import com.nanjing.water.entity.request.quartztaskinfo.ReqModifyQuartzTaskInfo; |
| | | import com.nanjing.water.repository.po.QuartzTaskInfoPO; |
| | | import com.nanjing.water.repository.vo.QuartzTaskInfoVO; |
| | | import org.mapstruct.Mapper; |
| | | import org.mapstruct.factory.Mappers; |
| | | |