|
|
@ -51,12 +51,16 @@ public class ScmVehRebateExcelVo { |
|
|
|
private String manufactorSettlementPrice; |
|
|
|
@ExportEntityMap(CnName = "其中运费", EnName = "freight") |
|
|
|
private String freight; |
|
|
|
@ExportEntityMap(CnName = "上装金额", EnName = "topAmount") |
|
|
|
private String topAmount; |
|
|
|
@ExportEntityMap(CnName = "创建日期", EnName = "createTime") |
|
|
|
private String createTime; |
|
|
|
@ExportEntityMap(CnName = "返利类型", EnName = "rebateTypeValue") |
|
|
|
private String rebateTypeValue; |
|
|
|
@ExportEntityMap(CnName = "返利名称", EnName = "rebateName") |
|
|
|
private String rebateName; |
|
|
|
@ExportEntityMap(CnName = "计算方式", EnName = "calculationModeValue") |
|
|
|
private String calculationModeValue; |
|
|
|
@ExportEntityMap(CnName = "计算标准", EnName = "calculationStandard") |
|
|
|
private String calculationStandard; |
|
|
|
@ExportEntityMap(CnName = "预计返利", EnName = "estimateRebate") |
|
|
|