|
|
@@ -573,237 +573,272 @@ public class Bills implements Serializable {
|
|
|
* HB/L 付款方式 PP=预付, CC=到付, FPA, Other
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 付款方式 PP=预付, CC=到付, FPA, Other")
|
|
|
- private String hPaymode;
|
|
|
+ @TableField("h_paymode")
|
|
|
+ private String hpaymode;
|
|
|
/**
|
|
|
* HB/L 付款地点
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 付款地点")
|
|
|
- private String hPayplace;
|
|
|
+ @TableField("h_payplace")
|
|
|
+ private String hpayplace;
|
|
|
/**
|
|
|
* HB/L 发货人 id
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人 id")
|
|
|
- private Long hShipperId;
|
|
|
+ @TableField("h_shipper_id")
|
|
|
+ private Long hshipperId;
|
|
|
/**
|
|
|
* HB/L 发货人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人代码")
|
|
|
- private String hShipperCode;
|
|
|
+ @TableField("h_shipper_code")
|
|
|
+ private String hshipperCode;
|
|
|
/**
|
|
|
* HB/L 发货人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人中文名称")
|
|
|
- private String hShipperCnName;
|
|
|
+ @TableField("h_shipper_cn_name")
|
|
|
+ private String hshipperCnName;
|
|
|
/**
|
|
|
* HB/L 发货人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人英文名称")
|
|
|
- private String hShipperEnName;
|
|
|
+ @TableField("h_shipper_en_name")
|
|
|
+ private String hshipperEnName;
|
|
|
/**
|
|
|
* HB/L 发货人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人提单描述")
|
|
|
- private String hShipperDetails;
|
|
|
+ @TableField("h_shipper_details")
|
|
|
+ private String hshipperDetails;
|
|
|
/**
|
|
|
* HB/L 收货人 id
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人 id")
|
|
|
@TableField("h_Consignee_id")
|
|
|
- private Long hConsigneeId;
|
|
|
+ private Long hconsigneeId;
|
|
|
/**
|
|
|
* HB/L 收货人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人代码")
|
|
|
@TableField("h_Consignee_code")
|
|
|
- private String hConsigneeCode;
|
|
|
+ private String hconsigneeCode;
|
|
|
/**
|
|
|
* HB/L 收货人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人中文名称")
|
|
|
@TableField("h_Consignee_cn_name")
|
|
|
- private String hConsigneeCnName;
|
|
|
+ private String hconsigneeCnName;
|
|
|
/**
|
|
|
* HB/L 收货人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人英文名称")
|
|
|
@TableField("h_Consignee_en_name")
|
|
|
- private String hConsigneeEnName;
|
|
|
+ private String hconsigneeEnName;
|
|
|
/**
|
|
|
* HB/L 收货人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人提单描述")
|
|
|
@TableField("h_Consignee_details")
|
|
|
- private String hConsigneeDetails;
|
|
|
+ private String hconsigneeDetails;
|
|
|
/**
|
|
|
* HB/L 通知人 id
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人 id")
|
|
|
- private Long hNotifyId;
|
|
|
+ @TableField("h_notify_id")
|
|
|
+ private Long hnotifyId;
|
|
|
/**
|
|
|
* HB/L 通知人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人代码")
|
|
|
- private String hNotifyCode;
|
|
|
+ @TableField("h_notify_code")
|
|
|
+ private String hnotifyCode;
|
|
|
/**
|
|
|
* HB/L 通知人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人中文名称")
|
|
|
- private String hNotifyCnName;
|
|
|
+ @TableField("h_notify_cn_name")
|
|
|
+ private String hnotifyCnName;
|
|
|
/**
|
|
|
* HB/L 通知人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人英文名称")
|
|
|
- private String hNotifyEnName;
|
|
|
+ @TableField("h_notify_en_name")
|
|
|
+ private String hnotifyEnName;
|
|
|
/**
|
|
|
* HB/L 通知人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人提单描述")
|
|
|
- private String hNotifyDetails;
|
|
|
+ @TableField("h_notify_details")
|
|
|
+ private String hnotifyDetails;
|
|
|
/**
|
|
|
* HB/L 第二通知人 id
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人 id")
|
|
|
- private Long hNotify2Id;
|
|
|
+ @TableField("h_notify2_id")
|
|
|
+ private Long hnotify2Id;
|
|
|
/**
|
|
|
* HB/L 第二通知人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人代码")
|
|
|
- private String hNotify2Code;
|
|
|
+ @TableField("h_notify2_code")
|
|
|
+ private String hnotify2Code;
|
|
|
/**
|
|
|
* HB/L 第二通知人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人中文名称")
|
|
|
- private String hNotify2CnName;
|
|
|
+ @TableField("h_notify2_cn_name")
|
|
|
+ private String hnotify2CnName;
|
|
|
/**
|
|
|
* HB/L 第二通知人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人英文名称")
|
|
|
- private String hNotify2EnName;
|
|
|
+ @TableField("h_notify2_en_name")
|
|
|
+ private String hnotify2EnName;
|
|
|
/**
|
|
|
* HB/L 第二通知人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人提单描述")
|
|
|
- private String hNotify2Details;
|
|
|
+ @TableField("h_notify2_details")
|
|
|
+ private String hnotify2Details;
|
|
|
/**
|
|
|
* MB/L 付款方式 PP=预付, CC=到付, FPA, Other
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 付款方式 PP=预付, CC=到付, FPA, Other")
|
|
|
- private String mPaymode;
|
|
|
+ @TableField("m_paymode")
|
|
|
+ private String mpaymode;
|
|
|
/**
|
|
|
* MB/L 付款地点
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 付款地点")
|
|
|
- private String mPayplace;
|
|
|
+ @TableField("m_payplace")
|
|
|
+ private String mpayplace;
|
|
|
/**
|
|
|
* MB/L 发货人 id
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人 id")
|
|
|
- private Long mShipperId;
|
|
|
+ @TableField("m_shipper_id")
|
|
|
+ private Long mshipperId;
|
|
|
/**
|
|
|
* MB/L 发货人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人代码")
|
|
|
- private String mShipperCode;
|
|
|
+ @TableField("m_shipper_code")
|
|
|
+ private String mshipperCode;
|
|
|
/**
|
|
|
* MB/L 发货人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人中文名称")
|
|
|
- private String mShipperCnName;
|
|
|
+ @TableField("m_shipper_cn_name")
|
|
|
+ private String mshipperCnName;
|
|
|
/**
|
|
|
* MB/L 发货人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人英文名称")
|
|
|
- private String mShipperEnName;
|
|
|
+ @TableField("m_shipper_en_name")
|
|
|
+ private String mshipperEnName;
|
|
|
/**
|
|
|
* MB/L 发货人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人提单描述")
|
|
|
- private String mShipperDetails;
|
|
|
+ @TableField("m_shipper_details")
|
|
|
+ private String mshipperDetails;
|
|
|
/**
|
|
|
* MB/L 收货人 id
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人 id")
|
|
|
@TableField("m_Consignee_id")
|
|
|
- private Long mConsigneeId;
|
|
|
+ private Long mconsigneeId;
|
|
|
/**
|
|
|
* MB/L 收货人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人代码")
|
|
|
@TableField("m_Consignee_code")
|
|
|
- private String mConsigneeCode;
|
|
|
+ private String mconsigneeCode;
|
|
|
/**
|
|
|
* MB/L 收货人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人中文名称")
|
|
|
@TableField("m_Consignee_cn_name")
|
|
|
- private String mConsigneeCnName;
|
|
|
+ private String mconsigneeCnName;
|
|
|
/**
|
|
|
* MB/L 收货人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人英文名称")
|
|
|
@TableField("m_Consignee_en_name")
|
|
|
- private String mConsigneeEnName;
|
|
|
+ private String mconsigneeEnName;
|
|
|
/**
|
|
|
* MB/L 收货人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人提单描述")
|
|
|
@TableField("m_Consignee_details")
|
|
|
- private String mConsigneeDetails;
|
|
|
+ private String mconsigneeDetails;
|
|
|
/**
|
|
|
* MB/L 通知人 id
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人 id")
|
|
|
- private Long mNotifyId;
|
|
|
+ @TableField("m_notify_id")
|
|
|
+ private Long mnotifyId;
|
|
|
/**
|
|
|
* MB/L 通知人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人代码")
|
|
|
- private String mNotifyCode;
|
|
|
+ @TableField("m_notify_code")
|
|
|
+ private String mnotifyCode;
|
|
|
/**
|
|
|
* MB/L 通知人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人中文名称")
|
|
|
- private String mNotifyCnName;
|
|
|
+ @TableField("m_notify_cn_name")
|
|
|
+ private String mnotifyCnName;
|
|
|
/**
|
|
|
* MB/L 通知人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人英文名称")
|
|
|
- private String mNotifyEnName;
|
|
|
+ @TableField("m_notify_en_name")
|
|
|
+ private String mnotifyEnName;
|
|
|
/**
|
|
|
* MB/L 通知人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人提单描述")
|
|
|
- private String mNotifyDetails;
|
|
|
+ @TableField("m_notify_details")
|
|
|
+ private String mnotifyDetails;
|
|
|
/**
|
|
|
* MB/L 第二通知人 id
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人 id")
|
|
|
- private Long mNotify2Id;
|
|
|
+ @TableField("m_notify2_id")
|
|
|
+ private Long mnotify2Id;
|
|
|
/**
|
|
|
* MB/L 第二通知人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人代码")
|
|
|
- private String mNotify2Code;
|
|
|
+ @TableField("m_notify2_code")
|
|
|
+ private String mnotify2Code;
|
|
|
/**
|
|
|
* MB/L 第二通知人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人中文名称")
|
|
|
- private String mNotify2CnName;
|
|
|
+ @TableField("m_notify2_cn_name")
|
|
|
+ private String mnotify2CnName;
|
|
|
/**
|
|
|
* MB/L 第二通知人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人英文名称")
|
|
|
- private String mNotify2EnName;
|
|
|
+ @TableField("m_notify2_en_name")
|
|
|
+ private String mnotify2EnName;
|
|
|
/**
|
|
|
* MB/L 第二通知人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人提单描述")
|
|
|
- private String mNotify2Details;
|
|
|
+ @TableField("m_notify2_details")
|
|
|
+ private String mnotify2Details;
|
|
|
/**
|
|
|
* MB/L Forwarder 描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L Forwarder 描述")
|
|
|
- private String mForwarderDetails;
|
|
|
+ @TableField("m_forwarder_details")
|
|
|
+ private String mforwarderDetails;
|
|
|
/**
|
|
|
* 货物类别 dry=普货 danger=危险品 reefer=冻柜
|
|
|
*/
|
|
|
@@ -1300,97 +1335,113 @@ public class Bills implements Serializable {
|
|
|
* HB/L 发货人国家代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人国家代码")
|
|
|
- private String hShipperCntyCode;
|
|
|
+ @TableField("h_shipper_cnty_code")
|
|
|
+ private String hshipperCntyCode;
|
|
|
|
|
|
/**
|
|
|
* HB/L 发货人国家名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人国家名称")
|
|
|
- private String hShipperCntyName;
|
|
|
+ @TableField("h_shipper_cnty_name")
|
|
|
+ private String hshipperCntyName;
|
|
|
|
|
|
/**
|
|
|
* HB/L 收货人国家代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人国家代码")
|
|
|
- private String hConsigneeCntyCode;
|
|
|
+ @TableField("h_consignee_cnty_code")
|
|
|
+ private String hconsigneeCntyCode;
|
|
|
|
|
|
/**
|
|
|
* HB/L 收货人国家名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人国家名称")
|
|
|
- private String hConsigneeCntyName;
|
|
|
+ @TableField("h_consignee_cnty_name")
|
|
|
+ private String hconsigneeCntyName;
|
|
|
|
|
|
/**
|
|
|
* HB/L 通知人国家代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人国家代码")
|
|
|
- private String hNotifyCntyCode;
|
|
|
+ @TableField("h_notify_cnty_code")
|
|
|
+ private String hnotifyCntyCode;
|
|
|
|
|
|
/**
|
|
|
* HB/L 通知人国家名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人国家名称")
|
|
|
- private String hNotifyCntyName;
|
|
|
+ @TableField("h_notify_cnty_name")
|
|
|
+ private String hnotifyCntyName;
|
|
|
|
|
|
/**
|
|
|
* HB/L 第二通知人国家代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人国家代码")
|
|
|
- private String hNotify2CntyCode;
|
|
|
+ @TableField("h_notify2_cnty_code")
|
|
|
+ private String hnotify2CntyCode;
|
|
|
|
|
|
/**
|
|
|
* HB/L 第二通知人国家名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人国家名称")
|
|
|
- private String hNotify2CntyName;
|
|
|
+ @TableField("h_notify2_cnty_name")
|
|
|
+ private String hnotify2CntyName;
|
|
|
|
|
|
/**
|
|
|
* MB/L 发货人国家代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人国家代码")
|
|
|
- private String mShipperCntyCode;
|
|
|
+ @TableField("m_shipper_cnty_code")
|
|
|
+ private String mshipperCntyCode;
|
|
|
|
|
|
/**
|
|
|
* MB/L 发货人国家名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人国家名称")
|
|
|
- private String mShipperCntyName;
|
|
|
+ @TableField("m_shipper_cnty_name")
|
|
|
+ private String mshipperCntyName;
|
|
|
|
|
|
/**
|
|
|
* MB/L 收货人国家代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人国家代码")
|
|
|
- private String mConsigneeCntyCode;
|
|
|
+ @TableField("m_consignee_cnty_code")
|
|
|
+ private String mconsigneeCntyCode;
|
|
|
|
|
|
/**
|
|
|
* MB/L 收货人国家名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人国家名称")
|
|
|
- private String mConsigneeCntyName;
|
|
|
+ @TableField("m_consignee_cnty_name")
|
|
|
+ private String mconsigneeCntyName;
|
|
|
|
|
|
/**
|
|
|
* MB/L 通知人国家代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人国家代码")
|
|
|
- private String mNotifyCntyCode;
|
|
|
+ @TableField("m_notify_cnty_code")
|
|
|
+ private String mnotifyCntyCode;
|
|
|
|
|
|
/**
|
|
|
* MB/L 通知人国家名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人国家名称")
|
|
|
- private String mNotifyCntyName;
|
|
|
+ @TableField("m_notify_cnty_name")
|
|
|
+ private String mnotifyCntyName;
|
|
|
|
|
|
/**
|
|
|
* MB/L 第二通知人国家代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人国家代码")
|
|
|
- private String mNotify2CntyCode;
|
|
|
+ @TableField("m_notify2_cnty_code")
|
|
|
+ private String mnotify2CntyCode;
|
|
|
|
|
|
/**
|
|
|
* MB/L 第二通知人国家名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人国家名称")
|
|
|
- private String mNotify2CntyName;
|
|
|
+ @TableField("m_notify2_cnty_name")
|
|
|
+ private String mnotify2CntyName;
|
|
|
/**
|
|
|
* SI 备注
|
|
|
*/
|