电梯日志优化erp同步调整
This commit is contained in:
@@ -99,4 +99,9 @@ public partial class WmsRawmatTransferoutstockD : BaseEntity<string>
|
||||
/// </summary>
|
||||
public string? lineno { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// erp仓库类型
|
||||
/// </summary>
|
||||
public string erp_wh_type { get; set; }
|
||||
|
||||
}
|
||||
|
||||
@@ -125,8 +125,13 @@ public partial class WmsRawmatTransferoutstockH : BaseEntity<string>
|
||||
public string? transfer_order_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// erp仓库类型
|
||||
/// 入库组织id
|
||||
/// </summary>
|
||||
public string erp_wh_type { get; set; }
|
||||
public string? instockorg_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 入库组织编号
|
||||
/// </summary>
|
||||
public string? instockorg_code { get; set; }
|
||||
|
||||
}
|
||||
|
||||
@@ -94,4 +94,9 @@ public partial class WmsTransferOrderD : BaseEntity<string>
|
||||
/// </summary>
|
||||
public string? lineno { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// erp仓库类型
|
||||
/// </summary>
|
||||
public string erp_wh_type { get; set; }
|
||||
}
|
||||
|
||||
@@ -88,4 +88,14 @@ public partial class WmsTransferOrderH : BaseEntity<string>
|
||||
/// erp仓库类型
|
||||
/// </summary>
|
||||
public string erp_wh_type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 入库组织id
|
||||
/// </summary>
|
||||
public string? instockorg_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 入库组织编号
|
||||
/// </summary>
|
||||
public string? instockorg_code { get; set; }
|
||||
}
|
||||
|
||||
@@ -144,4 +144,9 @@ public partial class WmsTransferOutstockD : BaseEntity<string>
|
||||
/// </summary>
|
||||
public string? lineno { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// erp仓库类型
|
||||
/// </summary>
|
||||
public string erp_wh_type { get; set; }
|
||||
|
||||
}
|
||||
|
||||
@@ -110,7 +110,12 @@ public partial class WmsTransferOutstockH : BaseEntity<string>
|
||||
public string? transfer_order_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// erp仓库类型
|
||||
/// 入库组织id
|
||||
/// </summary>
|
||||
public string erp_wh_type { get; set; }
|
||||
public string? instockorg_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 入库组织编号
|
||||
/// </summary>
|
||||
public string? instockorg_code { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user