From 283da741b2429cf5a53786e5ee1b5528b757fdf6 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期三, 11 六月 2025 11:10:42 +0800 Subject: [PATCH] 首页及电子货位卡页面 --- igds-dzhwk-core/src/main/java/com/fzzy/igds/dzhwk/data/HwkDepotDto.java | 51 ++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 40 insertions(+), 11 deletions(-) diff --git a/igds-dzhwk-core/src/main/java/com/fzzy/igds/dzhwk/data/HwkDepotDto.java b/igds-dzhwk-core/src/main/java/com/fzzy/igds/dzhwk/data/HwkDepotDto.java index 3432c58..37dd16b 100644 --- a/igds-dzhwk-core/src/main/java/com/fzzy/igds/dzhwk/data/HwkDepotDto.java +++ b/igds-dzhwk-core/src/main/java/com/fzzy/igds/dzhwk/data/HwkDepotDto.java @@ -16,37 +16,66 @@ public class HwkDepotDto implements Serializable { @PropertyDef(label = "寤掗棿鍚�") - private String granary; + private String granaryName; @PropertyDef(label = "璐т綅鍚�") - private String depot; + private String name; @PropertyDef(label = "浠撴俯") - private Double inTemp; + private String inTemp = "--"; @PropertyDef(label = "浠撴箍") - private Double inHumidity; + private String inHumidity = "--"; + + @PropertyDef(label = "浠撳娓�") + private String outTemp = "--"; + + @PropertyDef(label = "浠撳婀�") + private String outHumidity = "--"; + + @PropertyDef(label = "楂樻俯") + private String maxTemp = "--"; + + @PropertyDef(label = "浣庢俯") + private String minTemp = "--"; + + @PropertyDef(label = "鍧囨俯") + private String aveTemp = "--"; + + @PropertyDef(label = "绮俯妫�娴嬫椂闂�") + @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8") + private Date grainDate; @PropertyDef(label = "姘ф皵") - private String perO2; + private String perO2 = "--"; @PropertyDef(label = "纾峰寲姘�") - private String perPh3; + private String perPh3 = "--"; + + @PropertyDef(label = "浜屾哀鍖栫⒊") + private String perCo2 = "--"; + + @PropertyDef(label = "姘斾綋妫�娴嬫椂闂�") + @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8") + private Date gasDate; @PropertyDef(label = "浠撳簱绫诲瀷") - private String depotType; + private String depotTypeName; @PropertyDef(label = "浠撳簱鐘舵��") - private String depotStatus; + private String depotStatusName; @PropertyDef(label = "绮鍝佺") - private String foodVariety; + private String foodVarietyName; + + @PropertyDef(label = "瀹為檯鍌ㄩ噺") + private Double storageReal = 0.0; @PropertyDef(label = "绮绛夌骇") - private String foodLevel; + private String foodLevelName; @PropertyDef(label = "绮鎬ц川") - private String foodType; + private String foodTypeName; @PropertyDef(label = "鍏ュ簱鏃堕棿") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") -- Gitblit v1.9.3