|
@@ -9,7 +9,6 @@ import io.github.linpeilie.annotations.MapperConfig;
|
|
* @Version: V1.0
|
|
* @Version: V1.0
|
|
* @Description: mapperstruct 配置
|
|
* @Description: mapperstruct 配置
|
|
*/
|
|
*/
|
|
-@MapperConfig(mapperPackage = "cc.iotkit.mapstruct",
|
|
|
|
- adapterPackage="cc.iotkit.manager.adapter", adapterClassName = "managerAdapter")
|
|
|
|
|
|
+@MapperConfig( adapterClassName = "managerAdapter")
|
|
public class AutoMapperConfig2 {
|
|
public class AutoMapperConfig2 {
|
|
}
|
|
}
|