From 5758e68f08d79c5c1a0798585a319d889ba6f245 Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期五, 11 三月 2022 15:58:39 +0800
Subject: [PATCH] fix
---
dao/src/main/java/com/sandu/ximon/dao/domain/LedSFile.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dao/src/main/java/com/sandu/ximon/dao/domain/LedSFile.java b/dao/src/main/java/com/sandu/ximon/dao/domain/LedSFile.java
index a837be1..5d6761d 100644
--- a/dao/src/main/java/com/sandu/ximon/dao/domain/LedSFile.java
+++ b/dao/src/main/java/com/sandu/ximon/dao/domain/LedSFile.java
@@ -51,6 +51,12 @@
*/
private Long fileSize;
+
+ /**
+ * 缂╃暐鍥�
+ */
+ private String screenShot;
+
/**
* 鍥剧墖楂樺害
*/
@@ -60,12 +66,6 @@
* 鍥剧墖瀹藉害
*/
private Integer width;
-
-
- /**
- * 缂╃暐鍥�
- */
- private String screenShot;
/**
*
--
Gitblit v1.9.3