|
@@ -22,6 +22,12 @@ public class AirForceStationExcel {
|
|
|
//动态日期
|
|
|
@Excel(name = "动态日期")
|
|
|
private Date updateTime;
|
|
|
+ //港口名称
|
|
|
+ @Excel(name = "地点类型 如: 堆场,码头")
|
|
|
+ private String portName;
|
|
|
+ //堆放地点
|
|
|
+ @Excel(name = "堆放地点")
|
|
|
+ private String fUpdateaddress;
|
|
|
//船名
|
|
|
@Excel(name = "船名")
|
|
|
private String fVsl;
|
|
@@ -31,12 +37,6 @@ public class AirForceStationExcel {
|
|
|
//重量
|
|
|
@Excel(name = "重量")
|
|
|
private String fBoxWeight;
|
|
|
- //港口名称
|
|
|
- @Excel(name = "地点类型 如: 堆场,码头")
|
|
|
- private String portName;
|
|
|
- //堆放地点
|
|
|
- @Excel(name = "堆放地点")
|
|
|
- private String fUpdateaddress;
|
|
|
//提单号
|
|
|
@Excel(name = "提单号")
|
|
|
private String fMblno;
|