This commit is contained in:
张良(004796)
2024-04-09 10:47:35 +08:00
parent 8ffe1873df
commit fd62adf71e

View File

@@ -55,7 +55,7 @@ public class AccountCash implements Serializable {
*/ */
@ExcelProperty(value = "提现金额") @ExcelProperty(value = "提现金额")
@NumberFormat(pattern = "0.##") @NumberFormat(pattern = "0.##")
@ContentFontStyle(color = Font.COLOR_RED) // @ContentFontStyle(color = Font.COLOR_RED)
private BigDecimal cashMoney; private BigDecimal cashMoney;
/** /**
* 真实提现金额 * 真实提现金额