From 59bd146603421884f5358bc896201a84211742c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Sat, 5 Oct 2024 11:25:49 +0800 Subject: [PATCH] 5335 --- asg_form/User.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asg_form/User.cs b/asg_form/User.cs index 8f06b39..e0f34d0 100644 --- a/asg_form/User.cs +++ b/asg_form/User.cs @@ -12,7 +12,7 @@ namespace asg_form [DefaultValue(0)] public long? Integral { get; set; } - public DateTime CreationTime { get; set; } + public string? CreationTime { get; set; } public form? haveform { get; set; } public T_Team myteam { get; set; }