电梯日志优化erp同步调整

This commit is contained in:
2024-08-23 16:04:58 +08:00
parent 39fac9920c
commit fd150f1804
11 changed files with 173 additions and 82 deletions

View File

@@ -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; }
}