Alan
2021-02-19 81c9e0cf2bec0ffded94c29f03491f9b0953df75
febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/entity/system/Position.java
@@ -30,9 +30,9 @@
@TableName("t_position")
public class Position implements Serializable{
            @FieldInfo(name = "positionId",type = "bigint",explain = "岗位Id")
            @FieldInfo(name = "positionId",type = "varchar",explain = "岗位Id")
            @TableId(value = "positionId")
            private Long positionId=0L;
            private String positionId;
            @FieldInfo(name = "positionName",type = "varchar",explain = "岗位名称")
            @TableField("positionName")