供应商登录微服务

yun-zuoyi
yihang.lv 6 years ago
parent f6ed505fc4
commit 4a97182c45

@ -55,4 +55,12 @@ public class BasVendor extends BaseBean{
@Column(name = "IS_ASN")
@ApiParam(value = "是否发ASN", example = "0")
private Integer isAsn;
@Column(name = "USER_NAME")
@ApiParam(value = "用户名")
private String userName;
@Column(name = "PASSWORD")
@ApiParam(value = "密码")
private String password;
}
Loading…
Cancel
Save