jiazx0107@163.com
2023-08-25 73f74cbf665a431b0db474be129a03c655e2338a
igds-core/src/main/java/com/ld/igds/models/DepotConf.java
@@ -43,6 +43,18 @@
    @PropertyDef(label = "能耗分机")
    private String esSer;
    @Column(name = "GAS_SER_", length = 40)
    @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();
@@ -122,7 +134,6 @@
    @Column(name = "PEST_MAX_")
    @PropertyDef(label = "虫害上限")
    private Double pestMax;
    // 仓库名称
    @Transient