CZT
2024-03-04 1bb55039e42042aad3433a12b2d48c5a91234210
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;