提交代码
This commit is contained in:
parent
a78bdf2d11
commit
a783f7b0e9
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -691,7 +691,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 进度管理 的本地化字符串。
|
/// 查找类似 工程管理 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string ScheduleManage {
|
internal static string ScheduleManage {
|
||||||
get {
|
get {
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue