|
@@ -59,15 +59,5 @@ public interface ConvertProjectMonitorIndicatorConfigTool {
|
|
|
*/
|
|
|
ProjectMonitorIndicatorConfig convertAddDto2Entity(AddProjectMonitorIndicatorConfigDTO addProjectMonitorIndicatorConfigDTO);
|
|
|
|
|
|
- /**
|
|
|
- * updateDTO转换为实体
|
|
|
- *
|
|
|
- * @param projectMonitorIndicatorConfig 更新前的do对象
|
|
|
- * @param updateProjectMonitorIndicatorConfigDTO updateDTO
|
|
|
- * @return 更新后的do对象
|
|
|
- * @author lixing
|
|
|
- * @version V1.0 2021-09-08 22:46:56
|
|
|
- */
|
|
|
- ProjectMonitorIndicatorConfig convertUpdateDto2Entity(@MappingTarget ProjectMonitorIndicatorConfig projectMonitorIndicatorConfig, UpdateProjectMonitorIndicatorConfigDTO updateProjectMonitorIndicatorConfigDTO);
|
|
|
}
|
|
|
|