文件名从 src/main/java/com/lunhan/xxx/service/convert/TestInfoConvert.java 修改 |
| | |
| | | # 神兽保佑 |
| | | # 永无BUG! |
| | | */ |
| | | package com.lunhan.xxx.service.convert; |
| | | package com.nanjing.water.service.convert; |
| | | |
| | | import com.lunhan.xxx.entity.request.test.ReqCreateTestInfo; |
| | | import com.lunhan.xxx.entity.request.test.ReqModifyTestInfo; |
| | | import com.lunhan.xxx.repository.po.TestInfoPO; |
| | | import com.lunhan.xxx.repository.vo.TestInfoVO; |
| | | import com.nanjing.water.entity.request.test.ReqCreateTestInfo; |
| | | import com.nanjing.water.entity.request.test.ReqModifyTestInfo; |
| | | import com.nanjing.water.repository.po.TestInfoPO; |
| | | import com.nanjing.water.repository.vo.TestInfoVO; |
| | | import org.mapstruct.Mapper; |
| | | import org.mapstruct.factory.Mappers; |
| | | |