add 字段

This commit is contained in:
shuo.wang
2025-03-03 19:30:28 +08:00
parent 2534fbc77c
commit 7e14212fe7
2 changed files with 9 additions and 0 deletions

View File

@@ -164,5 +164,7 @@ public class AddSignFranchiseResponse {
private String contractCode;
@ApiModelProperty("合同金额")
private String contractAmount;
@ApiModelProperty("加盟费缴费总金额")
private String totalAmount;
}