Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-06-18 16:32:00 +08:00

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;