|
|
|
@@ -177,6 +177,22 @@ public class WxMerchantBUser implements Serializable { |
|
|
|
this.status = status; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getbUserId() { |
|
|
|
return bUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setbUserId(Long bUserId) { |
|
|
|
this.bUserId = bUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public String getbUserPwd() { |
|
|
|
return bUserPwd; |
|
|
|
} |
|
|
|
|
|
|
|
public void setbUserPwd(String bUserPwd) { |
|
|
|
this.bUserPwd = bUserPwd; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field { |
|
|
|
Id_ASC("`id` ASC"), Id_DESC("`id` DESC"), |
|
|
|
TenantId_ASC("`tenant_id` ASC"), TenantId_DESC("`tenant_id` DESC"), |
|
|
|
|