From fb75156a0397bb55ca5d7ea89cab4b98539f2993 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Wed, 10 Jun 2026 12:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AD=90=E5=95=86=E6=88=B7id=E3=80=81=E5=AD=90?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/gxwebsoft/common/system/entity/Payment.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/java/com/gxwebsoft/common/system/entity/Payment.java b/src/main/java/com/gxwebsoft/common/system/entity/Payment.java index 92466ac..e98e21a 100644 --- a/src/main/java/com/gxwebsoft/common/system/entity/Payment.java +++ b/src/main/java/com/gxwebsoft/common/system/entity/Payment.java @@ -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;