Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -76,6 +76,12 @@ public class Payment implements Serializable {
|
|||||||
@Schema(description = "备注")
|
@Schema(description = "备注")
|
||||||
private String comments;
|
private String comments;
|
||||||
|
|
||||||
|
@Schema(description = "子应用APPID")
|
||||||
|
private String subAppId;
|
||||||
|
|
||||||
|
@Schema(description = "子商户ID")
|
||||||
|
private String subMchId;
|
||||||
|
|
||||||
@Schema(description = "文章排序(数字越小越靠前)")
|
@Schema(description = "文章排序(数字越小越靠前)")
|
||||||
private Integer sortNumber;
|
private Integer sortNumber;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user