This commit is contained in:
2024-08-23 17:04:08 +08:00
parent ff36f85219
commit d01df92326
6 changed files with 27 additions and 8 deletions

View File

@@ -125,12 +125,12 @@ public partial class WmsRawmatTransferoutstockH : BaseEntity<string>
public string? transfer_order_id { get; set; }
/// <summary>
/// 入库组织id
/// bip入库组织vid
/// </summary>
public string? instockorg_id { get; set; }
/// <summary>
/// 入库组织编号
/// bip入库组织id
/// </summary>
public string? instockorg_code { get; set; }