From 9af97748eba72b04000a9baed4aa0f2f20995a9c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 09 一月 2023 11:42:33 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/data/MetaFileEntity.java | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/data/MetaFileEntity.java b/src/main/java/com/lf/server/entity/data/MetaFileEntity.java index f03fe80..ae0249c 100644 --- a/src/main/java/com/lf/server/entity/data/MetaFileEntity.java +++ b/src/main/java/com/lf/server/entity/data/MetaFileEntity.java @@ -37,6 +37,10 @@ private int mdrows; + private int createUser; + + private String cs; + public String getEventid() { return eventid; } @@ -148,4 +152,20 @@ public void setMdrows(int mdrows) { this.mdrows = mdrows; } + + public int getCreateUser() { + return createUser; + } + + public void setCreateUser(int createUser) { + this.createUser = createUser; + } + + public String getCs() { + return cs; + } + + public void setCs(String cs) { + this.cs = cs; + } } -- Gitblit v1.9.3