yz
2021-02-26 da7fc9b3e00ceed3186662a3662e296f1e581f9c
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")