提交代码

This commit is contained in:
高飞 2025-03-05 18:22:54 +08:00
parent a78bdf2d11
commit a783f7b0e9
6 changed files with 629 additions and 626 deletions

View File

@ -2,7 +2,8 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
namespace BLL; namespace BLL
{
public class AwardStandardsService public class AwardStandardsService
{ {
@ -178,5 +179,5 @@ public class AwardStandardsService
} }
} }
}
} }

View File

@ -2,8 +2,8 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
namespace BLL; namespace BLL
{
public class ConstructionStandardsService public class ConstructionStandardsService
{ {
public static Model.SGGLDB db = Funs.DB; public static Model.SGGLDB db = Funs.DB;
@ -177,5 +177,5 @@ public class ConstructionStandardsService
} }
} }
}
} }

View File

@ -4,7 +4,8 @@ using System.Linq;
using System.Text; using System.Text;
using Model; using Model;
namespace BLL; namespace BLL
{
public class ProtectionStandardsService public class ProtectionStandardsService
{ {
@ -180,5 +181,5 @@ public class ProtectionStandardsService
} }
} }
}
} }

View File

@ -2,7 +2,8 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
namespace BLL; namespace BLL
{
public class SafetyResponsibilitiesService public class SafetyResponsibilitiesService
{ {
@ -178,5 +179,5 @@ public class SafetyResponsibilitiesService
} }
} }
}
} }

View File

@ -691,7 +691,7 @@ namespace Resources {
} }
/// <summary> /// <summary>
/// 查找类似 进度管理 的本地化字符串。 /// 查找类似 工程管理 的本地化字符串。
/// </summary> /// </summary>
internal static string ScheduleManage { internal static string ScheduleManage {
get { get {

View File

@ -19658,7 +19658,7 @@
</FlavorProperties> </FlavorProperties>
</VisualStudio> </VisualStudio>
</ProjectExtensions> </ProjectExtensions>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">