From fb2de0496d0bb18b42e6b2d67be9e79d6bc00994 Mon Sep 17 00:00:00 2001 From: "wei.peng" Date: Wed, 14 Nov 2018 17:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=9B=BE=E5=83=8F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysFile.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysFile.java b/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysFile.java index 2c27950..00ed6cd 100644 --- a/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysFile.java +++ b/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysFile.java @@ -48,6 +48,13 @@ public class SysFile extends BaseBean { } } + @Column(name="DFS_GROUP_NAME") + @ApiParam(value ="FastDfs Group 名称(后台使用)") + private String dfsGroupName; + + @Column(name="DFS_FILE_NAME") + @ApiParam(value ="FastDfs 文件名称(后台使用)") + private String dfsFileName; @Column(name="FILE_PATH") @ApiParam(value ="文件路径")