#
Junjie
7 天以前 5d1aa071ca6f385a8ec9bb2b5135d259f0f225eb
src/main/java/com/zy/asrs/entity/DeviceDataLog.java
@@ -75,12 +75,5 @@
//            null    // 采集时间
//    );
    public String getCreateTime$(){
        if (Cools.isEmpty(this.createTime)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.createTime);
    }
}