支付方式新增子商户id、子应用字段

This commit is contained in:
2026-06-10 12:39:58 +08:00
parent 779f90e813
commit fb75156a03

View File

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