fix:待办缴纳加盟费用列表新增加盟品牌字段

This commit is contained in:
wangff
2025-11-17 13:17:23 +08:00
parent 2d6d2693c1
commit f499d1827b
2 changed files with 4 additions and 0 deletions

View File

@@ -56,4 +56,7 @@ public class PreparationCommonPendingVO {
@ApiModelProperty("签约人2姓名")
private String partnershipSignatorySecond;
@ApiModelProperty("加盟品牌")
private String franchiseBrand;
}