|
@@ -36,6 +36,12 @@ public class PayMerchantListVO {
|
|
|
@ApiModelProperty(notes = "商户主体")
|
|
|
private String merchantName;
|
|
|
|
|
|
+ /**
|
|
|
+ * 商户平台id
|
|
|
+ */
|
|
|
+ @ApiModelProperty(notes = "商户平台id")
|
|
|
+ private Long payWayId;
|
|
|
+
|
|
|
/**
|
|
|
* 商户平台
|
|
|
*/
|
|
@@ -84,6 +90,12 @@ public class PayMerchantListVO {
|
|
|
@ApiModelProperty(notes = "登录账号")
|
|
|
private String account;
|
|
|
|
|
|
+ /**
|
|
|
+ * 商户号登录密码
|
|
|
+ */
|
|
|
+ @ApiModelProperty(notes = "商户号登录密码")
|
|
|
+ private String password;
|
|
|
+
|
|
|
/**
|
|
|
* 管理员
|
|
|
*/
|