igds-core/src/main/java/com/ld/igds/models/DepotConf.java
@@ -47,6 +47,14 @@ @PropertyDef(label = "气体分机") private String gasSer; @Column(name = "PEST_SER_", length = 40) @PropertyDef(label = "气体分机") private String pestSer; @Column(name = "VERB_SER_", length = 40) @PropertyDef(label = "通风分机") private String verbSer; @Column(name = "GRAIN_FREQ_", length = 4) @PropertyDef(label = "粮情保存频率", description = "默认一天多次") private String grainFreq = GrainFrequence.FREQ_01.getCode(); @@ -126,7 +134,6 @@ @Column(name = "PEST_MAX_") @PropertyDef(label = "虫害上限") private Double pestMax; // 仓库名称 @Transient