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")