From fab1d50fca1bcc38dd37fd7159d5235ddf9593fe Mon Sep 17 00:00:00 2001
From: 孔祥富 <kongxf@daryun.com>
Date: 星期五, 12 三月 2021 09:09:04 +0800
Subject: [PATCH] xx

---
 febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/entity/system/Position.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/entity/system/Position.java b/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/entity/system/Position.java
index 101ceea..e550d75 100644
--- a/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/entity/system/Position.java
+++ b/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/entity/system/Position.java
@@ -32,7 +32,7 @@
 
             @FieldInfo(name = "positionId",type = "varchar",explain = "岗位Id")
             @TableId(value = "positionId")
-            private String positionId;
+            private Long positionId=0L;
 
             @FieldInfo(name = "positionName",type = "varchar",explain = "岗位名称")
             @TableField("positionName")
@@ -72,9 +72,8 @@
             @TableField("delFlag")
             private Integer delFlag=0;
 
-            @FieldInfo(name = "version",type = "int",explain = "记录版本号,用来进行乐观锁控制")
             @TableField("version")
             @Version
             private Integer version=0;
 
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0