Merge remote-tracking branch 'origin/wms_dev' into wms_dev
This commit is contained in:
+4
-1
@@ -20,6 +20,9 @@ public class StockInOrderImportRowDTO {
|
||||
// @Excel(name = "货主ID")
|
||||
// private Long shipperId;
|
||||
|
||||
@Excel(name = "货主编号")
|
||||
private String shipperCode;
|
||||
|
||||
// @Excel(name = "供应商ID")
|
||||
// private Long supplierId;
|
||||
|
||||
@@ -68,7 +71,7 @@ public class StockInOrderImportRowDTO {
|
||||
|
||||
// 客户名称只在表头中,明细行不需要此字段(代码会从表头读取并应用到此字段)
|
||||
@Excel(name = "客户名称")
|
||||
private String customerName;
|
||||
private String shipperName;
|
||||
|
||||
@Excel(name = "承运商")
|
||||
private String carrier;
|
||||
|
||||
Reference in New Issue
Block a user