|
|
@ -27,11 +27,11 @@ public class ExportDeviceMeasureDataDTO { |
|
|
@ExcelProperty({"测量值", "Measurement value", "計測値"}) |
|
|
@ExcelProperty({"测量值", "Measurement value", "計測値"}) |
|
|
private String measurementValue; |
|
|
private String measurementValue; |
|
|
|
|
|
|
|
|
@ExcelProperty({"昨日值", "Yesterday's Value", "前日値"}) |
|
|
@ExcelProperty({"最大值", "Maximum Value", "最高値"}) |
|
|
private String yesterdayValue; |
|
|
private String maxValue; |
|
|
|
|
|
|
|
|
@ExcelProperty({"去年值", "Last Year's Value", "前年値"}) |
|
|
@ExcelProperty({"最小值", "Minimum Value", "最低値"}) |
|
|
private String lastYearValue; |
|
|
private String minValue; |
|
|
|
|
|
|
|
|
@ExcelProperty({"单位", "Unit", "単位"}) |
|
|
@ExcelProperty({"单位", "Unit", "単位"}) |
|
|
private String unit; |
|
|
private String unit; |
|
|
|