|
|
@@ -305,6 +305,7 @@ public class Bills implements Serializable {
|
|
|
* 订舱备注
|
|
|
*/
|
|
|
@ApiModelProperty(value = "订舱备注")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String bookingRemarks;
|
|
|
/**
|
|
|
* 船名 id
|
|
|
@@ -342,6 +343,7 @@ public class Bills implements Serializable {
|
|
|
* Reference NO
|
|
|
*/
|
|
|
@ApiModelProperty(value = "Reference NO")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String refno;
|
|
|
/**
|
|
|
* 开船日期
|
|
|
@@ -625,24 +627,28 @@ public class Bills implements Serializable {
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人代码")
|
|
|
@TableField("h_shipper_code")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String hshipperCode;
|
|
|
/**
|
|
|
* HB/L 发货人中文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人中文名称")
|
|
|
@TableField("h_shipper_cn_name")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String hshipperCnName;
|
|
|
/**
|
|
|
* HB/L 发货人英文名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人英文名称")
|
|
|
@TableField("h_shipper_en_name")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String hshipperEnName;
|
|
|
/**
|
|
|
* HB/L 发货人提单描述
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HB/L 发货人提单描述")
|
|
|
@TableField("h_shipper_details")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String hshipperDetails;
|
|
|
/**
|
|
|
* HB/L 收货人 id
|