工艺参数测点

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

@@ -48,5 +48,7 @@ public partial class PerProcessStandardsD : BaseEntity<string>
/// 数据采集id
/// </summary>
public string? daq_id { get; set; }
public string name { get; set; }
}