设备维修记录

This commit is contained in:
2024-09-09 15:51:51 +08:00
parent 103377ba07
commit 8d2f9cc3ac
4 changed files with 287 additions and 0 deletions

View File

@@ -173,5 +173,10 @@ public partial class EqpRepairApply : BaseEntity<string>
/// 复核描述
/// </summary>
public string repeat_descrip { get; set; } = string.Empty;
/// <summary>
/// 接收时间
/// </summary>
public DateTime? receive_time { get; set; }
}