fix:收银费大写字段

This commit is contained in:
wangff
2025-11-10 10:31:02 +08:00
parent ba2fca738b
commit 268665d12e
2 changed files with 4 additions and 0 deletions

View File

@@ -243,4 +243,7 @@ public class AddSignFranchiseResponse {
@ApiModelProperty("收银费(系统费)")
private String cashierFee;
@ApiModelProperty("收银费(系统费)大写")
private String bigCashierFee;
}