17 lines
399 B
XML
17 lines
399 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
|
|
<configuration>
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.0" />
|
|
</system.web>
|
|
<appSettings>
|
|
<!--岗位工资计算基数-->
|
|
<add key="Post_Base" value="200"/>
|
|
</appSettings>
|
|
</configuration>
|