调整生产管理模块代码

This commit is contained in:
DEVICE8\12494
2023-05-15 13:44:23 +08:00
parent e435ab6f34
commit c3809e2f45
9 changed files with 457 additions and 193 deletions

View File

@@ -102,7 +102,7 @@ namespace Tnb.ProductionMgr.Entities
/// <summary>
/// 生产任务ID
/// </summary>
public string task_id { get;set;}
public string mo_task_id { get;set;}
}
}