重写设备保养执行列表接口+bug

This commit is contained in:
2023-10-26 15:56:38 +08:00
parent a0a59c0ae7
commit 82017178dd
4 changed files with 83 additions and 3 deletions

View File

@@ -15,5 +15,9 @@ namespace Tnb.EquipMgr.Entities.Dto
public string spot_record_user_id{ get; set; }
public string spot_record_user_id_id { get; set; }
public string repeat_time { get; set; }
public DateTime? date_repeat_time { get; set; }
public DateTime? date_create_time { get; set; }
public DateTime? date_spot_record_date_time { get; set; }
}
}