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

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; }
}
}