From 282d1ba2b9ac520e93250a6681594d90b70f3808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Mon, 7 Oct 2024 11:33:23 +0800 Subject: [PATCH] 1 --- asg_form/Controllers/Budget/BgCountController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }