This commit is contained in:
DEVICE8\12494
2023-05-11 10:21:46 +08:00
3 changed files with 15 additions and 13 deletions

View File

@@ -8,8 +8,8 @@ namespace Tnb.BasicData.Entities.Dto
public string name { get; set; }
public DateTime? start_time { get; set; }
public string start_time { get; set; }
public DateTime? end_time { get; set; }
public string end_time { get; set; }
}
}