This commit is contained in:
2023-05-11 08:54:53 +08:00
parent 208e6258d3
commit a12824d040
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; }
}
}