|
|
@ -70,12 +70,12 @@ namespace Win.Sfs.SettleAccount.Entities.ERPShpping |
|
|
|
public decimal Qty { set; get; } |
|
|
|
[ImporterHeader(Name = "调出仓库")] |
|
|
|
public string Output { set; get; } |
|
|
|
[ImporterHeader(Name = "调出仓库代码")] |
|
|
|
[ImporterHeader(Name = "调出仓库代码",IsIgnore =true)] |
|
|
|
public string OutputCode { set; get; } |
|
|
|
[ImporterHeader(Name = "调入仓库")] |
|
|
|
|
|
|
|
public string Input { set; get; } |
|
|
|
[ImporterHeader(Name = "调入仓库代码")] |
|
|
|
[ImporterHeader(Name = "调入仓库代码",IsIgnore =true)] |
|
|
|
public string InputCode { set; get; } |
|
|
|
[ImporterHeader(Name = "辅助出库关联数量")] |
|
|
|
public decimal OutputAssQty { set; get; } |
|
|
|