|
@@ -28,6 +28,7 @@ public interface ConvertMonitorIndicatorRecordTool {
|
|
|
* @author lixing
|
|
|
* @version V1.0 2021-09-10 00:13:27
|
|
|
*/
|
|
|
+ @Mappings({ @Mapping(source = "dataTime", target = "date") ,@Mapping(source = "dataValue", target = "value")})
|
|
|
MonitorIndicatorRecordItemVO convert2ResponseItemDTO(MonitorIndicatorRecord monitorIndicatorRecord);
|
|
|
|
|
|
/**
|
|
@@ -38,6 +39,7 @@ public interface ConvertMonitorIndicatorRecordTool {
|
|
|
* @author lixing
|
|
|
* @version V1.0 2021-09-10 00:13:27
|
|
|
*/
|
|
|
+ @Mappings({ @Mapping(source = "dataTime", target = "date") ,@Mapping(source = "dataValue", target = "value")})
|
|
|
MonitorIndicatorRecordListItemVO convert2ResponseListItemDTO(MonitorIndicatorRecord monitorIndicatorRecord);
|
|
|
|
|
|
/**
|