fix:经营模式新增联营;获取默认值接口返回收银费字段

This commit is contained in:
wangff
2025-11-10 09:57:53 +08:00
parent f29166f43b
commit ba2fca738b
5 changed files with 9 additions and 3 deletions

View File

@@ -241,5 +241,6 @@ public class AddSignFranchiseResponse {
@ApiModelProperty("是否统管 1-统管0-不统管")
private Integer unifiedManagement;
@ApiModelProperty("收银费(系统费)")
private String cashierFee;
}