加盟合同增加字段

This commit is contained in:
shuo.wang
2025-03-24 14:23:22 +08:00
parent 3397e9035e
commit 79008aa661
2 changed files with 4 additions and 1 deletions

View File

@@ -129,8 +129,10 @@ public class AddSignFranchiseResponse {
private Date firstYearStartTime;
@ApiModelProperty("1结")
private Date firstYearEndTime;
@ApiModelProperty("1费")
@ApiModelProperty("1品牌使用")
private String firstYearFee;
@ApiModelProperty("1管理费")
private String firstYearManageFee;
@ApiModelProperty("2开")
private Date secondYearStartTime;
@ApiModelProperty("2结")