|
@@ -32,25 +32,25 @@ public class TradeOrderListExport implements Serializable {
|
|
|
@ExcelProperty(value = "销售单位")
|
|
@ExcelProperty(value = "销售单位")
|
|
|
private String supplyFirmName;
|
|
private String supplyFirmName;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "交付类型" )
|
|
|
|
|
- private String deliveryType;
|
|
|
|
|
-
|
|
|
|
|
@ExcelProperty(value = "提货方式" )
|
|
@ExcelProperty(value = "提货方式" )
|
|
|
private String pickupType;
|
|
private String pickupType;
|
|
|
|
|
|
|
|
@ExcelProperty(value = "托运状态")
|
|
@ExcelProperty(value = "托运状态")
|
|
|
private String consignmentStatus;
|
|
private String consignmentStatus;
|
|
|
|
|
|
|
|
|
|
+ @ExcelProperty(value = "交付类型" )
|
|
|
|
|
+ private String deliveryType;
|
|
|
|
|
+
|
|
|
@ExcelProperty(value = "下单方式" )
|
|
@ExcelProperty(value = "下单方式" )
|
|
|
private String source;
|
|
private String source;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "付款类型")
|
|
|
|
|
|
|
+ @ExcelProperty(value = "支付方式")
|
|
|
private String trading;
|
|
private String trading;
|
|
|
|
|
|
|
|
@ExcelProperty(value = "关联合同")
|
|
@ExcelProperty(value = "关联合同")
|
|
|
private String contractNo;
|
|
private String contractNo;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "承包方式")
|
|
|
|
|
|
|
+ @ExcelProperty(value = "签约方式")
|
|
|
private String contractSigningWay;
|
|
private String contractSigningWay;
|
|
|
|
|
|
|
|
@ExcelProperty(value = "商品名称")
|
|
@ExcelProperty(value = "商品名称")
|
|
@@ -59,16 +59,13 @@ public class TradeOrderListExport implements Serializable {
|
|
|
@ExcelProperty(value = "规格")
|
|
@ExcelProperty(value = "规格")
|
|
|
private String goodsSpec;
|
|
private String goodsSpec;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "上架时间")
|
|
|
|
|
- private String addedTime;
|
|
|
|
|
-
|
|
|
|
|
@ExcelProperty(value = "单价/元")
|
|
@ExcelProperty(value = "单价/元")
|
|
|
private String unitPrice;
|
|
private String unitPrice;
|
|
|
|
|
|
|
|
@ExcelProperty(value = "订单金额")
|
|
@ExcelProperty(value = "订单金额")
|
|
|
private String price;
|
|
private String price;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "订单目标")
|
|
|
|
|
|
|
+ @ExcelProperty(value = "订单总量")
|
|
|
private String amount;
|
|
private String amount;
|
|
|
|
|
|
|
|
@ExcelProperty(value = "已履约量")
|
|
@ExcelProperty(value = "已履约量")
|
|
@@ -77,11 +74,17 @@ public class TradeOrderListExport implements Serializable {
|
|
|
@ExcelProperty(value = "归属项目")
|
|
@ExcelProperty(value = "归属项目")
|
|
|
private String projectName;
|
|
private String projectName;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "装货地点")
|
|
|
|
|
- private String loadCityName;
|
|
|
|
|
|
|
+ @ExcelProperty(value = "装货地址名称")
|
|
|
|
|
+ private String loadName;
|
|
|
|
|
+
|
|
|
|
|
+ @ExcelProperty(value = "装货地址明细")
|
|
|
|
|
+ private String loadDetailAddressInfo;
|
|
|
|
|
+
|
|
|
|
|
+ @ExcelProperty(value = "卸货地址名称")
|
|
|
|
|
+ private String unloadName;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "卸货地点")
|
|
|
|
|
- private String unloadCityName;
|
|
|
|
|
|
|
+ @ExcelProperty(value = "卸货地址明细")
|
|
|
|
|
+ private String unloadDetailAddressInfo;
|
|
|
|
|
|
|
|
@ExcelProperty(value = "计划开始时间")
|
|
@ExcelProperty(value = "计划开始时间")
|
|
|
private String startTime;
|
|
private String startTime;
|
|
@@ -92,7 +95,7 @@ public class TradeOrderListExport implements Serializable {
|
|
|
@ExcelProperty(value = "备注")
|
|
@ExcelProperty(value = "备注")
|
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "创造人")
|
|
|
|
|
|
|
+ @ExcelProperty(value = "创建人")
|
|
|
private String createByName;
|
|
private String createByName;
|
|
|
|
|
|
|
|
@ExcelProperty(value = "创建时间")
|
|
@ExcelProperty(value = "创建时间")
|