Merge pull request '松下用户角色更新记录表,字段长度过长报错,修改类型' (#279) from castle.zang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/279
yun-zuoyi
臧学普 4 years ago
commit fec0f2d09c

@ -42,7 +42,7 @@ public class SysLogRoleChange extends BaseBean {
@ApiModelProperty(value = "用户名", access = "用户名") @ApiModelProperty(value = "用户名", access = "用户名")
private String userName; private String userName;
@Column(name = "PREVIOUS_ROLES") @Column(name = "PREVIOUS_ROLES",columnDefinition = "TEXT")
@ApiModelProperty(value = "之前的角色", access = "之前的角色") @ApiModelProperty(value = "之前的角色", access = "之前的角色")
private String previousRoles; private String previousRoles;

Loading…
Cancel
Save