支付方式新增子商户id、子应用字段
This commit is contained in:
@@ -76,6 +76,12 @@ public class Payment implements Serializable {
|
||||
@Schema(description = "备注")
|
||||
private String comments;
|
||||
|
||||
@Schema(description = "子应用APPID")
|
||||
private String subAppId;
|
||||
|
||||
@Schema(description = "子商户ID")
|
||||
private String subMchId;
|
||||
|
||||
@Schema(description = "文章排序(数字越小越靠前)")
|
||||
private Integer sortNumber;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user