@@ -114,6 +114,12 @@ public class PayMerchantListVO {
@ApiModelProperty(notes = "联系邮箱")
private String email;
+ /**
+ * 备注
+ */
+ @ApiModelProperty(notes = "备注")
+ private String remark;
+
/**
* 状态, 0 : 正常, 1 : 不可用
*/