yi.wang

Edild,enrtPortCode 可以为空

...@@ -91,7 +91,7 @@ public class Mawb implements Serializable { ...@@ -91,7 +91,7 @@ public class Mawb implements Serializable {
91 private String distinatePort; 91 private String distinatePort;
92 92
93 @ApiModelProperty(value = "报关标志", name = "EdiId", example = "001") 93 @ApiModelProperty(value = "报关标志", name = "EdiId", example = "001")
94 - @NotBlank(message="参数ediId不能为空") 94 + //@NotBlank(message="参数ediId不能为空")
95 @Column(name = "EDIID") 95 @Column(name = "EDIID")
96 private String ediId; 96 private String ediId;
97 97
...@@ -235,8 +235,8 @@ public class Mawb implements Serializable { ...@@ -235,8 +235,8 @@ public class Mawb implements Serializable {
235 @Column(name = "MARKNO") 235 @Column(name = "MARKNO")
236 private String markNo; 236 private String markNo;
237 237
238 - @ApiModelProperty(value = "入境口岸代码", name = "entyPortCode", example = "固定值:310302") 238 + @ApiModelProperty(value = "入境口岸代码", name = "entyPortCode", example = "固定值:110101")
239 - @NotBlank(message="参数entyPortCode不能为空") 239 + //@NotBlank(message="参数entyPortCode不能为空")
240 @Column(name = "ENTYPORTCODE") 240 @Column(name = "ENTYPORTCODE")
241 private String entyPortCode; 241 private String entyPortCode;
242 242
......