点巡检 设备模具保养执行修改

This commit is contained in:
2024-08-08 09:29:59 +08:00
parent 18f052cefd
commit 06c870c5a1
10 changed files with 137 additions and 10 deletions

View File

@@ -23,5 +23,12 @@ namespace Tnb.EquipMgr.Entities.Dto
public DateTime? date_create_time { get; set; }
public DateTime? date_execute_time { get; set; }
public DateTime? date_last_execute_time { get; set; }
public DateTime? date_modify_time { get; set; }
public string modify_id { get; set; }
public string modify_id_id { get; set; }
public string modify_time { get; set; }
}
}

View File

@@ -19,5 +19,12 @@ namespace Tnb.EquipMgr.Entities.Dto
public DateTime? date_repeat_time { get; set; }
public DateTime? date_create_time { get; set; }
public DateTime? date_spot_record_date_time { get; set; }
public DateTime? date_modify_time { get; set; }
public string modify_id { get; set; }
public string modify_id_id { get; set; }
public string modify_time { get; set; }
}
}

View File

@@ -23,5 +23,12 @@ namespace Tnb.EquipMgr.Entities.Dto
public DateTime? date_create_time { get; set; }
public DateTime? date_execute_time { get; set; }
public DateTime? date_last_execute_time { get; set; }
public DateTime? date_modify_time { get; set; }
public string modify_id { get; set; }
public string modify_id_id { get; set; }
public string modify_time { get; set; }
}
}

View File

@@ -165,7 +165,7 @@ public partial class EqpEquipment : BaseEntity<string>
public string? technology_parameter { get; set; }
/// <summary>
/// 状态
/// 状态 试验,待添加,生产,报废
/// </summary>
public string? status { get; set; }