diff --git a/asg_form/Controllers/Budget/BgCountController.cs b/asg_form/Controllers/Budget/BgCountController.cs index aef7871..ca851cd 100644 --- a/asg_form/Controllers/Budget/BgCountController.cs +++ b/asg_form/Controllers/Budget/BgCountController.cs @@ -22,7 +22,7 @@ namespace asg_form.Controllers.Budget public int used_event_id { get; set; } public string? use_person { get; set; } public int? use_person_id { get; set; } - public string change_time { get; set; } + public string? change_time { get; set; } public string use_status { get; set; } public string? update_person { get; set; }//设置默认 public string? update_time { get; set; }