生产管理模块代码调整

This commit is contained in:
DEVICE8\12494
2023-05-12 22:58:16 +08:00
parent 85e7338669
commit 77bb079eee
31 changed files with 2315 additions and 1412 deletions

View File

@@ -103,7 +103,7 @@ namespace Tnb.ProductionMgr.Entities
/// <summary>
/// 任务单号
/// </summary>
public string icmo_code { get; }
public string icmo_code { get; set; }
}
}