工艺参数测点

This commit is contained in:
2024-09-09 17:28:14 +08:00
parent 8d2f9cc3ac
commit 6f826598cb
4 changed files with 254 additions and 0 deletions

View File

@@ -108,5 +108,11 @@ public partial class PerProcessStandardsH : BaseEntity<string>
/// 成型周期
/// </summary>
public decimal? moulding_cycle { get; set; }
[SugarColumn(IsIgnore = true)]
public string mo_task_id { get; set; }
[SugarColumn(IsIgnore = true)]
public string mo_task_code { get; set; }
}