From 5408346178dd12b7ab78fb51c76f59c300a7e153 Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期四, 31 十月 2024 23:37:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/fzzy/async/fzzy40/entity/Fz40DepotConf.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DepotConf.java b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DepotConf.java index a04e791..78a37fd 100644 --- a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DepotConf.java +++ b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DepotConf.java @@ -85,6 +85,10 @@ @PropertyDef(label = "鐢电紗寮�濮嬬偣浣�", description = "榛樿椤堕儴(椤堕儴銆佸簳閮�)") private String startPoint; + @Column(name = "START_CONVERT_", length = 20) + @PropertyDef(label = "灞傝杞崲", description = "榛樿涓嶈浆鎹�(榛樿銆侀『鏃堕拡銆侀�嗘椂閽�)") + private String startConvert; + @Column(name = "TEMP_MAX_") @PropertyDef(label = "娓╁害涓婇檺") private Double tempMax; -- Gitblit v1.9.3