fix:收银费大写字段
This commit is contained in:
@@ -243,4 +243,7 @@ public class AddSignFranchiseResponse {
|
||||
|
||||
@ApiModelProperty("收银费(系统费)")
|
||||
private String cashierFee;
|
||||
|
||||
@ApiModelProperty("收银费(系统费)大写")
|
||||
private String bigCashierFee;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user