|
@@ -46,7 +46,7 @@ public class FsStoreOrderItemExportZMVO implements Serializable {
|
|
|
@Excel(name = "产品价格",sort =70)
|
|
@Excel(name = "产品价格",sort =70)
|
|
|
private BigDecimal price;
|
|
private BigDecimal price;
|
|
|
|
|
|
|
|
- @Excel(name = "成本价",sort =80)
|
|
|
|
|
|
|
+ @Excel(name = "成本单价",sort =80)
|
|
|
private BigDecimal cost;
|
|
private BigDecimal cost;
|
|
|
@Excel(name = "结算价",sort =90)
|
|
@Excel(name = "结算价",sort =90)
|
|
|
private BigDecimal FPrice;
|
|
private BigDecimal FPrice;
|