lizijie
2021-06-17 b98a61c0c707c9fc3a51e68fe67909cb06aaafcd
screen-manage/src/main/java/com/moral/api/entity/VersionSensorUnit.java
@@ -36,15 +36,25 @@
    private Integer versionId;
    /**
     * 因子code
     * 因子Id
     */
    private String sensorCode;
    private Integer sensorId;
    /**
     * 单位字典key
     */
    private String unitKey;
    /*
    * 上限值
    * */
    private Double upper;
    /*
    * 下限值
    * */
    private Double lower;
    /**
     * 创建时间
     */