|
|
@@ -30,6 +30,7 @@ import org.springblade.los.business.sea.dto.WaitingBox;
|
|
|
import org.springblade.los.edi.entity.EdiTypes;
|
|
|
import org.springblade.los.finance.fee.dto.FeeCenterReports;
|
|
|
import org.springblade.los.finance.fee.entity.FeeCenter;
|
|
|
+import org.springblade.los.utils.LosSpecialHandle;
|
|
|
import org.springblade.system.entity.Dept;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
@@ -326,11 +327,13 @@ public class Bills implements Serializable {
|
|
|
* MB/L NO
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L NO")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String mblno;
|
|
|
/**
|
|
|
* HB/L NO
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L NO")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String hblno;
|
|
|
/**
|
|
|
* Reference NO
|
|
|
@@ -373,21 +376,25 @@ public class Bills implements Serializable {
|
|
|
* 装货港代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "装货港代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String polCode;
|
|
|
/**
|
|
|
* 装货港英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "装货港英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String polCnName;
|
|
|
/**
|
|
|
* 装货港英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "装货港英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String polEnName;
|
|
|
/**
|
|
|
* 装货港英文名称打印 默认等于pol_en_name 可以编辑
|
|
|
*/
|
|
|
@ApiModelProperty(value = "装货港英文名称打印 默认等于pol_en_name 可以编辑")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String polNamePrint;
|
|
|
/**
|
|
|
* 卸货港 id
|
|
|
@@ -398,21 +405,25 @@ public class Bills implements Serializable {
|
|
|
* 卸货港代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "卸货港代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String podCode;
|
|
|
/**
|
|
|
* 卸货港中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "卸货港中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String podCnName;
|
|
|
/**
|
|
|
* 卸货港英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "卸货港英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String podEnName;
|
|
|
/**
|
|
|
* 卸货港英文名称打印 默认等于pol_en_name 可以编辑
|
|
|
*/
|
|
|
@ApiModelProperty(value = "卸货港英文名称打印 默认等于pol_en_name 可以编辑")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String podNamePrint;
|
|
|
/**
|
|
|
* 中转港 id
|
|
|
@@ -423,21 +434,25 @@ public class Bills implements Serializable {
|
|
|
* 中转港代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "中转港代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String potCode;
|
|
|
/**
|
|
|
* 中转港中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "中转港中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String potCnName;
|
|
|
/**
|
|
|
* 中转港英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "中转港英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String potEnName;
|
|
|
/**
|
|
|
* 中转港英文名称打印 默认等于pol_en_name 可以编辑
|
|
|
*/
|
|
|
@ApiModelProperty(value = "中转港英文名称打印 默认等于pol_en_name 可以编辑")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String potNamePrint;
|
|
|
/**
|
|
|
* 收货地 id
|
|
|
@@ -448,16 +463,19 @@ public class Bills implements Serializable {
|
|
|
* 收货地代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "收货地代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String placeReceiptCode;
|
|
|
/**
|
|
|
* 收货地英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "收货地英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String placeReceiptName;
|
|
|
/**
|
|
|
* 收货地英文名称打印 默认等于place_receipt_name可以编辑
|
|
|
*/
|
|
|
@ApiModelProperty(value = "收货地英文名称打印 默认等于place_receipt_name可以编辑")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String placeReceiptNamePrint;
|
|
|
/**
|
|
|
* 交货地 id
|
|
|
@@ -468,16 +486,19 @@ public class Bills implements Serializable {
|
|
|
* 交货地代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "交货地代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String placeDeliveryCode;
|
|
|
/**
|
|
|
* 交货地英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "交货地英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String placeDeliveryName;
|
|
|
/**
|
|
|
* 交货地英文名称打印 默认等于place_delivery_name可以编辑
|
|
|
*/
|
|
|
@ApiModelProperty(value = "交货地英文名称打印 默认等于place_delivery_name可以编辑")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String placeDeliveryNamePrint;
|
|
|
/**
|
|
|
* 目的地 id
|
|
|
@@ -488,16 +509,19 @@ public class Bills implements Serializable {
|
|
|
* 目的地代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "目的地代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String destinationCode;
|
|
|
/**
|
|
|
* 目的地英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "目的地英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String destinationName;
|
|
|
/**
|
|
|
* 目的地英文名称打印 默认等于destination_name可以编辑
|
|
|
*/
|
|
|
@ApiModelProperty(value = "目的地英文名称打印 默认等于destination_name可以编辑")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String destinationNamePrint;
|
|
|
/**
|
|
|
* 最终目的地 id
|
|
|
@@ -508,16 +532,19 @@ public class Bills implements Serializable {
|
|
|
* 最终目的地代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "最终目的地代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String finalDestinationCode;
|
|
|
/**
|
|
|
* 最终目的地英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "最终目的地英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String finalDestinationName;
|
|
|
/**
|
|
|
* 最终英文名称打印 默认等于final_destination_name可以编辑
|
|
|
*/
|
|
|
@ApiModelProperty(value = "最终英文名称打印 默认等于final_destination_name可以编辑")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String finalDestinationNamePrint;
|
|
|
/**
|
|
|
* 装箱方式, FCL=整箱, LCL=拼箱
|
|
|
@@ -624,24 +651,28 @@ public class Bills implements Serializable {
|
|
|
* HB/L 收货人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_Consignee_code")
|
|
|
private String hconsigneeCode;
|
|
|
/**
|
|
|
* HB/L 收货人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_Consignee_cn_name")
|
|
|
private String hconsigneeCnName;
|
|
|
/**
|
|
|
* HB/L 收货人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_Consignee_en_name")
|
|
|
private String hconsigneeEnName;
|
|
|
/**
|
|
|
* HB/L 收货人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 收货人提单描述")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_Consignee_details")
|
|
|
private String hconsigneeDetails;
|
|
|
/**
|
|
|
@@ -655,23 +686,27 @@ public class Bills implements Serializable {
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人代码")
|
|
|
@TableField("h_notify_code")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String hnotifyCode;
|
|
|
/**
|
|
|
* HB/L 通知人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_notify_cn_name")
|
|
|
private String hnotifyCnName;
|
|
|
/**
|
|
|
* HB/L 通知人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_notify_en_name")
|
|
|
private String hnotifyEnName;
|
|
|
/**
|
|
|
* HB/L 通知人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 通知人提单描述")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_notify_details")
|
|
|
private String hnotifyDetails;
|
|
|
/**
|
|
|
@@ -684,24 +719,28 @@ public class Bills implements Serializable {
|
|
|
* HB/L 第二通知人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_notify2_code")
|
|
|
private String hnotify2Code;
|
|
|
/**
|
|
|
* HB/L 第二通知人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_notify2_cn_name")
|
|
|
private String hnotify2CnName;
|
|
|
/**
|
|
|
* HB/L 第二通知人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_notify2_en_name")
|
|
|
private String hnotify2EnName;
|
|
|
/**
|
|
|
* HB/L 第二通知人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 第二通知人提单描述")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("h_notify2_details")
|
|
|
private String hnotify2Details;
|
|
|
/**
|
|
|
@@ -726,24 +765,28 @@ public class Bills implements Serializable {
|
|
|
* MB/L 发货人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_shipper_code")
|
|
|
private String mshipperCode;
|
|
|
/**
|
|
|
* MB/L 发货人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_shipper_cn_name")
|
|
|
private String mshipperCnName;
|
|
|
/**
|
|
|
* MB/L 发货人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_shipper_en_name")
|
|
|
private String mshipperEnName;
|
|
|
/**
|
|
|
* MB/L 发货人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 发货人提单描述")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_shipper_details")
|
|
|
private String mshipperDetails;
|
|
|
/**
|
|
|
@@ -756,24 +799,28 @@ public class Bills implements Serializable {
|
|
|
* MB/L 收货人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_Consignee_code")
|
|
|
private String mconsigneeCode;
|
|
|
/**
|
|
|
* MB/L 收货人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_Consignee_cn_name")
|
|
|
private String mconsigneeCnName;
|
|
|
/**
|
|
|
* MB/L 收货人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_Consignee_en_name")
|
|
|
private String mconsigneeEnName;
|
|
|
/**
|
|
|
* MB/L 收货人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 收货人提单描述")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_Consignee_details")
|
|
|
private String mconsigneeDetails;
|
|
|
/**
|
|
|
@@ -786,24 +833,28 @@ public class Bills implements Serializable {
|
|
|
* MB/L 通知人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_notify_code")
|
|
|
private String mnotifyCode;
|
|
|
/**
|
|
|
* MB/L 通知人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_notify_cn_name")
|
|
|
private String mnotifyCnName;
|
|
|
/**
|
|
|
* MB/L 通知人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_notify_en_name")
|
|
|
private String mnotifyEnName;
|
|
|
/**
|
|
|
* MB/L 通知人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 通知人提单描述")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_notify_details")
|
|
|
private String mnotifyDetails;
|
|
|
/**
|
|
|
@@ -816,24 +867,28 @@ public class Bills implements Serializable {
|
|
|
* MB/L 第二通知人代码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人代码")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_notify2_code")
|
|
|
private String mnotify2Code;
|
|
|
/**
|
|
|
* MB/L 第二通知人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人中文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_notify2_cn_name")
|
|
|
private String mnotify2CnName;
|
|
|
/**
|
|
|
* MB/L 第二通知人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人英文名称")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_notify2_en_name")
|
|
|
private String mnotify2EnName;
|
|
|
/**
|
|
|
* MB/L 第二通知人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 第二通知人提单描述")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@TableField("m_notify2_details")
|
|
|
private String mnotify2Details;
|
|
|
/**
|
|
|
@@ -876,11 +931,13 @@ public class Bills implements Serializable {
|
|
|
* 提单上货物描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "提单上货物描述")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String commodityDescr;
|
|
|
/**
|
|
|
* 唛头
|
|
|
*/
|
|
|
@ApiModelProperty(value = "唛头")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String marks;
|
|
|
/**
|
|
|
* 包装单位 Id
|