This commit is contained in:
parent
f2408b6f6e
commit
e3e9dfed2f
|
|
@ -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 = "购置单价")
|
||||
|
|
|
|||
Loading…
Reference in New Issue