src/main/java/com/fzzy/async/fzzy40/entity/Fz40Grain.java
@@ -81,6 +81,7 @@ @Column(name = "OIL_HEIGHT_", length = 20) private String oilHeight; @Column(name = "WEATHER_", length = 20) @PropertyDef(label = "天气", description = "直接填写中文信息,晴,阴雨天") private String weather = ""; @@ -104,4 +105,8 @@ @Transient @PropertyDef(label = "所属分库", description = "分库编码,非数据库字段") private String deptId; @Transient @PropertyDef(label = "建筑高度") private String depotHeight; }