Browse Source

[商户管理员][修改][实体类去掉b_user_id]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
00ad23239d
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      mallinkService/src/main/java/com/iformall/domain/po/WxMerchantBUser.java

+ 0
- 3
mallinkService/src/main/java/com/iformall/domain/po/WxMerchantBUser.java View File

@@ -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;


Loading…
Cancel
Save