This commit is contained in:
hayu 2025-09-24 20:43:09 +08:00
parent f2408b6f6e
commit e3e9dfed2f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class MaterialRetainedEquipmentInfo {
@ApiModelProperty(value = "数量")
private BigDecimal allNum;
@Excel(name = "数量",align = HorizontalAlignment.RIGHT)
@Excel(name = "数量", cellType = Excel.ColumnType.NUMERIC,align = HorizontalAlignment.RIGHT)
private String allNumStr;
@ApiModelProperty(value = "购置单价")