同步BUG修复
This commit is contained in:
parent
cdf82b1963
commit
10c018cb81
|
@ -27,7 +27,7 @@ public class ExportLoadExcel {
|
||||||
private String vin;
|
private String vin;
|
||||||
|
|
||||||
@ExcelProperty(value = "*目的港")
|
@ExcelProperty(value = "*目的港")
|
||||||
@NotBlank(message = "车架号不能为空")
|
@NotBlank(message = "目的港不能为空")
|
||||||
private String destPort;
|
private String destPort;
|
||||||
|
|
||||||
@ExcelProperty("*品牌")
|
@ExcelProperty("*品牌")
|
||||||
|
|
|
@ -23,7 +23,7 @@ public class ExportLoadSpareExcel {
|
||||||
private String billNo;
|
private String billNo;
|
||||||
|
|
||||||
@ExcelProperty(value = "*目的港")
|
@ExcelProperty(value = "*目的港")
|
||||||
@NotBlank(message = "车架号不能为空")
|
@NotBlank(message = "目的港不能为空")
|
||||||
private String destPort;
|
private String destPort;
|
||||||
|
|
||||||
@ExcelProperty("*品牌")
|
@ExcelProperty("*品牌")
|
||||||
|
|
Loading…
Reference in New Issue