jiazx0107@163.com
2024-01-19 dd7a033e4591b8004ecd570ef4ff2ef925df65bc
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;
}