2025-03-27 15:05:14 +08:00

18 lines
807 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<configuration>
<system.web>
<compilation debug="true"
targetFramework="4.0" />
</system.web>
<appSettings>
<add key="postUrl" value="http://localhost:7080/FileTransmission/"/>
<add key="DUTY_PARAGRAPH" value="9"/>
<!--额外推送的手机号码13866741819,-->
<add key="ExPhoneNum" value="18267004803,15067121398,18868852727" />
<!--系统管理员账户-->
<add key="adminPassport" value="'yanghj','gaoag','chenyz','wujunfei','ahyd_system'" />
<!--统配供应商:驿达万佳商贸-->
<add key="uniformSup" value="2939|安徽省驿达高速公路服务区经营管理有限公司万佳商贸分公司" />
<!--其他类原材料-->
<add key="otherRMType" value="1237,1238,1287,1288,1290,1291" />
</appSettings>
</configuration>