组装任务下发添加创建时间

This commit is contained in:
2023-11-20 11:23:20 +08:00
parent 584c5bf188
commit ed23045258
2 changed files with 6 additions and 3 deletions

View File

@@ -78,6 +78,8 @@
/// 工序名称
/// </summary>
public string? process_name { get; set; }
public string create_time { get; set; }
}
}