From ce4118ba015ab9fee368516d0e738c8dc598320b Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期四, 07 八月 2025 10:25:24 +0800
Subject: [PATCH] 考勤增加查询功能
---
DevApp/Gs.DevApp/Properties/AssemblyInfo.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DevApp/Gs.DevApp/Properties/AssemblyInfo.cs b/DevApp/Gs.DevApp/Properties/AssemblyInfo.cs
index b7ad83c..b6b13d1 100644
--- a/DevApp/Gs.DevApp/Properties/AssemblyInfo.cs
+++ b/DevApp/Gs.DevApp/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
锘縰sing System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
+
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
@@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
--
Gitblit v1.9.3