This commit is contained in:
2024-10-10 12:02:16 +08:00
parent a4ce415b62
commit 8a5ff0ebe6
4 changed files with 17 additions and 6 deletions

View File

@@ -231,6 +231,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// </summary>
public const string TASK_BILL_STATUS_RUNING_ID = "26126856028453";
/// <summary>
/// 任务单据状态-已暂停Id
/// </summary>
public const string TASK_BILL_STATUS_PAUSE_ID = "26126866160677";
/// <summary>
/// 任务单据状态-已完成ID
/// </summary>
public const string TASK_BILL_STATUS_COMPLE_ID = "26126860808229";

View File

@@ -103,5 +103,8 @@ public partial class WmsRawmatOutstockH : BaseEntity<string>
/// </summary>
public string? erp_project_id { get; set; }
/// <summary>
/// erp领料员 存的天益用户表的id 需关联erp_extend_field 取
/// </summary>
public string? erp_cbizid { get; set; }
}