|
|
package com.sunyo.wlpt.cgonms.provide.domain;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
import lombok.Data;
|
|
|
import lombok.NoArgsConstructor;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* @author 子诚
|
|
|
* Description:实体类:新舱单——理货信息.最终返回结果类
|
...
|
...
|
@@ -21,120 +21,105 @@ public class ResultExitData implements Serializable { |
|
|
private static final long serialVersionUID = -260680809813827352L;
|
|
|
|
|
|
/**
|
|
|
* id
|
|
|
* 1.id
|
|
|
*/
|
|
|
private String autoId;
|
|
|
|
|
|
/**
|
|
|
* 运单号
|
|
|
* 2.运单号
|
|
|
*/
|
|
|
private String waybillNoMaster;
|
|
|
|
|
|
/**
|
|
|
* 航班号
|
|
|
* 3.航班号
|
|
|
*/
|
|
|
private String flightNo;
|
|
|
|
|
|
/**
|
|
|
* 航班日期
|
|
|
* 4.航班日期
|
|
|
*/
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private Date flightDate;
|
|
|
|
|
|
/**
|
|
|
* 航段
|
|
|
* 5.航段
|
|
|
*/
|
|
|
private String segment;
|
|
|
|
|
|
/**
|
|
|
* 航班起始站
|
|
|
* 6.航班起始站
|
|
|
*/
|
|
|
private String originatingStation;
|
|
|
|
|
|
/**
|
|
|
* 航班目的站
|
|
|
* 7.航班目的站
|
|
|
*/
|
|
|
private String destinationStation;
|
|
|
|
|
|
/**
|
|
|
* 理货件数
|
|
|
* 8.理货件数
|
|
|
*/
|
|
|
private String tallyTotalPiece;
|
|
|
|
|
|
/**
|
|
|
* 理货重量
|
|
|
* 9.理货重量
|
|
|
*/
|
|
|
private String tallyTotalWeight;
|
|
|
|
|
|
/**
|
|
|
* 承运人二字码
|
|
|
* 10.承运人二字码
|
|
|
*/
|
|
|
private String carrier;
|
|
|
|
|
|
/**
|
|
|
* 发货人名称
|
|
|
* 11.发货人名称
|
|
|
*/
|
|
|
private String shipperName;
|
|
|
|
|
|
/**
|
|
|
* 收货人名称
|
|
|
* 12.收货人名称
|
|
|
*/
|
|
|
private String consigneeName;
|
|
|
|
|
|
/**
|
|
|
* 货物目的站
|
|
|
* 13.货物目的站
|
|
|
*/
|
|
|
private String aimStation;
|
|
|
/**
|
|
|
* 国家代码
|
|
|
* 14.国家代码
|
|
|
*/
|
|
|
private String country;
|
|
|
|
|
|
/**
|
|
|
* 航班目的区域,中文描述,所属洲
|
|
|
* 15.航班目的区域,中文描述,所属洲
|
|
|
*/
|
|
|
private String areaDescChn;
|
|
|
|
|
|
// private String tcdName;
|
|
|
//
|
|
|
// private String tcdTypeCode;
|
|
|
//
|
|
|
// private String tallType;
|
|
|
//
|
|
|
// private String oName;
|
|
|
//
|
|
|
// private String fdName;
|
|
|
//
|
|
|
// private String totalWeight;
|
|
|
//
|
|
|
// private String totalGrossWeightMeasureuc;
|
|
|
//
|
|
|
// private String totalPiece;
|
|
|
//
|
|
|
// private String grossWeightMeasureuc;
|
|
|
//
|
|
|
// private Date loadStartTime;
|
|
|
//
|
|
|
// private Date loadEndTime;
|
|
|
//
|
|
|
// private String status;
|
|
|
//
|
|
|
// private String customsCode;
|
|
|
//
|
|
|
// private String productName;
|
|
|
//
|
|
|
// private String receiptInformation;
|
|
|
//
|
|
|
// private Date createDate;
|
|
|
//
|
|
|
// private String dealFlag;
|
|
|
//
|
|
|
// private String billTallyFlag;
|
|
|
//
|
|
|
// private Date dealTime;
|
|
|
//
|
|
|
// private Date dischargeDate;
|
|
|
//
|
|
|
// private String transportSplitDescription;
|
|
|
/**
|
|
|
* 16.代理人全称
|
|
|
*/
|
|
|
private String fullName;
|
|
|
|
|
|
/**
|
|
|
* 17.货主类型
|
|
|
* 111 = 发货代理
|
|
|
* 222 = 订舱代理
|
|
|
* 333 = 操作代理/结算代理
|
|
|
*/
|
|
|
private String theShipperType;
|
|
|
|
|
|
/**
|
|
|
* 18.品名
|
|
|
*/
|
|
|
private String sdCargoName;
|
|
|
|
|
|
/**
|
|
|
* 19.二级类名称
|
|
|
*/
|
|
|
private String twoTypeName;
|
|
|
|
|
|
/**
|
|
|
* 20.一级类名称
|
|
|
*/
|
|
|
private String typeName;
|
|
|
} |
...
|
...
|
|