|
|
|
@@ -46,9 +46,6 @@ public class WxMerchantBUser implements Serializable { |
|
|
|
/*租户ID**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "租户ID", name = "tenantId") |
|
|
|
private String tenantId; |
|
|
|
/*B端用户id**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "B端用户id", name = "bUserId") |
|
|
|
private Long bUserId; |
|
|
|
/*B端用户手机号**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "B端用户手机号", name = "phone") |
|
|
|
private String phone; |
|
|
|
|