From f8b9ccf70df347ed40cadb44202e92a9cd812c3d Mon Sep 17 00:00:00 2001 From: jiaosong <jiaosong6760@dingtalk.com> Date: 星期四, 09 十一月 2023 10:25:44 +0800 Subject: [PATCH] # 创建修改人 --- server/services/src/main/java/com/doumee/dao/business/model/Refund.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/services/src/main/java/com/doumee/dao/business/model/Refund.java b/server/services/src/main/java/com/doumee/dao/business/model/Refund.java index cf5e7c8..cee6f51 100644 --- a/server/services/src/main/java/com/doumee/dao/business/model/Refund.java +++ b/server/services/src/main/java/com/doumee/dao/business/model/Refund.java @@ -61,7 +61,7 @@ @ApiModelProperty(value = "鍙��閲戦", example = "1") @ExcelColumn(name="鍙��鍥炴娂閲戯紙鍏冿級" ) - private BigDecimal canBanlance; + private BigDecimal canBalance; @ApiModelProperty(value = "浜ゆ槗閲戦", example = "1") @ExcelColumn(name="浜ゆ槗閲戦") -- Gitblit v1.9.3