|
|
@@ -306,7 +306,7 @@ public class Bills implements Serializable {
|
|
|
@ApiModelProperty(value = "船公司约号")
|
|
|
private String carrierArgreementNo;
|
|
|
/**
|
|
|
- * 订舱号
|
|
|
+ * 订舱号,conversion=true 转大写
|
|
|
*/
|
|
|
@ApiModelProperty(value = "订舱号")
|
|
|
@LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
@@ -354,6 +354,7 @@ public class Bills implements Serializable {
|
|
|
* 航次
|
|
|
*/
|
|
|
@ApiModelProperty(value = "航次")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String voyageNo;
|
|
|
/**
|
|
|
* MB/L NO
|
|
|
@@ -759,6 +760,7 @@ public class Bills implements Serializable {
|
|
|
*/
|
|
|
@ApiModelProperty(value = "MB/L 付款地点")
|
|
|
@TableField("m_payplace")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String mpayplace;
|
|
|
/**
|
|
|
* MB/L 发货人 id
|
|
|
@@ -1170,31 +1172,37 @@ public class Bills implements Serializable {
|
|
|
* IEIEC
|
|
|
*/
|
|
|
@TableField(exist = false)
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String ediIeiec;
|
|
|
/**
|
|
|
* IEGSTIN
|
|
|
*/
|
|
|
@TableField(exist = false)
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String ediIegstin;
|
|
|
/**
|
|
|
* IEMAIL
|
|
|
*/
|
|
|
@TableField(exist = false)
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String ediIemail;
|
|
|
/**
|
|
|
* TACNO
|
|
|
*/
|
|
|
@TableField(exist = false)
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String ediTacno;
|
|
|
/**
|
|
|
* ERNNO
|
|
|
*/
|
|
|
@TableField(exist = false)
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String ediErnno;
|
|
|
/**
|
|
|
* VAENO
|
|
|
*/
|
|
|
@TableField(exist = false)
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String ediVaeno;
|
|
|
/**
|
|
|
* DOOR TO 客户名称
|
|
|
@@ -1515,6 +1523,7 @@ public class Bills implements Serializable {
|
|
|
* SI 备注
|
|
|
*/
|
|
|
@ApiModelProperty(value = "SI 备注")
|
|
|
+ @LosSpecialHandle(massage = "", space = true, conversion = true)
|
|
|
private String siRemarks;
|
|
|
|
|
|
/**
|