xiangpei
2024-08-01 66544379029bdc7ecce13e6b3a32b59be1527495
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TMonitor.java
@@ -49,7 +49,7 @@
    @Excel(name = "设备经度,至少保留六位小数")
    private String longitude;
    /** 设备维度,至少保留六位小数 */
    /** 设备纬度,至少保留六位小数 */
    @Excel(name = "设备维度,至少保留六位小数")
    private String latitude;
@@ -98,7 +98,7 @@
    @Excel(name = "管理单位联系方式")
    private String muContactInfo;
    /** 录象保存天数 0 - 2147483647 */
    /** 录像保存天数 0 - 2147483647 */
    @Excel(name = "录象保存天数 0 - 2147483647")
    private Long storageDays;