电梯逻辑变更 erp同步调整 生成条码变更等

This commit is contained in:
2024-09-03 15:37:06 +08:00
parent 692e944f23
commit a2f9014c08
17 changed files with 1105 additions and 340 deletions

View File

@@ -149,4 +149,14 @@ public partial class WmsCarryH : BaseEntity<string>
/// 转库单ID
/// </summary>
public string? material_tranfer_billid { get; set; }
/// <summary>
/// 业务类型(电梯)
/// </summary>
public string? biz_type { get; set; }
/// <summary>
/// 需求单据(电梯)
/// </summary>
public string? require_id { get; set; }
}