调拨erp字段
This commit is contained in:
@@ -85,7 +85,7 @@ public partial class WmsRawmatTransferoutstockD : BaseEntity<string>
|
|||||||
public DateTime? modify_time { get; set; }
|
public DateTime? modify_time { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 出库仓库
|
/// wms出库仓库编码
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? warehouse_code { get; set; }
|
public string? warehouse_code { get; set; }
|
||||||
|
|
||||||
@@ -100,12 +100,12 @@ public partial class WmsRawmatTransferoutstockD : BaseEntity<string>
|
|||||||
public string? lineno { get; set; }
|
public string? lineno { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// erp仓库类型
|
/// erp出库仓库编码
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string erp_wh_type { get; set; }
|
public string erp_wh_type { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 入库仓库
|
/// erp入库仓库编码
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? warehouse_instock_code { get; set; }
|
public string? warehouse_instock_code { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,9 +94,18 @@ public partial class WmsTransferOrderD : BaseEntity<string>
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public string? lineno { get; set; }
|
public string? lineno { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// wms出库仓库编码
|
||||||
|
/// </summary>
|
||||||
|
public string? warehouse_code { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// erp仓库类型
|
/// erp出库仓库编码
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string erp_wh_type { get; set; }
|
public string erp_wh_type { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// erp入库仓库编码
|
||||||
|
/// </summary>
|
||||||
|
public string? warehouse_instock_code { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ public partial class WmsTransferOutstockD : BaseEntity<string>
|
|||||||
public string? fu_qty { get; set; }
|
public string? fu_qty { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 出库仓库
|
/// wms出库仓库编码
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? warehouse_code { get; set; }
|
public string? warehouse_code { get; set; }
|
||||||
|
|
||||||
@@ -145,8 +145,13 @@ public partial class WmsTransferOutstockD : BaseEntity<string>
|
|||||||
public string? lineno { get; set; }
|
public string? lineno { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// erp仓库类型
|
/// erp出库仓库编码
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string erp_wh_type { get; set; }
|
public string erp_wh_type { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// erp入库仓库编码
|
||||||
|
/// </summary>
|
||||||
|
public string? warehouse_instock_code { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -243,7 +243,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
{
|
{
|
||||||
// 出库数量wmsMaterialSignD.sign_qty
|
// 出库数量wmsMaterialSignD.sign_qty
|
||||||
}
|
}
|
||||||
|
wmsRawmatTransferoutstockH.bi
|
||||||
|
|
||||||
//todo 对接调拨出库
|
//todo 对接调拨出库
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user