Commit dedc8054 authored by hezhen's avatar hezhen

123

parent 8477d50d
......@@ -43,6 +43,10 @@ public class AppUserPositionTemp implements Serializable {
@ApiModelProperty(value = "职位id")
private Integer positionId;
@Column(name = "position_name")
@ApiModelProperty(value = "姓名")
private Integer positionName;
@Column(name = "crt_time")
@ApiModelProperty(value = "创建时间", hidden = true )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment