|
|
|
@ -116,6 +116,11 @@ public class BasVendor extends BaseBean{
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT, isRequire = 2)
|
|
|
|
|
private String mapLocation;
|
|
|
|
|
|
|
|
|
|
@Column(name = "FIRST_LOGIN")
|
|
|
|
|
@ApiParam("是否首次登录")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.NUMBER, isRequire = 2)
|
|
|
|
|
private Integer firstLogin;
|
|
|
|
|
|
|
|
|
|
public BasVendor() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -123,4 +128,4 @@ public class BasVendor extends BaseBean{
|
|
|
|
|
this.id = id;
|
|
|
|
|
this.userName = userName;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|