¶Ô±ÈÐÂÎļþ |
| | |
| | | [*.cs] |
| | | |
| | | # CS8618: å¨éåºæé 彿°æ¶ï¼ä¸å¯ä¸º null çåæ®µå¿
é¡»å
å«é null å¼ã请èè声æä¸ºå¯ä»¥ä¸º nullã |
| | | dotnet_diagnostic.CS8618.severity = none |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <!-- |
| | | |
| | | IIS configuration sections. |
| | | |
| | | For schema documentation, see |
| | | %IIS_BIN%\config\schema\IIS_schema.xml. |
| | | |
| | | Please make a backup of this file before making any changes to it. |
| | | |
| | | NOTE: The following environment variables are available to be used |
| | | within this file and are understood by the IIS Express. |
| | | |
| | | %IIS_USER_HOME% - The IIS Express home directory for the user |
| | | %IIS_SITES_HOME% - The default home directory for sites |
| | | %IIS_BIN% - The location of the IIS Express binaries |
| | | %SYSTEMDRIVE% - The drive letter of %IIS_BIN% |
| | | |
| | | --> |
| | | <configuration> |
| | | |
| | | <!-- |
| | | |
| | | The <configSections> section controls the registration of sections. |
| | | Section is the basic unit of deployment, locking, searching and |
| | | containment for configuration settings. |
| | | |
| | | Every section belongs to one section group. |
| | | A section group is a container of logically-related sections. |
| | | |
| | | Sections cannot be nested. |
| | | Section groups may be nested. |
| | | |
| | | <section |
| | | name="" [Required, Collection Key] [XML name of the section] |
| | | allowDefinition="Everywhere" [MachineOnly|MachineToApplication|AppHostOnly|Everywhere] [Level where it can be set] |
| | | overrideModeDefault="Allow" [Allow|Deny] [Default delegation mode] |
| | | allowLocation="true" [true|false] [Allowed in location tags] |
| | | /> |
| | | |
| | | The recommended way to unlock sections is by using a location tag: |
| | | <location path="Default Web Site" overrideMode="Allow"> |
| | | <system.webServer> |
| | | <asp /> |
| | | </system.webServer> |
| | | </location> |
| | | |
| | | --> |
| | | <configSections> |
| | | <sectionGroup name="system.applicationHost"> |
| | | <section name="applicationPools" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="configHistory" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="customMetadata" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="listenerAdapters" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="log" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="serviceAutoStartProviders" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="sites" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="webLimits" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | </sectionGroup> |
| | | |
| | | <sectionGroup name="system.webServer"> |
| | | <section name="asp" overrideModeDefault="Deny" /> |
| | | <section name="caching" overrideModeDefault="Allow" /> |
| | | <section name="cgi" overrideModeDefault="Deny" /> |
| | | <section name="defaultDocument" overrideModeDefault="Allow" /> |
| | | <section name="directoryBrowse" overrideModeDefault="Allow" /> |
| | | <section name="fastCgi" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="globalModules" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="handlers" overrideModeDefault="Deny" /> |
| | | <section name="httpCompression" overrideModeDefault="Allow" allowDefinition="Everywhere" /> |
| | | <section name="httpErrors" overrideModeDefault="Allow" /> |
| | | <section name="httpLogging" overrideModeDefault="Deny" /> |
| | | <section name="httpProtocol" overrideModeDefault="Allow" /> |
| | | <section name="httpRedirect" overrideModeDefault="Allow" /> |
| | | <section name="httpTracing" overrideModeDefault="Deny" /> |
| | | <section name="isapiFilters" allowDefinition="MachineToApplication" overrideModeDefault="Deny" /> |
| | | <section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" /> |
| | | <section name="applicationInitialization" allowDefinition="MachineToApplication" overrideModeDefault="Allow" /> |
| | | <section name="odbcLogging" overrideModeDefault="Deny" /> |
| | | <sectionGroup name="security"> |
| | | <section name="access" overrideModeDefault="Deny" /> |
| | | <section name="applicationDependencies" overrideModeDefault="Deny" /> |
| | | <sectionGroup name="authentication"> |
| | | <section name="anonymousAuthentication" overrideModeDefault="Deny" /> |
| | | <section name="basicAuthentication" overrideModeDefault="Deny" /> |
| | | <section name="clientCertificateMappingAuthentication" overrideModeDefault="Deny" /> |
| | | <section name="digestAuthentication" overrideModeDefault="Deny" /> |
| | | <section name="iisClientCertificateMappingAuthentication" overrideModeDefault="Deny" /> |
| | | <section name="windowsAuthentication" overrideModeDefault="Deny" /> |
| | | </sectionGroup> |
| | | <section name="authorization" overrideModeDefault="Allow" /> |
| | | <section name="ipSecurity" overrideModeDefault="Deny" /> |
| | | <section name="dynamicIpSecurity" overrideModeDefault="Deny" /> |
| | | <section name="isapiCgiRestriction" allowDefinition="AppHostOnly" overrideModeDefault="Deny" /> |
| | | <section name="requestFiltering" overrideModeDefault="Allow" /> |
| | | </sectionGroup> |
| | | <section name="serverRuntime" overrideModeDefault="Deny" /> |
| | | <section name="serverSideInclude" overrideModeDefault="Deny" /> |
| | | <section name="staticContent" overrideModeDefault="Allow" /> |
| | | <sectionGroup name="tracing"> |
| | | <section name="traceFailedRequests" overrideModeDefault="Allow" /> |
| | | <section name="traceProviderDefinitions" overrideModeDefault="Deny" /> |
| | | </sectionGroup> |
| | | <section name="urlCompression" overrideModeDefault="Allow" /> |
| | | <section name="validation" overrideModeDefault="Allow" /> |
| | | <sectionGroup name="webdav"> |
| | | <section name="globalSettings" overrideModeDefault="Deny" /> |
| | | <section name="authoring" overrideModeDefault="Deny" /> |
| | | <section name="authoringRules" overrideModeDefault="Deny" /> |
| | | </sectionGroup> |
| | | <sectionGroup name="rewrite"> |
| | | <section name="allowedServerVariables" overrideModeDefault="Deny" /> |
| | | <section name="rules" overrideModeDefault="Allow" /> |
| | | <section name="outboundRules" overrideModeDefault="Allow" /> |
| | | <section name="globalRules" overrideModeDefault="Deny" allowDefinition="AppHostOnly" /> |
| | | <section name="providers" overrideModeDefault="Allow" /> |
| | | <section name="rewriteMaps" overrideModeDefault="Allow" /> |
| | | </sectionGroup> |
| | | <section name="webSocket" overrideModeDefault="Deny" /> |
| | | <section name="aspNetCore" overrideModeDefault="Allow" /></sectionGroup> |
| | | </configSections> |
| | | |
| | | <configProtectedData> |
| | | <providers> |
| | | <add name="IISWASOnlyRsaProvider" type="" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName="" useMachineContainer="true" useOAEP="false" /> |
| | | <add name="AesProvider" type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an AES session key to encrypt and decrypt" keyContainerName="iisConfigurationKey" cspProviderName="" useOAEP="false" useMachineContainer="true" sessionKey="AQIAAA5mAAAApAAA/HKxkz6alrlAPez0IUgujj/6k3WxCDriHp6jvpv3yEZmo7h6SMzGLxo4mTrIQVHSkB7tmElHKfUFTzE2BWF7nFWHY6Z6qmGBauFzwJMwESjril7Gjz69RBFH259HQ6aRDq9Xfx7U7H4HtdmnKNqGjgl/hwPQBGeIlWiDh+sYv3vKB0QU971tjX6H2B+9armlnC8UOuA6JYMDMI/VLLL16sng0fWAy5JYe0YVABVjiAWDW264RZW9Tr1Oax4qHZKg+SdjULxeOc2YmpX+d0yeITo1HkPF1hN1gHpIPIUDo05ilHUNfR3OkjVCIQK4cFKCq1s8NH+y+13MxUC4Fn1AlQ==" /> |
| | | <add name="IISWASOnlyAesProvider" type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an AES session key to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName="" useOAEP="false" useMachineContainer="true" sessionKey="AQIAAA5mAAAApAAALmU8lTC+v2qtfQiiiquvvLpUQqKLEXs+jSKoWCM/uPhyB++k4dwug19mGidNK5FYiWK2KYE1yhjVJcbp12E98Q0R2nT7eBiCMY2JairxQ591rqABK7keGaIjwH7PwGzSpILl3RJ4YFvJ/7ZXEJxeDZIjW8ZxWVXx+/VyHs9U3WguLEkgMUX3jrxJi8LouxaIVPJAv/YQ1ZCWs8zImitxX/C/7o7yaIxznfsN5nGQzQfpUDPeby99aw2zPVTtZI2LaWIBON8guABvZ6JtJVDWmfdK6sodbnwdZkr6/Z2rfvamT1dC1SpQrGG7ulR/f9/GXvCaW10ZVKxekBF/CYlNMg==" /> |
| | | </providers> |
| | | </configProtectedData> |
| | | |
| | | <system.applicationHost> |
| | | |
| | | <applicationPools> |
| | | <add name="Clr4IntegratedAppPool" managedRuntimeVersion="v4.0" managedPipelineMode="Integrated" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" /> |
| | | <add name="Clr4ClassicAppPool" managedRuntimeVersion="v4.0" managedPipelineMode="Classic" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" /> |
| | | <add name="Clr2IntegratedAppPool" managedRuntimeVersion="v2.0" managedPipelineMode="Integrated" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" /> |
| | | <add name="Clr2ClassicAppPool" managedRuntimeVersion="v2.0" managedPipelineMode="Classic" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" /> |
| | | <add name="UnmanagedClassicAppPool" managedRuntimeVersion="" managedPipelineMode="Classic" autoStart="true" /> |
| | | <applicationPoolDefaults managedRuntimeVersion="v4.0"> |
| | | <processModel loadUserProfile="true" setProfileEnvironment="false" /> |
| | | </applicationPoolDefaults> |
| | | </applicationPools> |
| | | |
| | | <!-- |
| | | |
| | | The <listenerAdapters> section defines the protocols with which the |
| | | Windows Process Activation Service (WAS) binds. |
| | | |
| | | --> |
| | | <listenerAdapters> |
| | | <add name="http" /> |
| | | </listenerAdapters> |
| | | |
| | | <sites> |
| | | <site name="WebSite1" id="1" serverAutoStart="true"> |
| | | <application path="/"> |
| | | <virtualDirectory path="/" physicalPath="%IIS_SITES_HOME%\WebSite1" /> |
| | | </application> |
| | | <bindings> |
| | | <binding protocol="http" bindingInformation=":8080:localhost" /> |
| | | </bindings> |
| | | </site> |
| | | <siteDefaults> |
| | | <!-- To enable logging, please change the below attribute "enabled" to "true" --> |
| | | <logFile logFormat="W3C" directory="%AppData%\Microsoft\IISExpressLogs" enabled="false" /> |
| | | <traceFailedRequestsLogging directory="%AppData%\Microsoft" enabled="false" maxLogFileSizeKB="1024" /> |
| | | </siteDefaults> |
| | | <applicationDefaults applicationPool="Clr4IntegratedAppPool" /> |
| | | <virtualDirectoryDefaults allowSubDirConfig="true" /> |
| | | </sites> |
| | | |
| | | <webLimits /> |
| | | |
| | | </system.applicationHost> |
| | | |
| | | <system.webServer> |
| | | |
| | | <serverRuntime /> |
| | | |
| | | <asp scriptErrorSentToBrowser="true"> |
| | | <cache diskTemplateCacheDirectory="%TEMP%\iisexpress\ASP Compiled Templates" /> |
| | | <limits /> |
| | | </asp> |
| | | |
| | | <caching enabled="true" enableKernelCache="true"> |
| | | </caching> |
| | | |
| | | <cgi /> |
| | | |
| | | <defaultDocument enabled="true"> |
| | | <files> |
| | | <add value="Default.htm" /> |
| | | <add value="Default.asp" /> |
| | | <add value="index.htm" /> |
| | | <add value="index.html" /> |
| | | <add value="iisstart.htm" /> |
| | | <add value="default.aspx" /> |
| | | </files> |
| | | </defaultDocument> |
| | | |
| | | <directoryBrowse enabled="false" /> |
| | | |
| | | <fastCgi /> |
| | | |
| | | <!-- |
| | | |
| | | The <globalModules> section defines all native-code modules. |
| | | To enable a module, specify it in the <modules> section. |
| | | |
| | | --> |
| | | <globalModules> |
| | | <add name="HttpLoggingModule" image="%IIS_BIN%\loghttp.dll" /> |
| | | <add name="UriCacheModule" image="%IIS_BIN%\cachuri.dll" /> |
| | | <add name="TokenCacheModule" image="%IIS_BIN%\cachtokn.dll" /> |
| | | <add name="DynamicCompressionModule" image="%IIS_BIN%\compdyn.dll" /> |
| | | <add name="StaticCompressionModule" image="%IIS_BIN%\compstat.dll" /> |
| | | <add name="DefaultDocumentModule" image="%IIS_BIN%\defdoc.dll" /> |
| | | <add name="DirectoryListingModule" image="%IIS_BIN%\dirlist.dll" /> |
| | | <add name="ProtocolSupportModule" image="%IIS_BIN%\protsup.dll" /> |
| | | <add name="HttpRedirectionModule" image="%IIS_BIN%\redirect.dll" /> |
| | | <add name="ServerSideIncludeModule" image="%IIS_BIN%\iis_ssi.dll" /> |
| | | <add name="StaticFileModule" image="%IIS_BIN%\static.dll" /> |
| | | <add name="AnonymousAuthenticationModule" image="%IIS_BIN%\authanon.dll" /> |
| | | <add name="CertificateMappingAuthenticationModule" image="%IIS_BIN%\authcert.dll" /> |
| | | <add name="UrlAuthorizationModule" image="%IIS_BIN%\urlauthz.dll" /> |
| | | <add name="BasicAuthenticationModule" image="%IIS_BIN%\authbas.dll" /> |
| | | <add name="WindowsAuthenticationModule" image="%IIS_BIN%\authsspi.dll" /> |
| | | <add name="IISCertificateMappingAuthenticationModule" image="%IIS_BIN%\authmap.dll" /> |
| | | <add name="IpRestrictionModule" image="%IIS_BIN%\iprestr.dll" /> |
| | | <add name="DynamicIpRestrictionModule" image="%IIS_BIN%\diprestr.dll" /> |
| | | <add name="RequestFilteringModule" image="%IIS_BIN%\modrqflt.dll" /> |
| | | <add name="CustomLoggingModule" image="%IIS_BIN%\logcust.dll" /> |
| | | <add name="CustomErrorModule" image="%IIS_BIN%\custerr.dll" /> |
| | | <add name="FailedRequestsTracingModule" image="%IIS_BIN%\iisfreb.dll" /> |
| | | <add name="RequestMonitorModule" image="%IIS_BIN%\iisreqs.dll" /> |
| | | <add name="IsapiModule" image="%IIS_BIN%\isapi.dll" /> |
| | | <add name="IsapiFilterModule" image="%IIS_BIN%\filter.dll" /> |
| | | <add name="CgiModule" image="%IIS_BIN%\cgi.dll" /> |
| | | <add name="FastCgiModule" image="%IIS_BIN%\iisfcgi.dll" /> |
| | | <!-- <add name="WebDAVModule" image="%IIS_BIN%\webdav.dll" /> --> |
| | | <add name="RewriteModule" image="%IIS_BIN%\rewrite.dll" /> |
| | | <add name="ConfigurationValidationModule" image="%IIS_BIN%\validcfg.dll" /> |
| | | <add name="WebSocketModule" image="%IIS_BIN%\iiswsock.dll" /> |
| | | <add name="WebMatrixSupportModule" image="%IIS_BIN%\webmatrixsup.dll" /> |
| | | <add name="ManagedEngine" image="%windir%\Microsoft.NET\Framework\v2.0.50727\webengine.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness32" /> |
| | | <add name="ManagedEngine64" image="%windir%\Microsoft.NET\Framework64\v2.0.50727\webengine.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness64" /> |
| | | <add name="ManagedEngineV4.0_32bit" image="%windir%\Microsoft.NET\Framework\v4.0.30319\webengine4.dll" preCondition="integratedMode,runtimeVersionv4.0,bitness32" /> |
| | | <add name="ManagedEngineV4.0_64bit" image="%windir%\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll" preCondition="integratedMode,runtimeVersionv4.0,bitness64" /> |
| | | <add name="ApplicationInitializationModule" image="%IIS_BIN%\warmup.dll" /> |
| | | <add name="AspNetCoreModule" image="%IIS_BIN%\aspnetcore.dll" /> |
| | | <add name="AspNetCoreModuleV2" image="%IIS_BIN%\Asp.Net Core Module\V2\aspnetcorev2.dll" /> |
| | | </globalModules> |
| | | |
| | | <httpCompression directory="%TEMP%"> |
| | | <scheme name="gzip" dll="%IIS_BIN%\gzip.dll" /> |
| | | <dynamicTypes> |
| | | <add mimeType="text/*" enabled="true" /> |
| | | <add mimeType="message/*" enabled="true" /> |
| | | <add mimeType="application/x-javascript" enabled="true" /> |
| | | <add mimeType="application/javascript" enabled="true" /> |
| | | <add mimeType="*/*" enabled="false" /> |
| | | <add mimeType="text/event-stream" enabled="false" /> |
| | | </dynamicTypes> |
| | | <staticTypes> |
| | | <add mimeType="text/*" enabled="true" /> |
| | | <add mimeType="message/*" enabled="true" /> |
| | | <add mimeType="application/javascript" enabled="true" /> |
| | | <add mimeType="application/atom+xml" enabled="true" /> |
| | | <add mimeType="application/xaml+xml" enabled="true" /> |
| | | <add mimeType="image/svg+xml" enabled="true" /> |
| | | <add mimeType="*/*" enabled="false" /> |
| | | </staticTypes> |
| | | </httpCompression> |
| | | |
| | | <httpErrors lockAttributes="allowAbsolutePathsWhenDelegated,defaultPath"> |
| | | <error statusCode="401" prefixLanguageFilePath="%IIS_BIN%\custerr" path="401.htm" /> |
| | | <error statusCode="403" prefixLanguageFilePath="%IIS_BIN%\custerr" path="403.htm" /> |
| | | <error statusCode="404" prefixLanguageFilePath="%IIS_BIN%\custerr" path="404.htm" /> |
| | | <error statusCode="405" prefixLanguageFilePath="%IIS_BIN%\custerr" path="405.htm" /> |
| | | <error statusCode="406" prefixLanguageFilePath="%IIS_BIN%\custerr" path="406.htm" /> |
| | | <error statusCode="412" prefixLanguageFilePath="%IIS_BIN%\custerr" path="412.htm" /> |
| | | <error statusCode="500" prefixLanguageFilePath="%IIS_BIN%\custerr" path="500.htm" /> |
| | | <error statusCode="501" prefixLanguageFilePath="%IIS_BIN%\custerr" path="501.htm" /> |
| | | <error statusCode="502" prefixLanguageFilePath="%IIS_BIN%\custerr" path="502.htm" /> |
| | | </httpErrors> |
| | | |
| | | <httpLogging dontLog="false" /> |
| | | |
| | | <httpProtocol> |
| | | <customHeaders> |
| | | <clear /> |
| | | <add name="X-Powered-By" value="ASP.NET" /> |
| | | </customHeaders> |
| | | <redirectHeaders> |
| | | <clear /> |
| | | </redirectHeaders> |
| | | </httpProtocol> |
| | | |
| | | <httpRedirect enabled="false" /> |
| | | |
| | | <httpTracing /> |
| | | |
| | | <isapiFilters> |
| | | <filter name="ASP.Net_2.0.50727-64" path="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="bitness64,runtimeVersionv2.0" /> |
| | | <filter name="ASP.Net_2.0.50727.0" path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="bitness32,runtimeVersionv2.0" /> |
| | | <filter name="ASP.Net_2.0_for_v1.1" path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="runtimeVersionv1.1" /> |
| | | <filter name="ASP.Net_4.0_32bit" path="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll" enableCache="true" preCondition="bitness32,runtimeVersionv4.0" /> |
| | | <filter name="ASP.Net_4.0_64bit" path="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_filter.dll" enableCache="true" preCondition="bitness64,runtimeVersionv4.0" /> |
| | | </isapiFilters> |
| | | |
| | | <odbcLogging /> |
| | | |
| | | <security> |
| | | |
| | | <access sslFlags="None" /> |
| | | |
| | | <applicationDependencies> |
| | | <application name="Active Server Pages" groupId="ASP" /> |
| | | </applicationDependencies> |
| | | |
| | | <authentication> |
| | | |
| | | <anonymousAuthentication enabled="true" userName="" /> |
| | | |
| | | <basicAuthentication enabled="false" /> |
| | | |
| | | <clientCertificateMappingAuthentication enabled="false" /> |
| | | |
| | | <digestAuthentication enabled="false" /> |
| | | |
| | | <iisClientCertificateMappingAuthentication enabled="false"> |
| | | </iisClientCertificateMappingAuthentication> |
| | | |
| | | <windowsAuthentication enabled="false"> |
| | | <providers> |
| | | <add value="Negotiate" /> |
| | | <add value="NTLM" /> |
| | | </providers> |
| | | </windowsAuthentication> |
| | | |
| | | </authentication> |
| | | |
| | | <authorization> |
| | | <add accessType="Allow" users="*" /> |
| | | </authorization> |
| | | |
| | | <ipSecurity allowUnlisted="true" /> |
| | | |
| | | <isapiCgiRestriction notListedIsapisAllowed="true" notListedCgisAllowed="true"> |
| | | <add path="%windir%\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll" allowed="true" groupId="ASP.NET_v4.0" description="ASP.NET_v4.0" /> |
| | | <add path="%windir%\Microsoft.NET\Framework\v4.0.30319\webengine4.dll" allowed="true" groupId="ASP.NET_v4.0" description="ASP.NET_v4.0" /> |
| | | <add path="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" allowed="true" groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" /> |
| | | <add path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" allowed="true" groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" /> |
| | | </isapiCgiRestriction> |
| | | |
| | | <requestFiltering> |
| | | <fileExtensions allowUnlisted="true" applyToWebDAV="true"> |
| | | <add fileExtension=".asa" allowed="false" /> |
| | | <add fileExtension=".asax" allowed="false" /> |
| | | <add fileExtension=".ascx" allowed="false" /> |
| | | <add fileExtension=".master" allowed="false" /> |
| | | <add fileExtension=".skin" allowed="false" /> |
| | | <add fileExtension=".browser" allowed="false" /> |
| | | <add fileExtension=".sitemap" allowed="false" /> |
| | | <add fileExtension=".config" allowed="false" /> |
| | | <add fileExtension=".cs" allowed="false" /> |
| | | <add fileExtension=".csproj" allowed="false" /> |
| | | <add fileExtension=".vb" allowed="false" /> |
| | | <add fileExtension=".vbproj" allowed="false" /> |
| | | <add fileExtension=".webinfo" allowed="false" /> |
| | | <add fileExtension=".licx" allowed="false" /> |
| | | <add fileExtension=".resx" allowed="false" /> |
| | | <add fileExtension=".resources" allowed="false" /> |
| | | <add fileExtension=".mdb" allowed="false" /> |
| | | <add fileExtension=".vjsproj" allowed="false" /> |
| | | <add fileExtension=".java" allowed="false" /> |
| | | <add fileExtension=".jsl" allowed="false" /> |
| | | <add fileExtension=".ldb" allowed="false" /> |
| | | <add fileExtension=".dsdgm" allowed="false" /> |
| | | <add fileExtension=".ssdgm" allowed="false" /> |
| | | <add fileExtension=".lsad" allowed="false" /> |
| | | <add fileExtension=".ssmap" allowed="false" /> |
| | | <add fileExtension=".cd" allowed="false" /> |
| | | <add fileExtension=".dsprototype" allowed="false" /> |
| | | <add fileExtension=".lsaprototype" allowed="false" /> |
| | | <add fileExtension=".sdm" allowed="false" /> |
| | | <add fileExtension=".sdmDocument" allowed="false" /> |
| | | <add fileExtension=".mdf" allowed="false" /> |
| | | <add fileExtension=".ldf" allowed="false" /> |
| | | <add fileExtension=".ad" allowed="false" /> |
| | | <add fileExtension=".dd" allowed="false" /> |
| | | <add fileExtension=".ldd" allowed="false" /> |
| | | <add fileExtension=".sd" allowed="false" /> |
| | | <add fileExtension=".adprototype" allowed="false" /> |
| | | <add fileExtension=".lddprototype" allowed="false" /> |
| | | <add fileExtension=".exclude" allowed="false" /> |
| | | <add fileExtension=".refresh" allowed="false" /> |
| | | <add fileExtension=".compiled" allowed="false" /> |
| | | <add fileExtension=".msgx" allowed="false" /> |
| | | <add fileExtension=".vsdisco" allowed="false" /> |
| | | <add fileExtension=".rules" allowed="false" /> |
| | | </fileExtensions> |
| | | <verbs allowUnlisted="true" applyToWebDAV="true" /> |
| | | <hiddenSegments applyToWebDAV="true"> |
| | | <add segment="web.config" /> |
| | | <add segment="bin" /> |
| | | <add segment="App_code" /> |
| | | <add segment="App_GlobalResources" /> |
| | | <add segment="App_LocalResources" /> |
| | | <add segment="App_WebReferences" /> |
| | | <add segment="App_Data" /> |
| | | <add segment="App_Browsers" /> |
| | | </hiddenSegments> |
| | | </requestFiltering> |
| | | |
| | | </security> |
| | | |
| | | <serverSideInclude ssiExecDisable="false" /> |
| | | |
| | | <staticContent lockAttributes="isDocFooterFileName"> |
| | | <mimeMap fileExtension=".323" mimeType="text/h323" /> |
| | | <mimeMap fileExtension=".3g2" mimeType="video/3gpp2" /> |
| | | <mimeMap fileExtension=".3gp2" mimeType="video/3gpp2" /> |
| | | <mimeMap fileExtension=".3gp" mimeType="video/3gpp" /> |
| | | <mimeMap fileExtension=".3gpp" mimeType="video/3gpp" /> |
| | | <mimeMap fileExtension=".aac" mimeType="audio/aac" /> |
| | | <mimeMap fileExtension=".aaf" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".aca" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".accdb" mimeType="application/msaccess" /> |
| | | <mimeMap fileExtension=".accde" mimeType="application/msaccess" /> |
| | | <mimeMap fileExtension=".accdt" mimeType="application/msaccess" /> |
| | | <mimeMap fileExtension=".acx" mimeType="application/internet-property-stream" /> |
| | | <mimeMap fileExtension=".adt" mimeType="audio/vnd.dlna.adts" /> |
| | | <mimeMap fileExtension=".adts" mimeType="audio/vnd.dlna.adts" /> |
| | | <mimeMap fileExtension=".afm" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".ai" mimeType="application/postscript" /> |
| | | <mimeMap fileExtension=".aif" mimeType="audio/x-aiff" /> |
| | | <mimeMap fileExtension=".aifc" mimeType="audio/aiff" /> |
| | | <mimeMap fileExtension=".aiff" mimeType="audio/aiff" /> |
| | | <mimeMap fileExtension=".appcache" mimeType="text/cache-manifest" /> |
| | | <mimeMap fileExtension=".application" mimeType="application/x-ms-application" /> |
| | | <mimeMap fileExtension=".art" mimeType="image/x-jg" /> |
| | | <mimeMap fileExtension=".asd" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".asf" mimeType="video/x-ms-asf" /> |
| | | <mimeMap fileExtension=".asi" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".asm" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".asr" mimeType="video/x-ms-asf" /> |
| | | <mimeMap fileExtension=".asx" mimeType="video/x-ms-asf" /> |
| | | <mimeMap fileExtension=".atom" mimeType="application/atom+xml" /> |
| | | <mimeMap fileExtension=".au" mimeType="audio/basic" /> |
| | | <mimeMap fileExtension=".avi" mimeType="video/avi" /> |
| | | <mimeMap fileExtension=".axs" mimeType="application/olescript" /> |
| | | <mimeMap fileExtension=".bas" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".bcpio" mimeType="application/x-bcpio" /> |
| | | <mimeMap fileExtension=".bin" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".bmp" mimeType="image/bmp" /> |
| | | <mimeMap fileExtension=".c" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".cab" mimeType="application/vnd.ms-cab-compressed" /> |
| | | <mimeMap fileExtension=".calx" mimeType="application/vnd.ms-office.calx" /> |
| | | <mimeMap fileExtension=".cat" mimeType="application/vnd.ms-pki.seccat" /> |
| | | <mimeMap fileExtension=".cdf" mimeType="application/x-cdf" /> |
| | | <mimeMap fileExtension=".chm" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".class" mimeType="application/x-java-applet" /> |
| | | <mimeMap fileExtension=".clp" mimeType="application/x-msclip" /> |
| | | <mimeMap fileExtension=".cmx" mimeType="image/x-cmx" /> |
| | | <mimeMap fileExtension=".cnf" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".cod" mimeType="image/cis-cod" /> |
| | | <mimeMap fileExtension=".cpio" mimeType="application/x-cpio" /> |
| | | <mimeMap fileExtension=".cpp" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".crd" mimeType="application/x-mscardfile" /> |
| | | <mimeMap fileExtension=".crl" mimeType="application/pkix-crl" /> |
| | | <mimeMap fileExtension=".crt" mimeType="application/x-x509-ca-cert" /> |
| | | <mimeMap fileExtension=".csh" mimeType="application/x-csh" /> |
| | | <mimeMap fileExtension=".css" mimeType="text/css" /> |
| | | <mimeMap fileExtension=".csv" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".cur" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".dcr" mimeType="application/x-director" /> |
| | | <mimeMap fileExtension=".deploy" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".der" mimeType="application/x-x509-ca-cert" /> |
| | | <mimeMap fileExtension=".dib" mimeType="image/bmp" /> |
| | | <mimeMap fileExtension=".dir" mimeType="application/x-director" /> |
| | | <mimeMap fileExtension=".disco" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".dll" mimeType="application/x-msdownload" /> |
| | | <mimeMap fileExtension=".dll.config" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".dlm" mimeType="text/dlm" /> |
| | | <mimeMap fileExtension=".doc" mimeType="application/msword" /> |
| | | <mimeMap fileExtension=".docm" mimeType="application/vnd.ms-word.document.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".docx" mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" /> |
| | | <mimeMap fileExtension=".dot" mimeType="application/msword" /> |
| | | <mimeMap fileExtension=".dotm" mimeType="application/vnd.ms-word.template.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".dotx" mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.template" /> |
| | | <mimeMap fileExtension=".dsp" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".dtd" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".dvi" mimeType="application/x-dvi" /> |
| | | <mimeMap fileExtension=".dvr-ms" mimeType="video/x-ms-dvr" /> |
| | | <mimeMap fileExtension=".dwf" mimeType="drawing/x-dwf" /> |
| | | <mimeMap fileExtension=".dwp" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".dxr" mimeType="application/x-director" /> |
| | | <mimeMap fileExtension=".eml" mimeType="message/rfc822" /> |
| | | <mimeMap fileExtension=".emz" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" /> |
| | | <mimeMap fileExtension=".eps" mimeType="application/postscript" /> |
| | | <mimeMap fileExtension=".esd" mimeType="application/vnd.ms-cab-compressed" /> |
| | | <mimeMap fileExtension=".etx" mimeType="text/x-setext" /> |
| | | <mimeMap fileExtension=".evy" mimeType="application/envoy" /> |
| | | <mimeMap fileExtension=".exe" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".exe.config" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".fdf" mimeType="application/vnd.fdf" /> |
| | | <mimeMap fileExtension=".fif" mimeType="application/fractals" /> |
| | | <mimeMap fileExtension=".fla" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".flr" mimeType="x-world/x-vrml" /> |
| | | <mimeMap fileExtension=".flv" mimeType="video/x-flv" /> |
| | | <mimeMap fileExtension=".gif" mimeType="image/gif" /> |
| | | <mimeMap fileExtension=".glb" mimeType="model/gltf-binary" /> |
| | | <mimeMap fileExtension=".gtar" mimeType="application/x-gtar" /> |
| | | <mimeMap fileExtension=".gz" mimeType="application/x-gzip" /> |
| | | <mimeMap fileExtension=".h" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".hdf" mimeType="application/x-hdf" /> |
| | | <mimeMap fileExtension=".hdml" mimeType="text/x-hdml" /> |
| | | <mimeMap fileExtension=".hhc" mimeType="application/x-oleobject" /> |
| | | <mimeMap fileExtension=".hhk" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".hhp" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".hlp" mimeType="application/winhlp" /> |
| | | <mimeMap fileExtension=".hqx" mimeType="application/mac-binhex40" /> |
| | | <mimeMap fileExtension=".hta" mimeType="application/hta" /> |
| | | <mimeMap fileExtension=".htc" mimeType="text/x-component" /> |
| | | <mimeMap fileExtension=".htm" mimeType="text/html" /> |
| | | <mimeMap fileExtension=".html" mimeType="text/html" /> |
| | | <mimeMap fileExtension=".htt" mimeType="text/webviewhtml" /> |
| | | <mimeMap fileExtension=".hxt" mimeType="text/html" /> |
| | | <mimeMap fileExtension=".ico" mimeType="image/x-icon" /> |
| | | <mimeMap fileExtension=".ics" mimeType="text/calendar" /> |
| | | <mimeMap fileExtension=".ief" mimeType="image/ief" /> |
| | | <mimeMap fileExtension=".iii" mimeType="application/x-iphone" /> |
| | | <mimeMap fileExtension=".inf" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".ins" mimeType="application/x-internet-signup" /> |
| | | <mimeMap fileExtension=".isp" mimeType="application/x-internet-signup" /> |
| | | <mimeMap fileExtension=".IVF" mimeType="video/x-ivf" /> |
| | | <mimeMap fileExtension=".jar" mimeType="application/java-archive" /> |
| | | <mimeMap fileExtension=".java" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".jck" mimeType="application/liquidmotion" /> |
| | | <mimeMap fileExtension=".jcz" mimeType="application/liquidmotion" /> |
| | | <mimeMap fileExtension=".jfif" mimeType="image/pjpeg" /> |
| | | <mimeMap fileExtension=".jpb" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".jpe" mimeType="image/jpeg" /> |
| | | <mimeMap fileExtension=".jpeg" mimeType="image/jpeg" /> |
| | | <mimeMap fileExtension=".jpg" mimeType="image/jpeg" /> |
| | | <mimeMap fileExtension=".js" mimeType="application/javascript" /> |
| | | <mimeMap fileExtension=".json" mimeType="application/json" /> |
| | | <mimeMap fileExtension=".jsonld" mimeType="application/ld+json" /> |
| | | <mimeMap fileExtension=".jsx" mimeType="text/jscript" /> |
| | | <mimeMap fileExtension=".latex" mimeType="application/x-latex" /> |
| | | <mimeMap fileExtension=".less" mimeType="text/css" /> |
| | | <mimeMap fileExtension=".lit" mimeType="application/x-ms-reader" /> |
| | | <mimeMap fileExtension=".lpk" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".lsf" mimeType="video/x-la-asf" /> |
| | | <mimeMap fileExtension=".lsx" mimeType="video/x-la-asf" /> |
| | | <mimeMap fileExtension=".lzh" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".m13" mimeType="application/x-msmediaview" /> |
| | | <mimeMap fileExtension=".m14" mimeType="application/x-msmediaview" /> |
| | | <mimeMap fileExtension=".m1v" mimeType="video/mpeg" /> |
| | | <mimeMap fileExtension=".m2ts" mimeType="video/vnd.dlna.mpeg-tts" /> |
| | | <mimeMap fileExtension=".m3u" mimeType="audio/x-mpegurl" /> |
| | | <mimeMap fileExtension=".m4a" mimeType="audio/mp4" /> |
| | | <mimeMap fileExtension=".m4v" mimeType="video/mp4" /> |
| | | <mimeMap fileExtension=".man" mimeType="application/x-troff-man" /> |
| | | <mimeMap fileExtension=".manifest" mimeType="application/x-ms-manifest" /> |
| | | <mimeMap fileExtension=".map" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".mdb" mimeType="application/x-msaccess" /> |
| | | <mimeMap fileExtension=".mdp" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".me" mimeType="application/x-troff-me" /> |
| | | <mimeMap fileExtension=".mht" mimeType="message/rfc822" /> |
| | | <mimeMap fileExtension=".mhtml" mimeType="message/rfc822" /> |
| | | <mimeMap fileExtension=".mid" mimeType="audio/mid" /> |
| | | <mimeMap fileExtension=".midi" mimeType="audio/mid" /> |
| | | <mimeMap fileExtension=".mix" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".mmf" mimeType="application/x-smaf" /> |
| | | <mimeMap fileExtension=".mno" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".mny" mimeType="application/x-msmoney" /> |
| | | <mimeMap fileExtension=".mov" mimeType="video/quicktime" /> |
| | | <mimeMap fileExtension=".movie" mimeType="video/x-sgi-movie" /> |
| | | <mimeMap fileExtension=".mp2" mimeType="video/mpeg" /> |
| | | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> |
| | | <mimeMap fileExtension=".mp4" mimeType="video/mp4" /> |
| | | <mimeMap fileExtension=".mp4v" mimeType="video/mp4" /> |
| | | <mimeMap fileExtension=".mpa" mimeType="video/mpeg" /> |
| | | <mimeMap fileExtension=".mpe" mimeType="video/mpeg" /> |
| | | <mimeMap fileExtension=".mpeg" mimeType="video/mpeg" /> |
| | | <mimeMap fileExtension=".mpg" mimeType="video/mpeg" /> |
| | | <mimeMap fileExtension=".mpp" mimeType="application/vnd.ms-project" /> |
| | | <mimeMap fileExtension=".mpv2" mimeType="video/mpeg" /> |
| | | <mimeMap fileExtension=".ms" mimeType="application/x-troff-ms" /> |
| | | <mimeMap fileExtension=".msi" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".mso" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".mvb" mimeType="application/x-msmediaview" /> |
| | | <mimeMap fileExtension=".mvc" mimeType="application/x-miva-compiled" /> |
| | | <mimeMap fileExtension=".nc" mimeType="application/x-netcdf" /> |
| | | <mimeMap fileExtension=".nsc" mimeType="video/x-ms-asf" /> |
| | | <mimeMap fileExtension=".nws" mimeType="message/rfc822" /> |
| | | <mimeMap fileExtension=".ocx" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".oda" mimeType="application/oda" /> |
| | | <mimeMap fileExtension=".odc" mimeType="text/x-ms-odc" /> |
| | | <mimeMap fileExtension=".ods" mimeType="application/oleobject" /> |
| | | <mimeMap fileExtension=".oga" mimeType="audio/ogg" /> |
| | | <mimeMap fileExtension=".ogg" mimeType="video/ogg" /> |
| | | <mimeMap fileExtension=".ogv" mimeType="video/ogg" /> |
| | | <mimeMap fileExtension=".one" mimeType="application/onenote" /> |
| | | <mimeMap fileExtension=".onea" mimeType="application/onenote" /> |
| | | <mimeMap fileExtension=".onetoc" mimeType="application/onenote" /> |
| | | <mimeMap fileExtension=".onetoc2" mimeType="application/onenote" /> |
| | | <mimeMap fileExtension=".onetmp" mimeType="application/onenote" /> |
| | | <mimeMap fileExtension=".onepkg" mimeType="application/onenote" /> |
| | | <mimeMap fileExtension=".osdx" mimeType="application/opensearchdescription+xml" /> |
| | | <mimeMap fileExtension=".otf" mimeType="font/otf" /> |
| | | <mimeMap fileExtension=".p10" mimeType="application/pkcs10" /> |
| | | <mimeMap fileExtension=".p12" mimeType="application/x-pkcs12" /> |
| | | <mimeMap fileExtension=".p7b" mimeType="application/x-pkcs7-certificates" /> |
| | | <mimeMap fileExtension=".p7c" mimeType="application/pkcs7-mime" /> |
| | | <mimeMap fileExtension=".p7m" mimeType="application/pkcs7-mime" /> |
| | | <mimeMap fileExtension=".p7r" mimeType="application/x-pkcs7-certreqresp" /> |
| | | <mimeMap fileExtension=".p7s" mimeType="application/pkcs7-signature" /> |
| | | <mimeMap fileExtension=".pbm" mimeType="image/x-portable-bitmap" /> |
| | | <mimeMap fileExtension=".pcx" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".pcz" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".pdf" mimeType="application/pdf" /> |
| | | <mimeMap fileExtension=".pfb" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".pfm" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".pfx" mimeType="application/x-pkcs12" /> |
| | | <mimeMap fileExtension=".pgm" mimeType="image/x-portable-graymap" /> |
| | | <mimeMap fileExtension=".pko" mimeType="application/vnd.ms-pki.pko" /> |
| | | <mimeMap fileExtension=".pma" mimeType="application/x-perfmon" /> |
| | | <mimeMap fileExtension=".pmc" mimeType="application/x-perfmon" /> |
| | | <mimeMap fileExtension=".pml" mimeType="application/x-perfmon" /> |
| | | <mimeMap fileExtension=".pmr" mimeType="application/x-perfmon" /> |
| | | <mimeMap fileExtension=".pmw" mimeType="application/x-perfmon" /> |
| | | <mimeMap fileExtension=".png" mimeType="image/png" /> |
| | | <mimeMap fileExtension=".pnm" mimeType="image/x-portable-anymap" /> |
| | | <mimeMap fileExtension=".pnz" mimeType="image/png" /> |
| | | <mimeMap fileExtension=".pot" mimeType="application/vnd.ms-powerpoint" /> |
| | | <mimeMap fileExtension=".potm" mimeType="application/vnd.ms-powerpoint.template.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".potx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.template" /> |
| | | <mimeMap fileExtension=".ppam" mimeType="application/vnd.ms-powerpoint.addin.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".ppm" mimeType="image/x-portable-pixmap" /> |
| | | <mimeMap fileExtension=".pps" mimeType="application/vnd.ms-powerpoint" /> |
| | | <mimeMap fileExtension=".ppsm" mimeType="application/vnd.ms-powerpoint.slideshow.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".ppsx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.slideshow" /> |
| | | <mimeMap fileExtension=".ppt" mimeType="application/vnd.ms-powerpoint" /> |
| | | <mimeMap fileExtension=".pptm" mimeType="application/vnd.ms-powerpoint.presentation.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".pptx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" /> |
| | | <mimeMap fileExtension=".prf" mimeType="application/pics-rules" /> |
| | | <mimeMap fileExtension=".prm" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".prx" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".ps" mimeType="application/postscript" /> |
| | | <mimeMap fileExtension=".psd" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".psm" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".psp" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".pub" mimeType="application/x-mspublisher" /> |
| | | <mimeMap fileExtension=".qt" mimeType="video/quicktime" /> |
| | | <mimeMap fileExtension=".qtl" mimeType="application/x-quicktimeplayer" /> |
| | | <mimeMap fileExtension=".qxd" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".ra" mimeType="audio/x-pn-realaudio" /> |
| | | <mimeMap fileExtension=".ram" mimeType="audio/x-pn-realaudio" /> |
| | | <mimeMap fileExtension=".rar" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".ras" mimeType="image/x-cmu-raster" /> |
| | | <mimeMap fileExtension=".rf" mimeType="image/vnd.rn-realflash" /> |
| | | <mimeMap fileExtension=".rgb" mimeType="image/x-rgb" /> |
| | | <mimeMap fileExtension=".rm" mimeType="application/vnd.rn-realmedia" /> |
| | | <mimeMap fileExtension=".rmi" mimeType="audio/mid" /> |
| | | <mimeMap fileExtension=".roff" mimeType="application/x-troff" /> |
| | | <mimeMap fileExtension=".rpm" mimeType="audio/x-pn-realaudio-plugin" /> |
| | | <mimeMap fileExtension=".rtf" mimeType="application/rtf" /> |
| | | <mimeMap fileExtension=".rtx" mimeType="text/richtext" /> |
| | | <mimeMap fileExtension=".scd" mimeType="application/x-msschedule" /> |
| | | <mimeMap fileExtension=".sct" mimeType="text/scriptlet" /> |
| | | <mimeMap fileExtension=".sea" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".setpay" mimeType="application/set-payment-initiation" /> |
| | | <mimeMap fileExtension=".setreg" mimeType="application/set-registration-initiation" /> |
| | | <mimeMap fileExtension=".sgml" mimeType="text/sgml" /> |
| | | <mimeMap fileExtension=".sh" mimeType="application/x-sh" /> |
| | | <mimeMap fileExtension=".shar" mimeType="application/x-shar" /> |
| | | <mimeMap fileExtension=".sit" mimeType="application/x-stuffit" /> |
| | | <mimeMap fileExtension=".sldm" mimeType="application/vnd.ms-powerpoint.slide.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".sldx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.slide" /> |
| | | <mimeMap fileExtension=".smd" mimeType="audio/x-smd" /> |
| | | <mimeMap fileExtension=".smi" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".smx" mimeType="audio/x-smd" /> |
| | | <mimeMap fileExtension=".smz" mimeType="audio/x-smd" /> |
| | | <mimeMap fileExtension=".snd" mimeType="audio/basic" /> |
| | | <mimeMap fileExtension=".snp" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".spc" mimeType="application/x-pkcs7-certificates" /> |
| | | <mimeMap fileExtension=".spl" mimeType="application/futuresplash" /> |
| | | <mimeMap fileExtension=".spx" mimeType="audio/ogg" /> |
| | | <mimeMap fileExtension=".src" mimeType="application/x-wais-source" /> |
| | | <mimeMap fileExtension=".ssm" mimeType="application/streamingmedia" /> |
| | | <mimeMap fileExtension=".sst" mimeType="application/vnd.ms-pki.certstore" /> |
| | | <mimeMap fileExtension=".stl" mimeType="application/vnd.ms-pki.stl" /> |
| | | <mimeMap fileExtension=".sv4cpio" mimeType="application/x-sv4cpio" /> |
| | | <mimeMap fileExtension=".sv4crc" mimeType="application/x-sv4crc" /> |
| | | <mimeMap fileExtension=".svg" mimeType="image/svg+xml" /> |
| | | <mimeMap fileExtension=".svgz" mimeType="image/svg+xml" /> |
| | | <mimeMap fileExtension=".swf" mimeType="application/x-shockwave-flash" /> |
| | | <mimeMap fileExtension=".t" mimeType="application/x-troff" /> |
| | | <mimeMap fileExtension=".tar" mimeType="application/x-tar" /> |
| | | <mimeMap fileExtension=".tcl" mimeType="application/x-tcl" /> |
| | | <mimeMap fileExtension=".tex" mimeType="application/x-tex" /> |
| | | <mimeMap fileExtension=".texi" mimeType="application/x-texinfo" /> |
| | | <mimeMap fileExtension=".texinfo" mimeType="application/x-texinfo" /> |
| | | <mimeMap fileExtension=".tgz" mimeType="application/x-compressed" /> |
| | | <mimeMap fileExtension=".thmx" mimeType="application/vnd.ms-officetheme" /> |
| | | <mimeMap fileExtension=".thn" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".tif" mimeType="image/tiff" /> |
| | | <mimeMap fileExtension=".tiff" mimeType="image/tiff" /> |
| | | <mimeMap fileExtension=".toc" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".tr" mimeType="application/x-troff" /> |
| | | <mimeMap fileExtension=".trm" mimeType="application/x-msterminal" /> |
| | | <mimeMap fileExtension=".ts" mimeType="video/vnd.dlna.mpeg-tts" /> |
| | | <mimeMap fileExtension=".tsv" mimeType="text/tab-separated-values" /> |
| | | <mimeMap fileExtension=".ttf" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".tts" mimeType="video/vnd.dlna.mpeg-tts" /> |
| | | <mimeMap fileExtension=".txt" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".u32" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".uls" mimeType="text/iuls" /> |
| | | <mimeMap fileExtension=".ustar" mimeType="application/x-ustar" /> |
| | | <mimeMap fileExtension=".vbs" mimeType="text/vbscript" /> |
| | | <mimeMap fileExtension=".vcf" mimeType="text/x-vcard" /> |
| | | <mimeMap fileExtension=".vcs" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".vdx" mimeType="application/vnd.ms-visio.viewer" /> |
| | | <mimeMap fileExtension=".vml" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".vsd" mimeType="application/vnd.visio" /> |
| | | <mimeMap fileExtension=".vss" mimeType="application/vnd.visio" /> |
| | | <mimeMap fileExtension=".vst" mimeType="application/vnd.visio" /> |
| | | <mimeMap fileExtension=".vsto" mimeType="application/x-ms-vsto" /> |
| | | <mimeMap fileExtension=".vsw" mimeType="application/vnd.visio" /> |
| | | <mimeMap fileExtension=".vsx" mimeType="application/vnd.visio" /> |
| | | <mimeMap fileExtension=".vtx" mimeType="application/vnd.visio" /> |
| | | <mimeMap fileExtension=".wasm" mimeType="application/wasm" /> |
| | | <mimeMap fileExtension=".wav" mimeType="audio/wav" /> |
| | | <mimeMap fileExtension=".wax" mimeType="audio/x-ms-wax" /> |
| | | <mimeMap fileExtension=".wbmp" mimeType="image/vnd.wap.wbmp" /> |
| | | <mimeMap fileExtension=".wcm" mimeType="application/vnd.ms-works" /> |
| | | <mimeMap fileExtension=".wdb" mimeType="application/vnd.ms-works" /> |
| | | <mimeMap fileExtension=".webm" mimeType="video/webm" /> |
| | | <mimeMap fileExtension=".wks" mimeType="application/vnd.ms-works" /> |
| | | <mimeMap fileExtension=".wm" mimeType="video/x-ms-wm" /> |
| | | <mimeMap fileExtension=".wma" mimeType="audio/x-ms-wma" /> |
| | | <mimeMap fileExtension=".wmd" mimeType="application/x-ms-wmd" /> |
| | | <mimeMap fileExtension=".wmf" mimeType="application/x-msmetafile" /> |
| | | <mimeMap fileExtension=".wml" mimeType="text/vnd.wap.wml" /> |
| | | <mimeMap fileExtension=".wmlc" mimeType="application/vnd.wap.wmlc" /> |
| | | <mimeMap fileExtension=".wmls" mimeType="text/vnd.wap.wmlscript" /> |
| | | <mimeMap fileExtension=".wmlsc" mimeType="application/vnd.wap.wmlscriptc" /> |
| | | <mimeMap fileExtension=".wmp" mimeType="video/x-ms-wmp" /> |
| | | <mimeMap fileExtension=".wmv" mimeType="video/x-ms-wmv" /> |
| | | <mimeMap fileExtension=".wmx" mimeType="video/x-ms-wmx" /> |
| | | <mimeMap fileExtension=".wmz" mimeType="application/x-ms-wmz" /> |
| | | <mimeMap fileExtension=".woff" mimeType="font/x-woff" /> |
| | | <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" /> |
| | | <mimeMap fileExtension=".wps" mimeType="application/vnd.ms-works" /> |
| | | <mimeMap fileExtension=".wri" mimeType="application/x-mswrite" /> |
| | | <mimeMap fileExtension=".wrl" mimeType="x-world/x-vrml" /> |
| | | <mimeMap fileExtension=".wrz" mimeType="x-world/x-vrml" /> |
| | | <mimeMap fileExtension=".wsdl" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".wtv" mimeType="video/x-ms-wtv" /> |
| | | <mimeMap fileExtension=".wvx" mimeType="video/x-ms-wvx" /> |
| | | <mimeMap fileExtension=".x" mimeType="application/directx" /> |
| | | <mimeMap fileExtension=".xaf" mimeType="x-world/x-vrml" /> |
| | | <mimeMap fileExtension=".xaml" mimeType="application/xaml+xml" /> |
| | | <mimeMap fileExtension=".xap" mimeType="application/x-silverlight-app" /> |
| | | <mimeMap fileExtension=".xbap" mimeType="application/x-ms-xbap" /> |
| | | <mimeMap fileExtension=".xbm" mimeType="image/x-xbitmap" /> |
| | | <mimeMap fileExtension=".xdr" mimeType="text/plain" /> |
| | | <mimeMap fileExtension=".xht" mimeType="application/xhtml+xml" /> |
| | | <mimeMap fileExtension=".xhtml" mimeType="application/xhtml+xml" /> |
| | | <mimeMap fileExtension=".xla" mimeType="application/vnd.ms-excel" /> |
| | | <mimeMap fileExtension=".xlam" mimeType="application/vnd.ms-excel.addin.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".xlc" mimeType="application/vnd.ms-excel" /> |
| | | <mimeMap fileExtension=".xlm" mimeType="application/vnd.ms-excel" /> |
| | | <mimeMap fileExtension=".xls" mimeType="application/vnd.ms-excel" /> |
| | | <mimeMap fileExtension=".xlsb" mimeType="application/vnd.ms-excel.sheet.binary.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".xlsm" mimeType="application/vnd.ms-excel.sheet.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".xlsx" mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" /> |
| | | <mimeMap fileExtension=".xlt" mimeType="application/vnd.ms-excel" /> |
| | | <mimeMap fileExtension=".xltm" mimeType="application/vnd.ms-excel.template.macroEnabled.12" /> |
| | | <mimeMap fileExtension=".xltx" mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.template" /> |
| | | <mimeMap fileExtension=".xlw" mimeType="application/vnd.ms-excel" /> |
| | | <mimeMap fileExtension=".xml" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".xof" mimeType="x-world/x-vrml" /> |
| | | <mimeMap fileExtension=".xpm" mimeType="image/x-xpixmap" /> |
| | | <mimeMap fileExtension=".xps" mimeType="application/vnd.ms-xpsdocument" /> |
| | | <mimeMap fileExtension=".xsd" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".xsf" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".xsl" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".xslt" mimeType="text/xml" /> |
| | | <mimeMap fileExtension=".xsn" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".xtp" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".xwd" mimeType="image/x-xwindowdump" /> |
| | | <mimeMap fileExtension=".z" mimeType="application/x-compress" /> |
| | | <mimeMap fileExtension=".zip" mimeType="application/x-zip-compressed" /> |
| | | </staticContent> |
| | | |
| | | <tracing> |
| | | |
| | | <traceFailedRequests> |
| | | <add path="*"> |
| | | <traceAreas> |
| | | <add provider="ASP" verbosity="Verbose" /> |
| | | <add provider="ASPNET" areas="Infrastructure,Module,Page,AppServices" verbosity="Verbose" /> |
| | | <add provider="ISAPI Extension" verbosity="Verbose" /> |
| | | <add provider="WWW Server" areas="Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,Rewrite,WebSocket" verbosity="Verbose" /> |
| | | </traceAreas> |
| | | <failureDefinitions statusCodes="200-999" /> |
| | | </add> |
| | | </traceFailedRequests> |
| | | |
| | | <traceProviderDefinitions> |
| | | <add name="WWW Server" guid="{3a2a4e84-4c21-4981-ae10-3fda0d9b0f83}"> |
| | | <areas> |
| | | <clear /> |
| | | <add name="Authentication" value="2" /> |
| | | <add name="Security" value="4" /> |
| | | <add name="Filter" value="8" /> |
| | | <add name="StaticFile" value="16" /> |
| | | <add name="CGI" value="32" /> |
| | | <add name="Compression" value="64" /> |
| | | <add name="Cache" value="128" /> |
| | | <add name="RequestNotifications" value="256" /> |
| | | <add name="Module" value="512" /> |
| | | <add name="Rewrite" value="1024" /> |
| | | <add name="FastCGI" value="4096" /> |
| | | <add name="WebSocket" value="16384" /> |
| | | <add name="ANCM" value="65536" /> |
| | | </areas> |
| | | </add> |
| | | <add name="ASP" guid="{06b94d9a-b15e-456e-a4ef-37c984a2cb4b}"> |
| | | <areas> |
| | | <clear /> |
| | | </areas> |
| | | </add> |
| | | <add name="ISAPI Extension" guid="{a1c2040e-8840-4c31-ba11-9871031a19ea}"> |
| | | <areas> |
| | | <clear /> |
| | | </areas> |
| | | </add> |
| | | <add name="ASPNET" guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"> |
| | | <areas> |
| | | <add name="Infrastructure" value="1" /> |
| | | <add name="Module" value="2" /> |
| | | <add name="Page" value="4" /> |
| | | <add name="AppServices" value="8" /> |
| | | </areas> |
| | | </add> |
| | | </traceProviderDefinitions> |
| | | |
| | | </tracing> |
| | | |
| | | <urlCompression /> |
| | | |
| | | <validation /> |
| | | <webdav> |
| | | <globalSettings> |
| | | <propertyStores> |
| | | <add name="webdav_simple_prop" image="%IIS_BIN%\webdav_simple_prop.dll" image32="%IIS_BIN%\webdav_simple_prop.dll" /> |
| | | </propertyStores> |
| | | <lockStores> |
| | | <add name="webdav_simple_lock" image="%IIS_BIN%\webdav_simple_lock.dll" image32="%IIS_BIN%\webdav_simple_lock.dll" /> |
| | | </lockStores> |
| | | |
| | | </globalSettings> |
| | | <authoring> |
| | | <locks enabled="true" lockStore="webdav_simple_lock" /> |
| | | </authoring> |
| | | <authoringRules /> |
| | | </webdav> |
| | | <webSocket /> |
| | | <applicationInitialization /> |
| | | |
| | | </system.webServer> |
| | | <location path="" overrideMode="Allow"> |
| | | <system.webServer> |
| | | <modules> |
| | | <add name="IsapiFilterModule" lockItem="true" /> |
| | | <add name="BasicAuthenticationModule" lockItem="true" /> |
| | | <add name="IsapiModule" lockItem="true" /> |
| | | <add name="HttpLoggingModule" lockItem="true" /> |
| | | <add name="DynamicCompressionModule" lockItem="true" /> |
| | | <add name="StaticCompressionModule" lockItem="true" /> |
| | | <add name="DefaultDocumentModule" lockItem="true" /> |
| | | <add name="DirectoryListingModule" lockItem="true" /> |
| | | <add name="ProtocolSupportModule" lockItem="true" /> |
| | | <add name="HttpRedirectionModule" lockItem="true" /> |
| | | <add name="ServerSideIncludeModule" lockItem="true" /> |
| | | <add name="StaticFileModule" lockItem="true" /> |
| | | <add name="AnonymousAuthenticationModule" lockItem="true" /> |
| | | <add name="CertificateMappingAuthenticationModule" lockItem="true" /> |
| | | <add name="UrlAuthorizationModule" lockItem="true" /> |
| | | <add name="WindowsAuthenticationModule" lockItem="true" /> |
| | | <add name="IISCertificateMappingAuthenticationModule" lockItem="true" /> |
| | | <add name="WebMatrixSupportModule" lockItem="true" /> |
| | | <add name="IpRestrictionModule" lockItem="true" /> |
| | | <add name="DynamicIpRestrictionModule" lockItem="true" /> |
| | | <add name="RequestFilteringModule" lockItem="true" /> |
| | | <add name="CustomLoggingModule" lockItem="true" /> |
| | | <add name="CustomErrorModule" lockItem="true" /> |
| | | <add name="FailedRequestsTracingModule" lockItem="true" /> |
| | | <add name="CgiModule" lockItem="true" /> |
| | | <add name="FastCgiModule" lockItem="true" /> |
| | | <!-- <add name="WebDAVModule" /> --> |
| | | <add name="RewriteModule" /> |
| | | <add name="OutputCache" type="System.Web.Caching.OutputCacheModule" preCondition="managedHandler" /> |
| | | <add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="managedHandler" /> |
| | | <add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" preCondition="managedHandler" /> |
| | | <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" preCondition="managedHandler" /> |
| | | <add name="DefaultAuthentication" type="System.Web.Security.DefaultAuthenticationModule" preCondition="managedHandler" /> |
| | | <add name="RoleManager" type="System.Web.Security.RoleManagerModule" preCondition="managedHandler" /> |
| | | <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" preCondition="managedHandler" /> |
| | | <add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule" preCondition="managedHandler" /> |
| | | <add name="AnonymousIdentification" type="System.Web.Security.AnonymousIdentificationModule" preCondition="managedHandler" /> |
| | | <add name="Profile" type="System.Web.Profile.ProfileModule" preCondition="managedHandler" /> |
| | | <add name="UrlMappingsModule" type="System.Web.UrlMappingsModule" preCondition="managedHandler" /> |
| | | <add name="ApplicationInitializationModule" lockItem="true" /> |
| | | <add name="WebSocketModule" lockItem="true" /> |
| | | <add name="ServiceModel-4.0" type="System.ServiceModel.Activation.ServiceHttpModule,System.ServiceModel.Activation,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler,runtimeVersionv4.0" /> |
| | | <add name="ConfigurationValidationModule" lockItem="true" /> |
| | | <add name="UrlRoutingModule-4.0" type="System.Web.Routing.UrlRoutingModule" preCondition="managedHandler,runtimeVersionv4.0" /> |
| | | <add name="ScriptModule-4.0" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler,runtimeVersionv4.0" /> |
| | | <add name="ServiceModel" type="System.ServiceModel.Activation.HttpModule, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="managedHandler,runtimeVersionv2.0" /> |
| | | <add name="AspNetCoreModule" lockItem="true" /> |
| | | <add name="AspNetCoreModuleV2" lockItem="true" /> |
| | | </modules> |
| | | <handlers accessPolicy="Read, Script"> |
| | | <!-- <add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,MKCOL,PUT,COPY,DELETE,MOVE,LOCK,UNLOCK" modules="WebDAVModule" resourceType="Unspecified" requireAccess="None" /> --> |
| | | <add name="AXD-ISAPI-4.0_64bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="PageHandlerFactory-ISAPI-4.0_64bit" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="SimpleHandlerFactory-ISAPI-4.0_64bit" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="WebServiceHandlerFactory-ISAPI-4.0_64bit" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_64bit" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_64bit" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="svc-ISAPI-4.0_64bit" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" /> |
| | | <add name="rules-ISAPI-4.0_64bit" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" /> |
| | | <add name="xoml-ISAPI-4.0_64bit" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" /> |
| | | <add name="xamlx-ISAPI-4.0_64bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" /> |
| | | <add name="aspq-ISAPI-4.0_64bit" path="*.aspq" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="cshtm-ISAPI-4.0_64bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="cshtml-ISAPI-4.0_64bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="vbhtm-ISAPI-4.0_64bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="vbhtml-ISAPI-4.0_64bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="svc-Integrated" path="*.svc" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="svc-ISAPI-2.0" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" /> |
| | | <add name="xoml-Integrated" path="*.xoml" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="xoml-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" /> |
| | | <add name="rules-Integrated" path="*.rules" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="rules-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" /> |
| | | <add name="AXD-ISAPI-4.0_32bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="PageHandlerFactory-ISAPI-4.0_32bit" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="SimpleHandlerFactory-ISAPI-4.0_32bit" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="WebServiceHandlerFactory-ISAPI-4.0_32bit" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_32bit" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_32bit" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="svc-ISAPI-4.0_32bit" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" /> |
| | | <add name="rules-ISAPI-4.0_32bit" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" /> |
| | | <add name="xoml-ISAPI-4.0_32bit" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" /> |
| | | <add name="xamlx-ISAPI-4.0_32bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" /> |
| | | <add name="aspq-ISAPI-4.0_32bit" path="*.aspq" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="cshtm-ISAPI-4.0_32bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="cshtml-ISAPI-4.0_32bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="vbhtm-ISAPI-4.0_32bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="vbhtml-ISAPI-4.0_32bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="TraceHandler-Integrated-4.0" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="WebAdminHandler-Integrated-4.0" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="HttpRemotingHandlerFactory-rem-Integrated-4.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="HttpRemotingHandlerFactory-soap-Integrated-4.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="svc-Integrated-4.0" path="*.svc" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="rules-Integrated-4.0" path="*.rules" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="xoml-Integrated-4.0" path="*.xoml" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="xamlx-Integrated-4.0" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" type="System.Xaml.Hosting.XamlHttpHandlerFactory, System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="aspq-Integrated-4.0" path="*.aspq" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="cshtm-Integrated-4.0" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="cshtml-Integrated-4.0" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="vbhtm-Integrated-4.0" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="vbhtml-Integrated-4.0" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="ScriptHandlerFactoryAppServices-Integrated-4.0" path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="ScriptResourceIntegrated-4.0" path="*ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode,runtimeVersionv4.0" /> |
| | | <add name="ASPClassic" path="*.asp" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%IIS_BIN%\asp.dll" resourceType="File" /> |
| | | <add name="SecurityCertificate" path="*.cer" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%IIS_BIN%\asp.dll" resourceType="File" /> |
| | | <add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" /> |
| | | <add name="TraceHandler-Integrated" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="WebAdminHandler-Integrated" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="AssemblyResourceLoader-Integrated" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory,System.Web.Services,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="HttpRemotingHandlerFactory-rem-Integrated" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory,System.Runtime.Remoting,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="HttpRemotingHandlerFactory-soap-Integrated" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory,System.Runtime.Remoting,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" /> |
| | | <add name="AXD-ISAPI-2.0" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="PageHandlerFactory-ISAPI-2.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="SimpleHandlerFactory-ISAPI-2.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="WebServiceHandlerFactory-ISAPI-2.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="svc-ISAPI-2.0-64" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" /> |
| | | <add name="AXD-ISAPI-2.0-64" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="PageHandlerFactory-ISAPI-2.0-64" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="SimpleHandlerFactory-ISAPI-2.0-64" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="WebServiceHandlerFactory-ISAPI-2.0-64" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0-64" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0-64" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="rules-64-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" /> |
| | | <add name="xoml-64-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" /> |
| | | <add name="CGI-exe" path="*.exe" verb="*" modules="CgiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" /> |
| | | <add name="SSINC-stm" path="*.stm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" /> |
| | | <add name="SSINC-shtm" path="*.shtm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" /> |
| | | <add name="SSINC-shtml" path="*.shtml" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" /> |
| | | <add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportModule" requireAccess="None" /> |
| | | <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupportModule" requireAccess="None" /> |
| | | <add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /> |
| | | <add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /> |
| | | <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" responseBufferLimit="0" /> |
| | | <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" /> |
| | | </handlers> |
| | | </system.webServer> |
| | | </location> |
| | | </configuration> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "Version": 1, |
| | | "WorkspaceRootPath": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\", |
| | | "Documents": [ |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\filter\\websockethostservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\websockethostservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\filter\\websocketsetup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\websocketsetup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\filter\\customprofile.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\customprofile.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\filter\\automapperconfig.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\automapperconfig.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\filter\\autofacpropertitymodulereg.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\autofacpropertitymodulereg.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\filter\\automappersetup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\automappersetup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\filter\\customauthorizefilter.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\customauthorizefilter.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_model\\models\\system\\sys_log.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\system\\sys_log.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_wmspart\\stockquantitychangerecordservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|solutionrelative:wideseawcs_wmspart\\stockquantitychangerecordservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_iwmspart\\istockquantitychangerecordservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|solutionrelative:wideseawcs_iwmspart\\istockquantitychangerecordservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_wmspart\\stockinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|solutionrelative:wideseawcs_wmspart\\stockinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_iwmspart\\istockinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|solutionrelative:wideseawcs_iwmspart\\istockinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_wmspart\\stockinfodetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|solutionrelative:wideseawcs_wmspart\\stockinfodetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_wmspart\\stockinfodetail_htyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|solutionrelative:wideseawcs_wmspart\\stockinfodetail_htyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_iwmspart\\istockinfodetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|solutionrelative:wideseawcs_iwmspart\\istockinfodetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_iwmspart\\istockinfodetail_htyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|solutionrelative:wideseawcs_iwmspart\\istockinfodetail_htyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_wmspart\\stockinfo_htyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|solutionrelative:wideseawcs_wmspart\\stockinfo_htyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_iwmspart\\istockinfo_htyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|solutionrelative:wideseawcs_iwmspart\\istockinfo_htyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_wmspart\\locationstatuschangerecordservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|solutionrelative:wideseawcs_wmspart\\locationstatuschangerecordservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_wmspart\\locationinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|solutionrelative:wideseawcs_wmspart\\locationinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_iwmspart\\ilocationstatuschangerecordservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|solutionrelative:wideseawcs_iwmspart\\ilocationstatuschangerecordservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_iwmspart\\ilocationinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}|WIDESEAWCS_IWMSPart\\WIDESEAWCS_IWMSPart.csproj|solutionrelative:wideseawcs_iwmspart\\ilocationinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_wmspart\\wideseawcs_wmspart.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", |
| | | "RelativeMoniker": "D:0:0:{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}|WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj|solutionrelative:wideseawcs_wmspart\\wideseawcs_wmspart.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_model\\models\\wmspart\\dt_stockinfodetail_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\wmspart\\dt_stockinfodetail_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_model\\models\\wmspart\\dt_stockinfo_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\wmspart\\dt_stockinfo_hty.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_model\\models\\wmspart\\dt_locationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\wmspart\\dt_locationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_dto\\wmspart\\stockviewdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wmspart\\stockviewdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_model\\models\\wmspart\\dt_stockquantitychangerecord.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\wmspart\\dt_stockquantitychangerecord.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_model\\models\\wmspart\\dt_locationstatuschangerecord.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\wmspart\\dt_locationstatuschangerecord.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_tasks\\testjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\testjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|solutionrelative:wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskenumhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskenumhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskstatusenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskstatusenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskstatusgroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskstatusgroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskexecutedetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskexecutedetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{A14242DD-DA06-4DC3-8598-1761AA7C76D1}|WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_systemservices\\sys_dictionaryservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{A14242DD-DA06-4DC3-8598-1761AA7C76D1}|WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj|solutionrelative:wideseawcs_systemservices\\sys_dictionaryservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_dto\\system\\vuedictionarydto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\system\\vuedictionarydto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{9E4BFF47-52BF-4FD8-9CC7-3763BF19D9E0}|WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_isystemservices\\isys_dictionarylistservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{9E4BFF47-52BF-4FD8-9CC7-3763BF19D9E0}|WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj|solutionrelative:wideseawcs_isystemservices\\isys_dictionarylistservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_tasks\\wideseawcs_tasks.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", |
| | | "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\wideseawcs_tasks.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\routercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\routercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\controllers\\system\\sys_usercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\system\\sys_usercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_server\\controllers\\system\\sys_dictionarycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\system\\sys_dictionarycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{A14242DD-DA06-4DC3-8598-1761AA7C76D1}|WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_systemservices\\sys_userservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{A14242DD-DA06-4DC3-8598-1761AA7C76D1}|WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj|solutionrelative:wideseawcs_systemservices\\sys_userservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\4.\u91CD\u6784\\publicwcs\u65E0\u4ED3\u50A8\u7248\\wideseawcs_server\\wideseawcs_model\\models\\system\\sys_department.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\system\\sys_department.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\admin\\AppData\\Roaming\\NuGet\\NuGet.Config||{FA3CD31E-987B-443A-9B81-186104E8DAC1}" |
| | | } |
| | | ], |
| | | "DocumentGroupContainers": [ |
| | | { |
| | | "Orientation": 0, |
| | | "VerticalTabListWidth": 256, |
| | | "DocumentGroups": [ |
| | | { |
| | | "DockedWidth": 200, |
| | | "SelectedChildIndex": 6, |
| | | "Children": [ |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 3, |
| | | "Title": "WebSocketSetup.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\WebSocketSetup.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\WebSocketSetup.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\WebSocketSetup.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\WebSocketSetup.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAB0AAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:39:28.972Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 5, |
| | | "Title": "AutoMapperConfig.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\AutoMapperConfig.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\AutoMapperConfig.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\AutoMapperConfig.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\AutoMapperConfig.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:39:27.49Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 6, |
| | | "Title": "AutofacPropertityModuleReg.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\AutofacPropertityModuleReg.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\AutofacPropertityModuleReg.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\AutofacPropertityModuleReg.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\AutofacPropertityModuleReg.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:39:25.893Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 7, |
| | | "Title": "AutoMapperSetup.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\AutoMapperSetup.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\AutoMapperSetup.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\AutoMapperSetup.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\AutoMapperSetup.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:39:21.292Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 8, |
| | | "Title": "CustomAuthorizeFilter.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\CustomAuthorizeFilter.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\CustomAuthorizeFilter.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\CustomAuthorizeFilter.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\CustomAuthorizeFilter.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:39:20.049Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 1, |
| | | "Title": "appsettings.json", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\appsettings.json", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\appsettings.json", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\appsettings.json", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\appsettings.json", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAA4AAABJAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", |
| | | "WhenOpened": "2025-02-18T03:33:28.588Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 0, |
| | | "Title": "Program.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Program.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Program.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Program.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Program.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAJEAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-10-29T09:38:21.441Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 2, |
| | | "Title": "WebSocketHostService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\WebSocketHostService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\WebSocketHostService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\WebSocketHostService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\WebSocketHostService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAA9AAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:40:04.071Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 12, |
| | | "Title": "StockInfoService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockInfoService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_WMSPart\\StockInfoService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockInfoService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_WMSPart\\StockInfoService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAkAAAARAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:22:41.205Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 13, |
| | | "Title": "IStockInfoService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockInfoService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_IWMSPart\\IStockInfoService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockInfoService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_IWMSPart\\IStockInfoService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAcAAAARAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:17:32.536Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 4, |
| | | "Title": "CustomProfile.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\CustomProfile.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\CustomProfile.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\CustomProfile.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\CustomProfile.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAABUAAABgAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:25:42.002Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 11, |
| | | "Title": "IStockQuantityChangeRecordService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockQuantityChangeRecordService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_IWMSPart\\IStockQuantityChangeRecordService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockQuantityChangeRecordService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_IWMSPart\\IStockQuantityChangeRecordService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAAVAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:17:34.263Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 10, |
| | | "Title": "StockQuantityChangeRecordService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockQuantityChangeRecordService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_WMSPart\\StockQuantityChangeRecordService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockQuantityChangeRecordService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_WMSPart\\StockQuantityChangeRecordService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAABIAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:22:42.427Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 9, |
| | | "Title": "Sys_Log.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\System\\Sys_Log.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\System\\Sys_Log.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\System\\Sys_Log.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Model\\Models\\System\\Sys_Log.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-10-30T01:51:55.891Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 14, |
| | | "Title": "StockInfoDetailService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockInfoDetailService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_WMSPart\\StockInfoDetailService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockInfoDetailService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_WMSPart\\StockInfoDetailService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAARAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:22:35.951Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 15, |
| | | "Title": "StockInfoDetail_HtyService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockInfoDetail_HtyService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_WMSPart\\StockInfoDetail_HtyService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockInfoDetail_HtyService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_WMSPart\\StockInfoDetail_HtyService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAAWAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:27:10.196Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 16, |
| | | "Title": "IStockInfoDetailService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockInfoDetailService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_IWMSPart\\IStockInfoDetailService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockInfoDetailService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_IWMSPart\\IStockInfoDetailService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAcAAAARAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:17:30.818Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 17, |
| | | "Title": "IStockInfoDetail_HtyService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockInfoDetail_HtyService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_IWMSPart\\IStockInfoDetail_HtyService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockInfoDetail_HtyService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_IWMSPart\\IStockInfoDetail_HtyService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAcAAAAVAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:17:28.437Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 18, |
| | | "Title": "StockInfo_HtyService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockInfo_HtyService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_WMSPart\\StockInfo_HtyService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\StockInfo_HtyService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_WMSPart\\StockInfo_HtyService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAkAAAAWAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:22:34.36Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 19, |
| | | "Title": "IStockInfo_HtyService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockInfo_HtyService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_IWMSPart\\IStockInfo_HtyService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\IStockInfo_HtyService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_IWMSPart\\IStockInfo_HtyService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAASAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:17:21.953Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 20, |
| | | "Title": "LocationStatusChangeRecordService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\LocationStatusChangeRecordService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_WMSPart\\LocationStatusChangeRecordService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\LocationStatusChangeRecordService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_WMSPart\\LocationStatusChangeRecordService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:22:30.878Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 21, |
| | | "Title": "LocationInfoService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\LocationInfoService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_WMSPart\\LocationInfoService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\LocationInfoService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_WMSPart\\LocationInfoService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAoAAAATAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:19:19.645Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 22, |
| | | "Title": "ILocationStatusChangeRecordService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\ILocationStatusChangeRecordService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_IWMSPart\\ILocationStatusChangeRecordService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\ILocationStatusChangeRecordService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_IWMSPart\\ILocationStatusChangeRecordService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:17:10.808Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 23, |
| | | "Title": "ILocationInfoService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\ILocationInfoService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_IWMSPart\\ILocationInfoService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_IWMSPart\\ILocationInfoService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_IWMSPart\\ILocationInfoService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAARAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:15:04.649Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 24, |
| | | "Title": "WIDESEAWCS_WMSPart.csproj", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj", |
| | | "RelativeToolTip": "WIDESEAWCS_WMSPart\\WIDESEAWCS_WMSPart.csproj", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|", |
| | | "WhenOpened": "2025-02-18T03:14:58.818Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 26, |
| | | "Title": "Dt_StockInfo_Hty.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockInfo_Hty.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockInfo_Hty.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockInfo_Hty.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockInfo_Hty.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:21:43.147Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 25, |
| | | "Title": "Dt_StockInfoDetail_Hty.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockInfoDetail_Hty.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockInfoDetail_Hty.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockInfoDetail_Hty.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockInfoDetail_Hty.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAABNAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:20:11.134Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 28, |
| | | "Title": "StockViewDTO.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMSPart\\StockViewDTO.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMSPart\\StockViewDTO.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMSPart\\StockViewDTO.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_DTO\\WMSPart\\StockViewDTO.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAoAAAAgAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:19:04.113Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 27, |
| | | "Title": "Dt_LocationInfo.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_LocationInfo.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_LocationInfo.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_LocationInfo.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_LocationInfo.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAA4AAAAtAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:16:19.188Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 29, |
| | | "Title": "Dt_StockQuantityChangeRecord.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockQuantityChangeRecord.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockQuantityChangeRecord.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockQuantityChangeRecord.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_StockQuantityChangeRecord.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:17:03.413Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 30, |
| | | "Title": "Dt_LocationStatusChangeRecord.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_LocationStatusChangeRecord.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_LocationStatusChangeRecord.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\WMSPart\\Dt_LocationStatusChangeRecord.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Model\\Models\\WMSPart\\Dt_LocationStatusChangeRecord.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:17:00.62Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 34, |
| | | "Title": "TaskEnumHelper.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:04:45.496Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 35, |
| | | "Title": "TaskStatusEnum.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:04:44.235Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 36, |
| | | "Title": "TaskStatusGroup.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:04:41.258Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 37, |
| | | "Title": "TaskTypeEnum.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:04:39.503Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 31, |
| | | "Title": "TestJob.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\TestJob.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\TestJob.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\TestJob.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Tasks\\TestJob.cs", |
| | | "ViewState": "AgIAABEAAAAAAAAAAABIwCsAAAA6AAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:00:46.306Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 32, |
| | | "Title": "ITaskService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAuwCQAAAAIAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-10-29T09:37:21.388Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 33, |
| | | "Title": "TaskService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAADYAAAAuAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-08-29T11:58:29.741Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 40, |
| | | "Title": "VueDictionaryDTO.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\System\\VueDictionaryDTO.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\System\\VueDictionaryDTO.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\System\\VueDictionaryDTO.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_DTO\\System\\VueDictionaryDTO.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAArAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T02:59:09.341Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 41, |
| | | "Title": "ISys_DictionaryListService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\ISys_DictionaryListService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_ISystemServices\\ISys_DictionaryListService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\ISys_DictionaryListService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_ISystemServices\\ISys_DictionaryListService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAAAUAAAAGAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T02:58:22.654Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 42, |
| | | "Title": "WIDESEAWCS_Tasks.csproj", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "RelativeToolTip": "WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|", |
| | | "WhenOpened": "2024-08-29T11:11:54.978Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 39, |
| | | "Title": "Sys_DictionaryService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\Sys_DictionaryService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_SystemServices\\Sys_DictionaryService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\Sys_DictionaryService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_SystemServices\\Sys_DictionaryService.cs", |
| | | "ViewState": "AgIAAC8AAAAAAAAAAAAgwE4AAAAcAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-10-29T09:32:37.115Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 38, |
| | | "Title": "TaskExecuteDetailService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAADIAAAAdAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-10-29T09:37:51.178Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 43, |
| | | "Title": "RouterController.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs", |
| | | "ViewState": "AgIAACwAAAAAAAAAAAAQwEQAAAAQAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-08-30T01:49:09.79Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 44, |
| | | "Title": "Sys_UserController.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\System\\Sys_UserController.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\System\\Sys_UserController.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\System\\Sys_UserController.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\System\\Sys_UserController.cs", |
| | | "ViewState": "AgIAAAgAAAAAAAAAAAAswBIAAAAAAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-10-12T03:53:21.036Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 45, |
| | | "Title": "Sys_DictionaryController.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs", |
| | | "ViewState": "AgIAADkAAAAAAAAAAAAIwBQAAAAhAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-10-29T09:32:58.341Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 47, |
| | | "Title": "Sys_Department.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\System\\Sys_Department.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\System\\Sys_Department.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\System\\Sys_Department.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Model\\Models\\System\\Sys_Department.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAAAVAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-09-19T11:14:01.783Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 46, |
| | | "Title": "Sys_UserService.cs", |
| | | "DocumentMoniker": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\Sys_UserService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_SystemServices\\Sys_UserService.cs", |
| | | "ToolTip": "E:\\4.\u91CD\u6784\\PublicWCS\u65E0\u4ED3\u50A8\u7248\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\Sys_UserService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_SystemServices\\Sys_UserService.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAAAAABcAAAApAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2024-10-12T03:53:26.64Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 48, |
| | | "Title": "NuGet.Config", |
| | | "DocumentMoniker": "C:\\Users\\admin\\AppData\\Roaming\\NuGet\\NuGet.Config", |
| | | "ToolTip": "C:\\Users\\admin\\AppData\\Roaming\\NuGet\\NuGet.Config", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000601|", |
| | | "WhenOpened": "2024-09-19T10:55:44.927Z" |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "Version": 1, |
| | | "WorkspaceRootPath": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\", |
| | | "Documents": [ |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|d:\\project\\yangjipingku\\\u9879\u76EE\u4EE3\u7801\\wcs\\wideseawcs_server\\wideseawcs_server\\filter\\websocketsetup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\websocketsetup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|d:\\project\\yangjipingku\\\u9879\u76EE\u4EE3\u7801\\wcs\\wideseawcs_server\\wideseawcs_server\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|d:\\project\\yangjipingku\\\u9879\u76EE\u4EE3\u7801\\wcs\\wideseawcs_server\\wideseawcs_server\\filter\\websockethostservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\filter\\websockethostservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|d:\\project\\yangjipingku\\\u9879\u76EE\u4EE3\u7801\\wcs\\wideseawcs_server\\wideseawcs_server\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\wideseawcs_tasks\\testjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\testjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | } |
| | | ], |
| | | "DocumentGroupContainers": [ |
| | | { |
| | | "Orientation": 0, |
| | | "VerticalTabListWidth": 256, |
| | | "DocumentGroups": [ |
| | | { |
| | | "DockedWidth": 200, |
| | | "SelectedChildIndex": 3, |
| | | "Children": [ |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 1, |
| | | "Title": "Program.cs", |
| | | "DocumentMoniker": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Program.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Program.cs", |
| | | "ToolTip": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Program.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Program.cs", |
| | | "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T05:44:55.781Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 2, |
| | | "Title": "WebSocketHostService.cs", |
| | | "DocumentMoniker": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\WebSocketHostService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\WebSocketHostService.cs", |
| | | "ToolTip": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\WebSocketHostService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\WebSocketHostService.cs", |
| | | "ViewState": "AQIAAAMAAAAAAAAAAAAAAAgAAABEAAAA", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T05:43:47.411Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 3, |
| | | "Title": "appsettings.json", |
| | | "DocumentMoniker": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\appsettings.json", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\appsettings.json", |
| | | "ToolTip": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\appsettings.json", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\appsettings.json", |
| | | "ViewState": "AQIAABIAAAAAAAAAAAAAACMAAAANAAAA", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", |
| | | "WhenOpened": "2025-02-18T05:43:37.398Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 0, |
| | | "Title": "WebSocketSetup.cs", |
| | | "DocumentMoniker": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\WebSocketSetup.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Filter\\WebSocketSetup.cs", |
| | | "ToolTip": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Filter\\WebSocketSetup.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Filter\\WebSocketSetup.cs", |
| | | "ViewState": "AQIAAAAAAAAAAAAAAAAAABAAAAAZAAAA", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T05:43:30.604Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 4, |
| | | "Title": "TestJob.cs", |
| | | "DocumentMoniker": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\TestJob.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\TestJob.cs", |
| | | "ToolTip": "D:\\project\\YangJiPingKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\TestJob.cs*", |
| | | "RelativeToolTip": "WIDESEAWCS_Tasks\\TestJob.cs*", |
| | | "ViewState": "AQIAABwAAAAAAAAAAAAYwCkAAAAVAAAA", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-02-18T03:00:46.306Z", |
| | | "EditorCaption": "" |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_IBasicInfoRepository\WIDESEAWCS_IBasicInfoRepository.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="WIDESEAWCS_QuartzJob" Version="1.0.0" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_IBasicInfoService\WIDESEAWCS_IBasicInfoService.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Common |
| | | { |
| | | public enum AreaInfo |
| | | { |
| | | CLOutAreaA, |
| | | CLOutAreaB, |
| | | CLOutAreaC |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Common.TaskEnum; |
| | | |
| | | namespace WIDESEAWCS_Common.TaskEnum |
| | | { |
| | | public static class TaskEnumHelper |
| | | { |
| | | public static List<int> GetEnumIndexList(this Type type) |
| | | { |
| | | if (type is null) throw new ArgumentNullException("type"); |
| | | if (!type.IsEnum) return new List<int>(); |
| | | return Enum.GetValues(type).Cast<int>().ToList(); |
| | | } |
| | | |
| | | public static TaskTypeGroup GetTaskTypeGroup(this int taskType) |
| | | { |
| | | if (!int.TryParse(Enum.Parse<TaskOutboundTypeEnum>(taskType.ToString()).ToString(), out int result)) |
| | | { |
| | | return TaskTypeGroup.OutbondGroup; |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskInStatusEnum>(taskType.ToString()).ToString(), out result)) |
| | | { |
| | | return TaskTypeGroup.InboundGroup; |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskRelocationTypeEnum>(taskType.ToString()).ToString(), out result)) |
| | | { |
| | | return TaskTypeGroup.RelocationGroup; |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskOtherTypeEnum>(taskType.ToString()).ToString(), out result)) |
| | | { |
| | | return TaskTypeGroup.OtherGroup; |
| | | } |
| | | else |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | } |
| | | |
| | | public static int GetNextNotCompletedStatus<T>(this int currentStatus) where T : Enum |
| | | { |
| | | Type type = typeof(T); |
| | | if (type is null) throw new ArgumentNullException(); |
| | | if (!type.IsEnum) return 0; |
| | | if (type == typeof(TaskInStatusEnum)) |
| | | { |
| | | List<int> taskInboundTypes = type.GetEnumIndexList(); |
| | | return taskInboundTypes.Where(x => x > currentStatus && x < (int)TaskInStatusEnum.InFinish).OrderBy(x => x).FirstOrDefault(); |
| | | } |
| | | else if (type == typeof(TaskOutStatusEnum)) |
| | | { |
| | | return type.GetEnumIndexList().Where(x => x > currentStatus && x < (int)TaskOutStatusEnum.OutFinish).OrderBy(x => x).FirstOrDefault(); |
| | | } |
| | | else |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Common.TaskEnum |
| | | { |
| | | public enum TaskInStatusEnum |
| | | { |
| | | /// <summary> |
| | | /// æ°å»ºå
¥åºä»»å¡ |
| | | /// </summary> |
| | | [Description("æ°å»ºå
¥åºä»»å¡")] |
| | | InNew = 200, |
| | | |
| | | ///// <summary> |
| | | ///// AGVå
¥åºæ§è¡ä¸ |
| | | ///// </summary> |
| | | //[Description("AGVå
¥åºæ§è¡ä¸")] |
| | | //AGV_InExecuting = 210, |
| | | |
| | | ///// <summary> |
| | | ///// AGVå
¥åºå®æ |
| | | ///// </summary> |
| | | //[Description("AGVæ¬è¿å®æ")] |
| | | //AGV_InFinish = 215, |
| | | |
| | | /// <summary> |
| | | /// è¾é线å
¥åºæ§è¡ä¸ |
| | | /// </summary> |
| | | [Description("è¾é线å
¥åºæ§è¡ä¸")] |
| | | Line_InExecuting = 220, |
| | | |
| | | /// <summary> |
| | | /// è¾é线å
¥åºå®æ |
| | | /// </summary> |
| | | [Description("è¾é线è¾é宿")] |
| | | Line_InFinish = 225, |
| | | |
| | | /// <summary> |
| | | /// å åæºå
¥åºæ§è¡ä¸ |
| | | /// </summary> |
| | | [Description("å åæºå
¥åºæ§è¡ä¸")] |
| | | SC_InExecuting = 230, |
| | | |
| | | /// <summary> |
| | | /// å åæºå
¥åºå®æ |
| | | /// </summary> |
| | | [Description("å åæºå
¥åºå®æ")] |
| | | SC_InFinish = 235, |
| | | |
| | | /// <summary> |
| | | /// å
¥åºä»»å¡å®æ |
| | | /// </summary> |
| | | [Description("å
¥åºä»»å¡å®æ")] |
| | | InFinish = 290, |
| | | |
| | | /// <summary> |
| | | /// å
¥åºä»»å¡æèµ· |
| | | /// </summary> |
| | | [Description("å
¥åºä»»å¡æèµ·")] |
| | | InPending = 297, |
| | | |
| | | /// <summary> |
| | | /// å
¥åºä»»å¡åæ¶ |
| | | /// </summary> |
| | | [Description("å
¥åºä»»å¡åæ¶")] |
| | | InCancel = 298, |
| | | |
| | | /// <summary> |
| | | /// å
¥åºä»»å¡å¼å¸¸ |
| | | /// </summary> |
| | | [Description("å
¥åºä»»å¡å¼å¸¸")] |
| | | InException = 299, |
| | | } |
| | | |
| | | public enum TaskOutStatusEnum |
| | | { |
| | | /// <summary> |
| | | /// æ°å»ºåºåºä»»å¡ |
| | | /// </summary> |
| | | [Description("æ°å»ºåºåºä»»å¡")] |
| | | OutNew = 100, |
| | | |
| | | /// <summary> |
| | | /// å åæºåºåºæ§è¡ä¸ |
| | | /// </summary> |
| | | [Description("å åæºåºåºæ§è¡ä¸")] |
| | | SC_OutExecuting = 110, |
| | | |
| | | /// <summary> |
| | | /// å åæºåºåºå®æ |
| | | /// </summary> |
| | | [Description("å åæºåºåºå®æ")] |
| | | SC_OutFinish = 115, |
| | | |
| | | /// <summary> |
| | | /// è¾é线åºåºæ§è¡ä¸ |
| | | /// </summary> |
| | | [Description("è¾é线åºåºæ§è¡ä¸")] |
| | | Line_OutExecuting = 120, |
| | | |
| | | /// <summary> |
| | | /// è¾é线åºåºå®æ |
| | | /// </summary> |
| | | [Description("è¾é线è¾é宿")] |
| | | Line_OutFinish = 125, |
| | | |
| | | ///// <summary> |
| | | ///// AGVåºåºæ§è¡ä¸ |
| | | ///// </summary> |
| | | //[Description("AGVåºåºæ§è¡ä¸")] |
| | | //AGV_OutExecuting = 130, |
| | | |
| | | ///// <summary> |
| | | ///// AGVåºåºå®æ |
| | | ///// </summary> |
| | | //[Description("AGVæ¬è¿å®æ")] |
| | | //AGV_OutFinish = 135, |
| | | |
| | | /// <summary> |
| | | /// åºåºä»»å¡å®æ |
| | | /// </summary> |
| | | [Description("åºåºä»»å¡å®æ")] |
| | | OutFinish = 190, |
| | | |
| | | /// <summary> |
| | | /// åºåºä»»å¡æèµ· |
| | | /// </summary> |
| | | [Description("åºåºä»»å¡æèµ·")] |
| | | OutPending = 197, |
| | | |
| | | /// <summary> |
| | | /// åºåºä»»å¡åæ¶ |
| | | /// </summary> |
| | | [Description("åºåºä»»å¡åæ¶")] |
| | | OutCancel = 198, |
| | | |
| | | /// <summary> |
| | | /// åºåºä»»å¡å¼å¸¸ |
| | | /// </summary> |
| | | [Description("åºåºä»»å¡å¼å¸¸")] |
| | | OutException = 199, |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Common.TaskEnum |
| | | { |
| | | public enum TaskStatusGroup |
| | | { |
| | | NotCompleted, |
| | | Completed, |
| | | Exception |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Common.TaskEnum |
| | | { |
| | | public enum TaskInboundTypeEnum |
| | | { |
| | | /// <summary> |
| | | /// å
¥åº |
| | | /// </summary> |
| | | [Description("å
¥åº")] |
| | | Inbound = 200, |
| | | /// <summary> |
| | | /// çç¹å
¥åº |
| | | /// </summary> |
| | | [Description("çç¹å
¥åº")] |
| | | InInventory = 201, |
| | | /// <summary> |
| | | /// 忣å
¥åº |
| | | /// </summary> |
| | | [Description("忣å
¥åº")] |
| | | InPick = 202, |
| | | /// <summary> |
| | | /// è´¨æ£å
¥åº |
| | | /// </summary> |
| | | [Description("è´¨æ£å
¥åº")] |
| | | InQuality = 203 |
| | | } |
| | | |
| | | public enum TaskOutboundTypeEnum |
| | | { |
| | | /// <summary> |
| | | /// åºåº |
| | | /// </summary> |
| | | [Description("åºåº")] |
| | | Outbound = 100, |
| | | /// <summary> |
| | | /// çç¹åºåº |
| | | /// </summary> |
| | | [Description("çç¹åºåº")] |
| | | OutInventory = 101, |
| | | /// <summary> |
| | | /// 忣åºåº |
| | | /// </summary> |
| | | [Description("忣åºåº")] |
| | | OutPick = 102, |
| | | /// <summary> |
| | | /// è´¨æ£åºåº |
| | | /// </summary> |
| | | [Description("è´¨æ£åºåº")] |
| | | OutQuality = 103, |
| | | } |
| | | |
| | | public enum TaskRelocationTypeEnum |
| | | { |
| | | /// <summary> |
| | | /// åºå
ç§»åº |
| | | /// </summary> |
| | | [Description("åºå
ç§»åº")] |
| | | Relocation = 300, |
| | | /// <summary> |
| | | /// åºå¤ç§»åº |
| | | /// </summary> |
| | | [Description("åºå¤ç§»åº")] |
| | | RelocationIn = 301 |
| | | } |
| | | |
| | | public enum TaskOtherTypeEnum |
| | | { |
| | | |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Common.TaskEnum |
| | | { |
| | | public enum TaskTypeGroup |
| | | { |
| | | InboundGroup, |
| | | OutbondGroup, |
| | | RelocationGroup, |
| | | OtherGroup |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_DTO |
| | | { |
| | | public class StackerCarneTaskDTO |
| | | { |
| | | |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_DTO.System |
| | | { |
| | | public class ActionDTO |
| | | { |
| | | public int ActionId { get; set; } |
| | | public int MenuId { get; set; } |
| | | public string Text { get; set; } |
| | | public string Value { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_DTO.System |
| | | { |
| | | public class MenuDTO : Sys_Menu |
| | | { |
| | | public List<ActionDTO>? Actions { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_DTO.System |
| | | { |
| | | public class UserPermissionDTO |
| | | { |
| | | public int Id { get; set; } |
| | | public int Pid { get; set; } |
| | | public string Text { get; set; } |
| | | public bool IsApp { get; set; } |
| | | public List<ActionDTO> Actions { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_DTO.System |
| | | { |
| | | public class VueDictionaryDTO |
| | | { |
| | | public string DicNo { get; set; } |
| | | |
| | | public string Config { get; set; } |
| | | |
| | | public object Data { get; set; } |
| | | |
| | | public bool SaveCache { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_DTO.TaskInfo |
| | | { |
| | | public class WMSTaskDTO |
| | | { |
| | | /// <summary> |
| | | /// WMSä»»å¡ä¸»é® |
| | | /// </summary> |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡å· |
| | | /// </summary> |
| | | public int TaskNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçå· |
| | | /// </summary> |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å··éå· |
| | | /// </summary> |
| | | public string RoadWay { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ç±»å |
| | | /// </summary> |
| | | public int TaskType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ç¶æ |
| | | /// </summary> |
| | | public int TaskState { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èµ·ç¹ |
| | | /// </summary> |
| | | public string SourceAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç»ç¹ |
| | | /// </summary> |
| | | public string TargetAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¼å
级 |
| | | /// </summary> |
| | | public int Grade { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_Model\WIDESEAWCS_Model.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Folder Include="BasicInfo\" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | using Magicodes.ExporterAndImporter.Core; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_DTO.WMSPart |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public class StockViewDTO |
| | | { |
| | | /// <summary> |
| | | /// ä»åºID |
| | | /// </summary> |
| | | public int WarehouseId { get; set; } |
| | | /// <summary> |
| | | /// è´§ä½ç¼å· |
| | | /// </summary> |
| | | public string LocationCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½åç§° |
| | | /// </summary> |
| | | public string LocationName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½å |
| | | /// </summary> |
| | | public int Column { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½è¡ |
| | | /// </summary> |
| | | public int Row { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½å± |
| | | /// </summary> |
| | | public int Layer { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½æ·±åº¦ |
| | | /// </summary> |
| | | public int Depth { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç¶æ |
| | | /// </summary> |
| | | public int LocationStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç±»å |
| | | /// </summary> |
| | | public int LocationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å··éç¼å· |
| | | /// </summary> |
| | | public string RoadwayNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¦ç¨ç¶æ |
| | | /// </summary> |
| | | public int EnalbeStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåä¸»é® |
| | | /// </summary> |
| | | public int StockId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçå· |
| | | /// </summary> |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public bool IsFull { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æç¼ç |
| | | /// </summary> |
| | | public string MaterielCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©ææ¹å· |
| | | /// </summary> |
| | | public string BatchNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåç¶æ |
| | | /// </summary> |
| | | public int StockStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºå夿³¨ |
| | | /// </summary> |
| | | public string StockRemark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å建人 |
| | | /// </summary> |
| | | public string Creater { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å建æ¶é´ |
| | | /// </summary> |
| | | public DateTime CreateDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¿®æ¹äºº |
| | | /// </summary> |
| | | public string Modifier { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¿®æ¹æ¶é´ |
| | | /// </summary> |
| | | public DateTime? ModifyDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºå详æ
|
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_StockInfoDetail.StockId), nameof(StockId))] |
| | | public List<Dt_StockInfoDetail> Details { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_DTO\WIDESEAWCS_DTO.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_DTO\WIDESEAWCS_DTO.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemRepository |
| | | { |
| | | public interface ISys_DictionaryListRepository : IRepository<Sys_DictionaryList> |
| | | { |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemRepository |
| | | { |
| | | public interface ISys_DictionaryRepository : IRepository<Sys_Dictionary> |
| | | { |
| | | IEnumerable<Sys_Dictionary> GetDictionaries(IEnumerable<string> dicNos, bool executeSql = true); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemRepository |
| | | { |
| | | public interface ISys_LogRepository : IRepository<Sys_Log> |
| | | { |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemRepository |
| | | { |
| | | public interface ISys_MenuRepository : IRepository<Sys_Menu> |
| | | { |
| | | List<Sys_Menu> GetAllMenu(); |
| | | |
| | | object GetSuperAdminMenu(); |
| | | |
| | | object GetMenuByRoleId(int roleId); |
| | | |
| | | List<Permissions> GetPermissions(int roleId); |
| | | |
| | | object GetMenu(List<int> menuIds); |
| | | |
| | | object GetTreeItem(int menuId); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemRepository |
| | | { |
| | | public interface ISys_RoleAuthRepository : IRepository<Sys_RoleAuth> |
| | | { |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemRepository |
| | | { |
| | | public interface ISys_RoleRepository : IRepository<Sys_Role> |
| | | { |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemRepository |
| | | { |
| | | public interface ISys_TenantRepository : IRepository<Sys_Tenant> |
| | | { |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.HttpContextUser; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemRepository |
| | | { |
| | | public interface ISys_UserRepository : IRepository<Sys_User> |
| | | { |
| | | UserInfo GetUserInfo(string userName, string password); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_DTO\WIDESEAWCS_DTO.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface ISys_DictionaryListService : IService<Sys_DictionaryList> |
| | | { |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_DTO.System; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface ISys_DictionaryService : IService<Sys_Dictionary> |
| | | { |
| | | List<VueDictionaryDTO> GetVueDictionary(string[] dicNos); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface ISys_LogService : IService<Sys_Log> |
| | | { |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_DTO.System; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface ISys_MenuService : IService<Sys_Menu> |
| | | { |
| | | object GetCurrentMenuActionList(); |
| | | object GetMenuActionList(int roleId); |
| | | |
| | | List<MenuDTO> GetUserMenuList(int roleId); |
| | | |
| | | List<Permissions> GetPermissions(int roleId); |
| | | |
| | | List<ActionDTO> GetActions(int menuId, List<ActionDTO> menuActions, List<Permissions> permissions, int roleId); |
| | | |
| | | object GetMenu(); |
| | | |
| | | object GetTreeItem(int menuId); |
| | | |
| | | WebResponseContent Save(Sys_Menu menu); |
| | | |
| | | WebResponseContent DelMenu(int menuId); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface ISys_RoleAuthService : IService<Sys_RoleAuth> |
| | | { |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_DTO.System; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_Model.Models.System; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface ISys_RoleService : IService<Sys_Role> |
| | | { |
| | | List<RoleNodes> GetAllChildren(int roleId); |
| | | WebResponseContent GetCurrentTreePermission(); |
| | | |
| | | WebResponseContent GetUserTreePermission(int role_Id); |
| | | |
| | | WebResponseContent SavePermission(List<UserPermissionDTO> userPermissions, int roleId); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface ISys_TenantService : IService<Sys_Tenant> |
| | | { |
| | | WebResponseContent InitTenantInfo(string tenantName, int tenantType); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ISystemServices |
| | | { |
| | | public interface ISys_UserService : IService<Sys_User> |
| | | { |
| | | WebResponseContent Login(LoginInfo loginInfo); |
| | | |
| | | WebResponseContent GetCurrentUserInfo(); |
| | | |
| | | WebResponseContent ModifyPwd(string oldPwd, string newPwd); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_DTO\WIDESEAWCS_DTO.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_ITaskInfoRepository |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ITaskInfoRepository |
| | | { |
| | | public interface ITaskExecuteDetailRepository: IRepository<Dt_TaskExecuteDetail> |
| | | { |
| | | |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_ITaskInfoRepository |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ITaskInfoRepository |
| | | { |
| | | public interface ITaskRepository : IRepository<Dt_Task> |
| | | { |
| | | |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_DTO\WIDESEAWCS_DTO.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_ITaskInfoService |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ITaskInfoService |
| | | { |
| | | public interface ITaskExecuteDetailService : IService<Dt_TaskExecuteDetail> |
| | | { |
| | | void AddTaskExecuteDetail(int taskId, string description = ""); |
| | | |
| | | WebResponseContent GetDetailInfo(int taskNum); |
| | | |
| | | WebResponseContent GetDetailDatas(int taskNum); |
| | | |
| | | void AddTaskExecuteDetail(List<int> taskNums, string description = ""); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_ITaskInfoService |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Diagnostics.CodeAnalysis; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.Enums; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_Common.TaskEnum; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | |
| | | namespace WIDESEAWCS_ITaskInfoService |
| | | { |
| | | public interface ITaskService : IService<Dt_Task> |
| | | { |
| | | /// <summary> |
| | | /// ä»å¨å±(æ°æ®åºè®¿é®) |
| | | /// </summary> |
| | | IRepository<Dt_Task> Repository { get; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡æåº |
| | | /// </summary> |
| | | Dictionary<string, OrderByType> TaskOrderBy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ææå
¥åºä»»å¡ç±»å |
| | | /// </summary> |
| | | List<int> TaskInboundTypes { get; } |
| | | |
| | | /// <summary> |
| | | /// ææåºåºä»»å¡ç±»å |
| | | /// </summary> |
| | | List<int> TaskOutboundTypes { get; } |
| | | |
| | | /// <summary> |
| | | /// æ¥æ¶WMSä»»å¡ä¿¡æ¯ |
| | | /// </summary> |
| | | /// <param name="taskDTOs">WMSä»»å¡å¯¹è±¡éå</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | WebResponseContent ReceiveWMSTask([NotNull] List<WMSTaskDTO> taskDTOs); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®æçå·ãèµ·å§å°ååWMS请æ±ä»»å¡ |
| | | /// </summary> |
| | | /// <param name="palletCode">æçå·</param> |
| | | /// <param name="sourceAddress">èµ·å§å°å</param> |
| | | /// <returns></returns> |
| | | WebResponseContent RequestWMSTask(string palletCode, string sourceAddress); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæ¥è¯¢è¾éçº¿æªæ§è¡çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns></returns> |
| | | Dt_Task QueryConveyorLineTask(string deviceNo, string currentAddress); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®ä»»å¡å·ãä¸ä¸å°åæ¥è¯¢è¾é线æ§è¡ä¸çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="nextAddress">ä¸ä¸å°å</param> |
| | | /// <returns></returns> |
| | | Dt_Task QueryExecutingConveyorLineTask(int taskNum, string nextAddress); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®ä»»å¡å·ãå½åå°åæ¥è¯¢è¾éçº¿å®æçä»»å¡ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns></returns> |
| | | Dt_Task QueryCompletedConveyorLineTask(int taskNum, string currentAddress); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãä»»å¡ç±»ååç»(å¯é)æç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± æ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="taskTypeGroup">ä»»å¡ç±»ååç»(å¯é)</param> |
| | | /// <returns></returns> |
| | | Dt_Task? QuertStackerCraneTask(string deviceNo, TaskTypeGroup? taskTypeGroup = null); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± æ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns>è¿åä»»å¡å®ä½å¯¹è±¡ï¼å¯è½ä¸ºnull</returns> |
| | | Dt_Task QueryStackerCraneTask(string deviceNo, string currentAddress = ""); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± å
¥åºç±»åçæ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns>è¿åä»»å¡å®ä½å¯¹è±¡ï¼å¯è½ä¸ºnull</returns> |
| | | Dt_Task QueryStackerCraneInTask(string deviceNo, string currentAddress = ""); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± åºåºç±»åçæ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns>è¿åä»»å¡å®ä½å¯¹è±¡ï¼å¯è½ä¸ºnull</returns> |
| | | Dt_Task QueryStackerCraneOutTask(string deviceNo, string currentAddress = ""); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± åºåºç±»åçæ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="outStationCodes">å½åå°å</param> |
| | | /// <returns>è¿åä»»å¡å®ä½å¯¹è±¡éåï¼å¯è½ä¸ºnull</returns> |
| | | List<Dt_Task> QueryStackerCraneOutTasks(string deviceNo, List<string> outStationCodes); |
| | | |
| | | /// <summary> |
| | | /// æ´æ°ä»»å¡å¼å¸¸ä¿¡æ¯æ¾ç¤º |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="message">å¼å¸¸ä¿¡æ¯</param> |
| | | WebResponseContent UpdateTaskExceptionMessage(int taskNum, string message); |
| | | |
| | | /// <summary> |
| | | /// æ´æ°ä»»å¡ç¶æä¿¡æ¯ï¼å¹¶åæ¥è³WMS |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="status">ä»»å¡ç¶æ</param> |
| | | void UpdateTaskStatus(int taskNum, int status); |
| | | |
| | | /// <summary> |
| | | /// å°ä»»å¡ç¶æä¿®æ¹ä¸ºä¸ä¸ä¸ªç¶æ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | WebResponseContent UpdateTaskStatusToNext(int taskNum); |
| | | |
| | | /// <summary> |
| | | /// å°ä»»å¡ç¶æä¿®æ¹ä¸ºä¸ä¸ä¸ªç¶æ |
| | | /// </summary> |
| | | /// <param name="task">ä»»å¡å®ä½å¯¹è±¡</param> |
| | | /// <returns></returns> |
| | | WebResponseContent UpdateTaskStatusToNext([NotNull] Dt_Task task); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®ä»»å¡å·ãå½åå°åæ´æ°ä»»å¡ä½ç½®ä¿¡æ¯ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns></returns> |
| | | Dt_Task? UpdatePosition(int taskNum, string currentAddress); |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡å®æ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡ç¼å·</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | WebResponseContent StackCraneTaskCompleted(int taskNum); |
| | | |
| | | /// <summary> |
| | | /// æ¢å¤æèµ·ä»»å¡ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | WebResponseContent TaskStatusRecovery(int taskNum); |
| | | |
| | | /// <summary> |
| | | /// 忻任å¡ç¶æ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | WebResponseContent RollbackTaskStatusToLast(int taskNum); |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_DTO\WIDESEAWCS_DTO.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_IWMSPart |
| | | { |
| | | /// <summary> |
| | | /// è´§ä½ä¿¡æ¯ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public interface ILocationInfoService : IService<Dt_LocationInfo> |
| | | { |
| | | IRepository<Dt_LocationInfo> Repository { get; } |
| | | |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_IWMSPart |
| | | { |
| | | /// <summary> |
| | | /// è´§ä½ç¶æåå¨è®°å½ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public interface ILocationStatusChangeRecordService : IService<Dt_LocationStatusChangeRecord> |
| | | { |
| | | IRepository<Dt_LocationStatusChangeRecord> Repository { get; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_IWMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºåæç»ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public interface IStockInfoDetailService : IService<Dt_StockInfoDetail> |
| | | { |
| | | IRepository<Dt_StockInfoDetail> Repository { get; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_IWMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºåæç»åå²ä¿¡æ¯ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public interface IStockInfoDetail_HtyService : IService<Dt_StockInfoDetail_Hty> |
| | | { |
| | | IRepository<Dt_StockInfoDetail_Hty> Repository { get; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_IWMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºå头表ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public interface IStockInfoService : IService<Dt_StockInfo> |
| | | { |
| | | IRepository<Dt_StockInfo> Repository { get; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_IWMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºå头表åå²ä¿¡æ¯ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public interface IStockInfo_HtyService : IService<Dt_StockInfo_Hty> |
| | | { |
| | | IRepository<Dt_StockInfo_Hty> Repository { get; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_IWMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºåæ°éåå¨è®°å½ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public interface IStockQuantityChangeRecordService : IService<Dt_StockQuantityChangeRecord> |
| | | { |
| | | IRepository<Dt_StockQuantityChangeRecord> Repository { get; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_DTO\WIDESEAWCS_DTO.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Model |
| | | { |
| | | public class LoginInfo |
| | | { |
| | | public string UserName { get; set; } |
| | | |
| | | public string Password { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Model |
| | | { |
| | | public class RoleAuthor |
| | | { |
| | | public int menuId { get; set; } |
| | | public string actions { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Model.Models.System |
| | | { |
| | | public class RoleNodes |
| | | { |
| | | public int Id { get; set; } |
| | | public int ParentId { get; set; } |
| | | public string RoleName { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | public class Sys_Actions |
| | | { |
| | | public int ActionId { get; set; } |
| | | public int MenuId { get; set; } |
| | | public string Text { get; set; } |
| | | public string Value { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable("Sys_Department", "ç»ç»æ¶æ"), MultiTenant] |
| | | public class Sys_Department : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ç»ç»ID |
| | | /// </summary> |
| | | [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "ç»ç»ID")] |
| | | public int DepartmentId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç»ç»åç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ç»ç»åç§°")] |
| | | public string DepartmentName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç»ç»ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ç»ç»ç¼å·")] |
| | | public string DepartmentCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¸çº§ç»ç» |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä¸çº§ç»ç»")] |
| | | public int ParentId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é¨é¨ç±»å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "é¨é¨ç±»å")] |
| | | public string DepartmentType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å¯ç¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦å¯ç¨")] |
| | | public int Enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Magicodes.ExporterAndImporter.Core; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Filter; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [MultiTenant] |
| | | [Exporter(ExporterHeaderFilter = typeof(ExporterHeaderFilter))] |
| | | [SugarTable("Sys_Dictionary", "åå
¸æ°æ®")] |
| | | public class Sys_Dictionary : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// åå
¸ID |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "åå
¸ID")] |
| | | [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "åå
¸ID")] |
| | | public int DicId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é
置项 |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "é
置项")] |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "é
置项")] |
| | | public string Config { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ°æ®åºæå¡ |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "æ°æ®åºæå¡")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ°æ®åºæå¡")] |
| | | public string DBServer { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Sqlè¯å¥ |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "Sqlè¯å¥")] |
| | | [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "Sqlè¯å¥")] |
| | | public string DBSql { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå
¸åç§° |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "åå
¸åç§°")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "åå
¸åç§°")] |
| | | public string DicName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå
¸ç¼å· |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "åå
¸ç¼å·")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "åå
¸ç¼å·")] |
| | | public string DicNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å¯ç¨ |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "æ¯å¦å¯ç¨")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ¯å¦å¯ç¨")] |
| | | public byte? Enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºå· |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "æåºå·")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æåºå·")] |
| | | public int? OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶çº§ID |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "ç¶çº§ID")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç¶çº§ID")] |
| | | public int ParentId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "夿³¨")] |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç³»ç»ç±»å |
| | | /// </summary> |
| | | [ExporterHeader(DisplayName = "ç³»ç»ç±»å")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç³»ç»ç±»å")] |
| | | public int SystemType { get; set; } |
| | | |
| | | [ExporterHeader(IsIgnore = true)] |
| | | [Navigate(NavigateType.OneToMany, nameof(DicId),nameof(DicId)), SugarColumn(IsIgnore = true, IsNullable = true)] |
| | | public List<Sys_DictionaryList> DicList { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable("Sys_DictionaryList", "åå
¸æç»"), MultiTenant] |
| | | public class Sys_DictionaryList : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// åå
¸å表ID |
| | | /// </summary> |
| | | [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "åå
¸å表ID")] |
| | | public int DicListId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ°æ®æºText |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ°æ®æºText")] |
| | | public string DicName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ°æ®æºValue |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ°æ®æºValue")] |
| | | public string DicValue { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ°æ®æºID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ°æ®æºID")] |
| | | public int DicId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å¯ç¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ¯å¦å¯ç¨")] |
| | | public byte? Enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æåºå·")] |
| | | public int? OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [MultiTenant] |
| | | public class Sys_Log |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¼å§æ¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "å¼å§æ¶é´")] |
| | | public DateTime? BeginDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¶é¿ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ¶é¿")] |
| | | public int? ElapsedTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç»ææ¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç»ææ¶é´")] |
| | | public DateTime EndDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¥å¿ç±»å |
| | | /// </summary> |
| | | //[SugarColumn(IsNullable = true, ColumnDescription = "æ¥å¿ç±»å")] |
| | | //public DateTime LogType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 请æ±åæ° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "请æ±åæ°")] |
| | | public string RequestParam { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ååºåæ° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "ååºåæ°")] |
| | | public string ResponseParam { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ååºç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ååºç¶æ")] |
| | | public int? Success { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 请æ±å°å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "请æ±å°å")] |
| | | public string Url { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¨æ·IP |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "ç¨æ·IP")] |
| | | public string UserIP { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¨æ·åç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ç¨æ·åç§°")] |
| | | public string UserName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¨æ·ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç¨æ·ä¸»é®")] |
| | | public int? User_Id { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable("Sys_Menu", "èåé
ç½®"), MultiTenant] |
| | | public class Sys_Menu : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// èåID |
| | | /// </summary> |
| | | [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "èåID")] |
| | | public int MenuId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èååç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "èååç§°")] |
| | | public string MenuName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "æé")] |
| | | public string Auth { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 徿 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "徿 ")] |
| | | public string Icon { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æè¿° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "æè¿°")] |
| | | public string Description { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å¯ç¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ¯å¦å¯ç¨")] |
| | | public byte? Enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 表å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "表å")] |
| | | public string TableName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶çº§ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¶çº§ID")] |
| | | public int ParentId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è·¯å¾ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "è·¯å¾")] |
| | | public string Url { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true,ColumnDescription ="æåºå·")] |
| | | public int? OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èåç±»å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "èåç±»å")] |
| | | public int? MenuType { get; set; } |
| | | |
| | | [Navigate(NavigateType.OneToMany, nameof(ParentId), nameof(MenuId)), SugarColumn(IsIgnore = true, IsNullable = true)] |
| | | public List<Sys_Menu> Menus { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public List<Sys_Actions> Actions { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable("Sys_Role", "è§è²è¡¨"), MultiTenant] |
| | | public class Sys_Role : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "主é®")] |
| | | public int RoleId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é¨é¨åç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, IsIgnore = true, Length = 50, ColumnDescription = "é¨é¨åç§°")] |
| | | public string DeptName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é¨é¨ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "é¨é¨ä¸»é®")] |
| | | public int? DeptId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å¯ç¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦å¯ç¨")] |
| | | public byte Enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¶ID")] |
| | | public int ParentId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è§è²åç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "è§è²åç§°")] |
| | | public string RoleName { get; set; } |
| | | |
| | | [Navigate(NavigateType.OneToMany, nameof(ParentId), nameof(RoleId)), SugarColumn(IsIgnore = true, IsNullable = true)] |
| | | public List<Sys_Role> Roles { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using SqlSugar; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// è§è²èº«ä»½éªè¯ç®¡ç表 |
| | | /// </summary> |
| | | [SugarTable("Sys_RoleAuth", "è§è²èº«ä»½éªè¯ç®¡ç"), MultiTenant] |
| | | public class Sys_RoleAuth : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// è§è²èº«ä»½éªè¯ID |
| | | /// </summary> |
| | | [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "è§è²èº«ä»½éªè¯ID")] |
| | | public int AuthId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¨æ·æé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "ç¨æ·æé")] |
| | | public string AuthValue { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èåID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "èåID")] |
| | | public int MenuId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è§è²ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è§è²ID")] |
| | | public int? RoleId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¨æ·ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç¨æ·ID")] |
| | | public int? UserId { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable("Sys_Tenant", "ç§æ·")] |
| | | public class Sys_Tenant : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ç§æ·ID |
| | | /// </summary> |
| | | [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "ç§æ·ID")] |
| | | public int TenantId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç§æ·åç§° |
| | | /// </summary> |
| | | [SugarColumn(Length = 200, IsNullable = false, ColumnDescription = "ç§æ·åç§°")] |
| | | public string TenantName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç§æ·ç±»å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç§æ·ç±»å")] |
| | | public int TenantType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ°æ®åºç±»å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ°æ®åºç±»å")] |
| | | public int DbType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¿æ¥å符串 |
| | | /// </summary> |
| | | [SugarColumn(Length = 1000, IsNullable = false, ColumnDescription = "è¿æ¥å符串")] |
| | | public string ConnectionString { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¶æ")] |
| | | public int Status { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(Length = 2000, IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using WIDESEAWCS_Core.Tenants; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// ç¨æ·ä¿¡æ¯è¡¨ |
| | | /// </summary> |
| | | //[SugarTable("SysUserInfo")] |
| | | [SugarTable("Sys_User", "ç¨æ·è¡¨")] //('æ°æ®åºè¡¨å'ï¼'æ°æ®åºè¡¨å¤æ³¨') |
| | | public class Sys_User : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ç¨æ·ID |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "ç¨æ·ID")] |
| | | public int User_Id { get; set; } |
| | | |
| | | /// <summary> |
| | | ///å¸å· |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "å¸å·")] |
| | | public string UserName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è§è²ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è§è²ID")] |
| | | public int Role_Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è§è²åç§° |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "è§è²åç§°")] |
| | | public string RoleName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çµè¯ |
| | | /// </summary> |
| | | [SugarColumn(Length = 11, IsNullable = true, ColumnDescription = "çµè¯")] |
| | | public string PhoneNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¯ç |
| | | /// </summary> |
| | | [SugarColumn(Length = 200, IsNullable = false, ColumnDescription = "å¯ç ")] |
| | | public string UserPwd { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çå®å§å |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "çå®å§å")] |
| | | public string UserTrueName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é¨é¨ |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "é¨é¨")] |
| | | public string DeptName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é¨é¨ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "é¨é¨ID")] |
| | | public int? Dept_Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é®ç®± |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "é®ç®±")] |
| | | public string Email { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å¯ç¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦å¯ç¨")] |
| | | public byte Enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ§å« |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ§å«")] |
| | | public int? Gender { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 头å |
| | | /// </summary> |
| | | [SugarColumn(Length = 500, IsNullable = true, ColumnDescription = "头å")] |
| | | public string HeadImageUrl { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåå¯ç ä¿®æ¹æ¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, IsOnlyIgnoreInsert = true, ColumnDescription = "æåå¯ç ä¿®æ¹æ¶é´")] |
| | | public DateTime? LastModifyPwdDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å°å |
| | | /// </summary> |
| | | [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "å°å")] |
| | | public string Address { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å®¡æ ¸æ¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "å®¡æ ¸æ¶é´")] |
| | | public DateTime? AuditDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å®¡æ ¸ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "å®¡æ ¸ç¶æ")] |
| | | public int? AuditStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å®¡æ ¸äºº |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "å®¡æ ¸äºº")] |
| | | public string Auditor { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 令ç |
| | | /// </summary> |
| | | [SugarColumn(Length = 500, IsNullable = true, ColumnDescription = "令ç")] |
| | | public string Token { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç§æ·ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç§æ·ID",DefaultValue = "0")] |
| | | public long TenantId { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_Model.Models.System |
| | | { |
| | | public class UserPermissions |
| | | { |
| | | public int Id { get; set; } |
| | | public int Pid { get; set; } |
| | | public string Text { get; set; } |
| | | public bool IsApp { get; set; } |
| | | public List<Sys_Actions> Actions { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_Model.Models.TaskInfo |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using Magicodes.ExporterAndImporter.Core; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable(nameof(Dt_Task), "ä»»å¡ä¿¡æ¯")] |
| | | public class Dt_Task : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [ImporterHeader(Name = "主é®")] |
| | | [ExporterHeader(DisplayName = "主é®")] |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int TaskId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡å· |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä»»å¡å·")] |
| | | [ExporterHeader(DisplayName = "ä»»å¡å·")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»»å¡å·")] |
| | | public int TaskNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç¼å· |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æçç¼å·")] |
| | | [ExporterHeader(DisplayName = "æçç¼å·")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æçç¼å·")] |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å··éå· |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å··éå·")] |
| | | [ExporterHeader(DisplayName = "å··éå·")] |
| | | [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "å··éå·")] |
| | | public string Roadway { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ç±»å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä»»å¡ç±»å")] |
| | | [ExporterHeader(DisplayName = "ä»»å¡ç±»å")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»»å¡ç±»å")] |
| | | public int TaskType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ç¶æ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä»»å¡ç¶æ")] |
| | | [ExporterHeader(DisplayName = "ä»»å¡ç¶æ")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»»å¡ç¶æ")] |
| | | public int TaskState { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èµ·å§å°å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "èµ·å§å°å")] |
| | | [ExporterHeader(DisplayName = "èµ·å§å°å")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "èµ·å§å°å")] |
| | | public string SourceAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç®æ å°å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ç®æ å°å")] |
| | | [ExporterHeader(DisplayName = "ç®æ å°å")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "ç®æ å°å")] |
| | | public string TargetAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å½åä½ç½® |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å½åä½ç½®")] |
| | | [ExporterHeader(DisplayName = "å½åä½ç½®")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "å½åä½ç½®")] |
| | | public string CurrentAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¸ä¸å°å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä¸ä¸å°å")] |
| | | [ExporterHeader(DisplayName = "ä¸ä¸å°å")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "ä¸ä¸å°å")] |
| | | public string NextAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¼å¸¸ä¿¡æ¯ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å¼å¸¸ä¿¡æ¯")] |
| | | [ExporterHeader(DisplayName = "å¼å¸¸ä¿¡æ¯")] |
| | | [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "å¼å¸¸ä¿¡æ¯")] |
| | | public string? ExceptionMessage { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¼å
级 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä¼å
级")] |
| | | [ExporterHeader(DisplayName = "ä¼å
级")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä¼å
级")] |
| | | public int Grade { get; set; } |
| | | |
| | | /// <summary> |
| | | /// WMSä»»å¡ä¸»é® |
| | | /// </summary> |
| | | [ImporterHeader(Name = "WMSä»»å¡ä¸»é®")] |
| | | [ExporterHeader(DisplayName = "WMSä»»å¡ä¸»é®")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "WMSä»»å¡ä¸»é®")] |
| | | public int WMSId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ä¸åæ¶é´ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä»»å¡ä¸åæ¶é´")] |
| | | [ExporterHeader(DisplayName = "ä»»å¡ä¸åæ¶é´")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ä»»å¡ä¸åæ¶é´")] |
| | | public DateTime? Dispatchertime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "夿³¨")] |
| | | [ExporterHeader(DisplayName = "夿³¨")] |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_Model.Models.TaskInfo |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using Magicodes.ExporterAndImporter.Core; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable(nameof(Dt_TaskExecuteDetail), "任塿§è¡æç»")] |
| | | public class Dt_TaskExecuteDetail : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [ImporterHeader(Name = "主é®")] |
| | | [ExporterHeader(DisplayName = "主é®")] |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int TaskDetailId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ä¸»é® |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä»»å¡ä¸»é®")] |
| | | [ExporterHeader(DisplayName = "ä»»å¡ä¸»é®")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»»å¡ä¸»é®")] |
| | | public int TaskId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡å· |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä»»å¡å·")] |
| | | [ExporterHeader(DisplayName = "ä»»å¡å·")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»»å¡å·")] |
| | | public int TaskNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ç¶æ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "主é®")] |
| | | [ExporterHeader(DisplayName = "主é®")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»»å¡ç¶æ")] |
| | | public int TaskState { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å½åä½ç½® |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å½åä½ç½®")] |
| | | [ExporterHeader(DisplayName = "å½åä½ç½®")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "å½åä½ç½®")] |
| | | public string CurrentAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä¸ä¸å°å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ä¸ä¸å°å")] |
| | | [ExporterHeader(DisplayName = "ä¸ä¸å°å")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "ä¸ä¸å°å")] |
| | | public string NextAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦äººå·¥æä½ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æ¯å¦äººå·¥æä½")] |
| | | [ExporterHeader(DisplayName = "æ¯å¦äººå·¥æä½")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦äººå·¥æä½")] |
| | | public bool IsManual { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦æ£å¸¸ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æ¯å¦æ£å¸¸")] |
| | | [ExporterHeader(DisplayName = "æ¯å¦æ£å¸¸")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦æ£å¸¸")] |
| | | public bool IsNormal { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æè¿° |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æè¿°")] |
| | | [ExporterHeader(DisplayName = "æè¿°")] |
| | | [SugarColumn(IsNullable = false, Length = int.MaxValue, ColumnDescription = "æè¿°")] |
| | | public string Description { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "夿³¨")] |
| | | [ExporterHeader(DisplayName = "夿³¨")] |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// è´§ä½ä¿¡æ¯ |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_LocationInfo), "è´§ä½ä¿¡æ¯")] |
| | | public class Dt_LocationInfo : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»åºç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»åºç¼å·")] |
| | | public int WarehouseId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "è´§ä½ç¼å·")] |
| | | public string LocationCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½åç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "è´§ä½åç§°")] |
| | | public string LocationName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å··éç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "å··éç¼å·")] |
| | | public string RoadwayNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½è¡ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½è¡")] |
| | | public int Row { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½å")] |
| | | public int Column { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½å± |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½å±")] |
| | | public int Layer { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½æ·±åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½æ·±åº¦")] |
| | | public int Depth { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç±»å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è´§ä½ç±»å")] |
| | | public int LocationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "è´§ä½ç¶æ")] |
| | | public int LocationStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¦ç¨ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "ç¦ç¨ç¶æ")] |
| | | public int EnableStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// è´§ä½ç¶æåå¨è®°å½ |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_LocationStatusChangeRecord), "è´§ä½ç¶æåå¨è®°å½")] |
| | | public class Dt_LocationStatusChangeRecord : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½ä¸»é®")] |
| | | public int LocationId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "è´§ä½ç¼å·")] |
| | | public string LocationCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå¨åè´§ä½ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åå¨åè´§ä½ç¶æ")] |
| | | public int BeforeStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå¨åè´§ä½ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åå¨åè´§ä½ç¶æ")] |
| | | public int AfterStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå¨ç±»åï¼åºåºãå
¥åºãæå¨è°æ´...ï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åå¨ç±»åï¼åºåºãå
¥åºãæå¨è°æ´...ï¼")] |
| | | public int ChangeType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ®ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "忮䏻é®")] |
| | | public int? OrderId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ®ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "åæ®ç¼å·")] |
| | | public string OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ä»»å¡å·")] |
| | | public int? TaskNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// åºåä¿¡æ¯ |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_StockInfo), "åºåä¿¡æ¯")] |
| | | public class Dt_StockInfo : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æçç¼å·")] |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç±»å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æçç±»å")] |
| | | public int PalletType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "è´§ä½ç¼å·")] |
| | | public string LocationCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»åºä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»åºä¸»é®")] |
| | | public int WarehouseId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåç¶æ")] |
| | | public int StockStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåæç» |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_StockInfoDetail.StockId), nameof(Id))] |
| | | public List<Dt_StockInfoDetail> Details { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_StockInfoDetail), "åºåä¿¡æ¯æç»")] |
| | | public class Dt_StockInfoDetail : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåä¿¡æ¯ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåä¿¡æ¯ä¸»é®")] |
| | | public int StockId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ç©æç¼å·")] |
| | | public string MaterielCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æåç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "ç©æåç§°")] |
| | | public string MaterielName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ®ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "åæ®ç¼å·")] |
| | | public string OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¹æ¬¡å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "æ¹æ¬¡å·")] |
| | | public string BatchNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çäº§æ¥æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "çäº§æ¥æ")] |
| | | public string ProductionDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æææ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "æææ")] |
| | | public string EffectiveDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "åºåå·")] |
| | | public string SerialNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåæ°é |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåæ°é")] |
| | | public float StockQuantity { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåºæ°é |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåºæ°é", DefaultValue = "0")] |
| | | public float OutboundQuantity { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåæç»ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåæç»ç¶æ")] |
| | | public int Status { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åä½ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åä½")] |
| | | public string Unit { get; set; } |
| | | /// <summary> |
| | | /// å
¥åºåæç»è¡å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "å
¥åºåæç»è¡å·")] |
| | | public int InboundOrderRowNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Magicodes.ExporterAndImporter.Core; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// åºåä¿¡æ¯æç»åå² |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_StockInfoDetail_Hty), "åºåä¿¡æ¯æç»åå²")] |
| | | public class Dt_StockInfoDetail_Hty : Dt_StockInfoDetail, IBaseHistoryEntity |
| | | { |
| | | /// <summary> |
| | | /// åè¡¨ä¸»é® |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å表主é®")] |
| | | [ExporterHeader(DisplayName = "å表主é®")] |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "å表主é®")] |
| | | public int SourceId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æä½ç±»å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æä½ç±»å")] |
| | | [ExporterHeader(DisplayName = "æä½ç±»å")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æä½ç±»å")] |
| | | public string OperateType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç§»å
¥å岿¶é´ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ç§»å
¥å岿¶é´")] |
| | | [ExporterHeader(DisplayName = "ç§»å
¥å岿¶é´")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç§»å
¥å岿¶é´")] |
| | | public DateTime InsertTime { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Magicodes.ExporterAndImporter.Core; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// åºåä¿¡æ¯åå² |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_StockInfo_Hty), "åºåä¿¡æ¯")] |
| | | public class Dt_StockInfo_Hty : Dt_StockInfo, IBaseHistoryEntity |
| | | { |
| | | /// <summary> |
| | | /// åè¡¨ä¸»é® |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å表主é®")] |
| | | [ExporterHeader(DisplayName = "å表主é®")] |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "å表主é®")] |
| | | public int SourceId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æä½ç±»å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æä½ç±»å")] |
| | | [ExporterHeader(DisplayName = "æä½ç±»å")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æä½ç±»å")] |
| | | public string OperateType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç§»å
¥å岿¶é´ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ç§»å
¥å岿¶é´")] |
| | | [ExporterHeader(DisplayName = "ç§»å
¥å岿¶é´")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç§»å
¥å岿¶é´")] |
| | | public DateTime InsertTime { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// åºååå¨ä¿¡æ¯è®°å½ |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_StockQuantityChangeRecord), "åºååå¨ä¿¡æ¯è®°å½")] |
| | | public class Dt_StockQuantityChangeRecord : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåæç»ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåæç»ä¸»é®")] |
| | | public int StockDetailId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æçç¼å·")] |
| | | public string PalleCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ç©æç¼å·")] |
| | | public string MaterielCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æåç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "ç©æåç§°")] |
| | | public string MaterielName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¹æ¬¡å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æ¹æ¬¡å·")] |
| | | public string BatchNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "åºåå·")] |
| | | public string SerilNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ®ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "åæ®ç¼å·")] |
| | | public string OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ä»»å¡å·")] |
| | | public int? TaskNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå¨ç±»åï¼åºåºãå
¥åºãæå¨è°æ´...ï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åå¨ç±»åï¼åºåºãå
¥åºãæå¨è°æ´...ï¼")] |
| | | public int ChangeType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å卿°éï¼æ£æ°è¡¨ç¤ºå¢å ï¼è´æ°è¡¨ç¤ºåå°ï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "å卿°éï¼æ£æ°è¡¨ç¤ºå¢å ï¼è´æ°è¡¨ç¤ºåå°ï¼")] |
| | | public float ChangeQuantity { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå¨ååºåé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åå¨ååºåé", DefaultValue = "0")] |
| | | public float BeforeQuantity { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå¨ååºåé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åå¨ååºåé", DefaultValue = "0")] |
| | | public float AfterQuantity { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
| | | <PackageReference Include="WIDESEAWCS_Core" Version="1.0.14" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_Common\WIDESEAWCS_Common.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Folder Include="Models\BasicInfo\" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | Microsoft Visual Studio Solution File, Format Version 12.00 |
| | | # Visual Studio Version 17 |
| | | VisualStudioVersion = 17.9.34728.123 |
| | | MinimumVisualStudioVersion = 10.0.40219.1 |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_Server", "WIDESEAWCS_Server\WIDESEAWCS_Server.csproj", "{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_Tasks", "WIDESEAWCS_Tasks\WIDESEAWCS_Tasks.csproj", "{294E4915-0241-4C8C-BA99-7588B945863A}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_Model", "WIDESEAWCS_Model\WIDESEAWCS_Model.csproj", "{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_DTO", "WIDESEAWCS_DTO\WIDESEAWCS_DTO.csproj", "{C2D3D138-9109-481B-8BEB-A27597890B2C}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_Common", "WIDESEAWCS_Common\WIDESEAWCS_Common.csproj", "{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}" |
| | | EndProject |
| | | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Service", "Service", "{A12315CA-9D81-412C-A09B-B23D95CFFE16}" |
| | | EndProject |
| | | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "System", "System", "{6295C9FB-DAC4-4C07-97C5-C0332ABDD13D}" |
| | | EndProject |
| | | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TaskInfo", "TaskInfo", "{D9CF90D0-AFB3-42AA-A2F1-BEE741E0AC0D}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_ISystemServices", "WIDESEAWCS_ISystemServices\WIDESEAWCS_ISystemServices.csproj", "{9E4BFF47-52BF-4FD8-9CC7-3763BF19D9E0}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_SystemServices", "WIDESEAWCS_SystemServices\WIDESEAWCS_SystemServices.csproj", "{A14242DD-DA06-4DC3-8598-1761AA7C76D1}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_ITaskInfoService", "WIDESEAWCS_ITaskInfoService\WIDESEAWCS_ITaskInfoService.csproj", "{7279A2AE-8D1F-4E66-A73A-01AF7927A336}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_TaskInfoService", "WIDESEAWCS_TaskInfoService\WIDESEAWCS_TaskInfoService.csproj", "{83F18A31-5983-4587-A0B2-414BF70E50B5}" |
| | | EndProject |
| | | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F3797CD6-35D2-40F6-8CAF-39A7130697A7}" |
| | | ProjectSection(SolutionItems) = preProject |
| | | .editorconfig = .editorconfig |
| | | EndProjectSection |
| | | EndProject |
| | | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BasicInfo", "BasicInfo", "{9CB2F821-BB23-48E5-88E8-C326477733C0}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_IBasicInfoService", "WIDESEAWCS_IBasicInfoService\WIDESEAWCS_IBasicInfoService.csproj", "{8C2CC25B-DE5D-433E-A550-63864C7A716D}" |
| | | EndProject |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIDESEAWCS_BasicInfoService", "WIDESEAWCS_BasicInfoService\WIDESEAWCS_BasicInfoService.csproj", "{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}" |
| | | EndProject |
| | | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WMSPart", "WMSPart", "{FEEB708E-D692-434C-BD28-97555C1DA8F3}" |
| | | EndProject |
| | | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WIDESEAWCS_IWMSPart", "WIDESEAWCS_IWMSPart\WIDESEAWCS_IWMSPart.csproj", "{ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}" |
| | | EndProject |
| | | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WIDESEAWCS_WMSPart", "WIDESEAWCS_WMSPart\WIDESEAWCS_WMSPart.csproj", "{B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}" |
| | | EndProject |
| | | Global |
| | | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| | | Debug|Any CPU = Debug|Any CPU |
| | | Release|Any CPU = Release|Any CPU |
| | | EndGlobalSection |
| | | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| | | {487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {294E4915-0241-4C8C-BA99-7588B945863A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {294E4915-0241-4C8C-BA99-7588B945863A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {294E4915-0241-4C8C-BA99-7588B945863A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {294E4915-0241-4C8C-BA99-7588B945863A}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {C2D3D138-9109-481B-8BEB-A27597890B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {C2D3D138-9109-481B-8BEB-A27597890B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {C2D3D138-9109-481B-8BEB-A27597890B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {C2D3D138-9109-481B-8BEB-A27597890B2C}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {9FBC654C-51DE-422D-9E1E-6A38268DE1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {9FBC654C-51DE-422D-9E1E-6A38268DE1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {9FBC654C-51DE-422D-9E1E-6A38268DE1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {9FBC654C-51DE-422D-9E1E-6A38268DE1E2}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {9E4BFF47-52BF-4FD8-9CC7-3763BF19D9E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {9E4BFF47-52BF-4FD8-9CC7-3763BF19D9E0}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {9E4BFF47-52BF-4FD8-9CC7-3763BF19D9E0}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {9E4BFF47-52BF-4FD8-9CC7-3763BF19D9E0}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {A14242DD-DA06-4DC3-8598-1761AA7C76D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {A14242DD-DA06-4DC3-8598-1761AA7C76D1}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {A14242DD-DA06-4DC3-8598-1761AA7C76D1}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {A14242DD-DA06-4DC3-8598-1761AA7C76D1}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {7279A2AE-8D1F-4E66-A73A-01AF7927A336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {7279A2AE-8D1F-4E66-A73A-01AF7927A336}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {7279A2AE-8D1F-4E66-A73A-01AF7927A336}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {7279A2AE-8D1F-4E66-A73A-01AF7927A336}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {83F18A31-5983-4587-A0B2-414BF70E50B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {83F18A31-5983-4587-A0B2-414BF70E50B5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {83F18A31-5983-4587-A0B2-414BF70E50B5}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {83F18A31-5983-4587-A0B2-414BF70E50B5}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {8C2CC25B-DE5D-433E-A550-63864C7A716D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {8C2CC25B-DE5D-433E-A550-63864C7A716D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {8C2CC25B-DE5D-433E-A550-63864C7A716D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {8C2CC25B-DE5D-433E-A550-63864C7A716D}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | EndGlobalSection |
| | | GlobalSection(SolutionProperties) = preSolution |
| | | HideSolutionNode = FALSE |
| | | EndGlobalSection |
| | | GlobalSection(NestedProjects) = preSolution |
| | | {6295C9FB-DAC4-4C07-97C5-C0332ABDD13D} = {A12315CA-9D81-412C-A09B-B23D95CFFE16} |
| | | {D9CF90D0-AFB3-42AA-A2F1-BEE741E0AC0D} = {A12315CA-9D81-412C-A09B-B23D95CFFE16} |
| | | {9E4BFF47-52BF-4FD8-9CC7-3763BF19D9E0} = {6295C9FB-DAC4-4C07-97C5-C0332ABDD13D} |
| | | {A14242DD-DA06-4DC3-8598-1761AA7C76D1} = {6295C9FB-DAC4-4C07-97C5-C0332ABDD13D} |
| | | {7279A2AE-8D1F-4E66-A73A-01AF7927A336} = {D9CF90D0-AFB3-42AA-A2F1-BEE741E0AC0D} |
| | | {83F18A31-5983-4587-A0B2-414BF70E50B5} = {D9CF90D0-AFB3-42AA-A2F1-BEE741E0AC0D} |
| | | {9CB2F821-BB23-48E5-88E8-C326477733C0} = {A12315CA-9D81-412C-A09B-B23D95CFFE16} |
| | | {8C2CC25B-DE5D-433E-A550-63864C7A716D} = {9CB2F821-BB23-48E5-88E8-C326477733C0} |
| | | {FFAB2C76-1C9E-4006-95C8-A0B2AA53139D} = {9CB2F821-BB23-48E5-88E8-C326477733C0} |
| | | {FEEB708E-D692-434C-BD28-97555C1DA8F3} = {A12315CA-9D81-412C-A09B-B23D95CFFE16} |
| | | {ADD3F3A3-CDFF-4854-B8C9-058FBDA2CFD4} = {FEEB708E-D692-434C-BD28-97555C1DA8F3} |
| | | {B17BAF3C-2BAD-4162-B6DC-46ED7A1E3D8D} = {FEEB708E-D692-434C-BD28-97555C1DA8F3} |
| | | EndGlobalSection |
| | | GlobalSection(ExtensibilityGlobals) = postSolution |
| | | SolutionGuid = {C9A356D5-D4FE-414B-B982-6C97792BE6C6} |
| | | EndGlobalSection |
| | | EndGlobal |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.DataProtection.KeyManagement; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.DateTime; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.Text; |
| | | using Quartz.Util; |
| | | using SqlSugar; |
| | | using System.ComponentModel; |
| | | using System.Reflection; |
| | | using WIDESEAWCS_Common; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_Core.Enums; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_DTO.BasicInfo; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_QuartzJob.Models; |
| | | using WIDESEAWCS_QuartzJob.Repository; |
| | | using WIDESEAWCS_QuartzJob.Service; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.BasicInfo |
| | | { |
| | | [Route("api/Router")] |
| | | [ApiController] |
| | | public class RouterController : ApiBaseController<IRouterService, Dt_Router> |
| | | { |
| | | private readonly IDeviceInfoRepository _deviceInfoRepository; |
| | | private readonly IDeviceProtocolRepository _deviceProtocolRepository; |
| | | public RouterController(IRouterService service, IDeviceInfoRepository deviceInfoRepository, IDeviceProtocolRepository deviceProtocolRepository) : base(service) |
| | | { |
| | | _deviceInfoRepository = deviceInfoRepository; |
| | | _deviceProtocolRepository = deviceProtocolRepository; |
| | | } |
| | | |
| | | [HttpPost, Route("QueryRoutes"), AllowAnonymous] |
| | | public List<Dt_Router> QueryRoutes(string startPosi, string endPosi) |
| | | { |
| | | return Service.QueryNextRoutes(startPosi, endPosi); |
| | | } |
| | | |
| | | [HttpPost, Route("QueryAllPositions"), AllowAnonymous] |
| | | public List<string> QueryAllPositions(string deviceCode) |
| | | { |
| | | return Service.QueryAllPositions(deviceCode); |
| | | } |
| | | |
| | | [HttpPost, Route("GetAllWholeRouters"), AllowAnonymous] |
| | | public WebResponseContent GetAllWholeRouters() |
| | | { |
| | | WebResponseContent content = new(); |
| | | try |
| | | { |
| | | List<dynamic> dynamics = Service.GetAllWholeRouters(); |
| | | |
| | | content = WebResponseContent.Instance.OK(data: dynamics); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; } |
| | | |
| | | [HttpPost, Route("GetBaseRouterInfo"), AllowAnonymous] |
| | | public WebResponseContent GetBaseRouterInfo() |
| | | { |
| | | try |
| | | { |
| | | #region è·åè·¯ç±ç±»å |
| | | List<object> routerTypes = new List<object>(); |
| | | Type routerType = typeof(RouterInOutType); |
| | | List<int> routerIndexs = Enum.GetValues(typeof(RouterInOutType)).Cast<int>().ToList(); |
| | | int routerIndex = 0; |
| | | foreach (var item in routerIndexs) |
| | | { |
| | | FieldInfo? fieldInfo = routerType.GetField(((RouterInOutType)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | routerTypes.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | routerTypes.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | routerIndex++; |
| | | } |
| | | #endregion |
| | | |
| | | #region è·å设å¤ç¼å· |
| | | object deviceCodes = _deviceProtocolRepository.QueryData(x => true).GroupBy(x => x.DeviceChildCode).Select(x => new { key = x.Key, value = x.Key }).ToList(); |
| | | |
| | | object areaInfos = Enum.GetNames(typeof(AreaInfo)).Select(x => new { key = x, value = x }).ToList(); |
| | | |
| | | |
| | | #endregion |
| | | |
| | | return WebResponseContent.Instance.OK(data: new { routerTypes, deviceCodes, areaInfos }); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | |
| | | } |
| | | |
| | | [HttpPost, Route("AddRouters"), AllowAnonymous] |
| | | public WebResponseContent AddRouters([FromBody] List<RoutersAddDTO> routersAddDTOs, int routerType) |
| | | { |
| | | return Service.AddRouters(routersAddDTOs, routerType); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_QuartzJob.DTO; |
| | | using WIDESEAWCS_QuartzJob.Models; |
| | | using WIDESEAWCS_QuartzJob.Service; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Controllers.QuartzJob |
| | | { |
| | | [Route("api/DeviceInfo")] |
| | | [ApiController] |
| | | public class DeviceInfoController : ApiBaseController<DeviceInfoService, Dt_DeviceInfo> |
| | | { |
| | | private readonly IHttpContextAccessor _httpContextAccessor; |
| | | public DeviceInfoController(DeviceInfoService service, IHttpContextAccessor httpContextAccessor) : base(service) |
| | | { |
| | | _httpContextAccessor = httpContextAccessor; |
| | | } |
| | | |
| | | [HttpPost, Route("GetDeviceProInfos"), AllowAnonymous] |
| | | public async Task<List<DeviceInfoDTO>> GetDeviceProInfos() |
| | | { |
| | | return await Service.QueryDeviceProInfos(); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_QuartzJob.Models; |
| | | using WIDESEAWCS_QuartzJob.Service; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.QuartzJob |
| | | { |
| | | [Route("api/DeviceProtocol")] |
| | | [ApiController] |
| | | public class DeviceProtocolController : ApiBaseController<IDeviceProtocolService, Dt_DeviceProtocol> |
| | | { |
| | | public DeviceProtocolController(IDeviceProtocolService service) : base(service) |
| | | { |
| | | } |
| | | [HttpPost, Route("GetImportData"), AllowAnonymous] |
| | | public WebResponseContent GetImportData(List<IFormFile> fileInput) |
| | | { |
| | | return Service.GetImportData(fileInput); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_QuartzJob.Models; |
| | | using WIDESEAWCS_QuartzJob.Service; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.QuartzJob |
| | | { |
| | | [Route("api/DeviceProtocolDetail")] |
| | | [ApiController] |
| | | public class DeviceProtocolDetailController : ApiBaseController<IDeviceProtocolDetailService, Dt_DeviceProtocolDetail> |
| | | { |
| | | public DeviceProtocolDetailController(IDeviceProtocolDetailService service) : base(service) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_QuartzJob.Models; |
| | | using WIDESEAWCS_QuartzJob.Service; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.QuartzJob |
| | | { |
| | | [Route("api/DispatchInfo")] |
| | | [ApiController] |
| | | public class DispatchInfoController : ApiBaseController<IDispatchInfoService, Dt_DispatchInfo> |
| | | { |
| | | public DispatchInfoController(IDispatchInfoService service) : base(service) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Autofac.Core; |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Microsoft.Extensions.DependencyModel; |
| | | using Newtonsoft.Json; |
| | | using System.Reflection; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | using System.IO; |
| | | using WIDESEAWCS_QuartzJob.DeviceBase; |
| | | using WIDESEAWCS_DTO.System; |
| | | using System.ComponentModel; |
| | | using System.Collections.Generic; |
| | | using WIDESEAWCS_Communicator; |
| | | using Quartz; |
| | | using WIDESEAWCS_QuartzJob; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.DateTime; |
| | | using WIDESEAWCS_Common.TaskEnum; |
| | | using WIDESEAWCS_Core.Caches; |
| | | using WIDESEAWCS_QuartzJob.DeviceEnum; |
| | | using WIDESEAWCS_Core.Enums; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Controllers.System |
| | | { |
| | | [Route("api/Sys_Dictionary")] |
| | | [ApiController] |
| | | public class Sys_DictionaryController : ApiBaseController<ISys_DictionaryService, Sys_Dictionary> |
| | | { |
| | | private readonly IHttpContextAccessor _httpContextAccessor; |
| | | private readonly ICacheService _cacheService; |
| | | |
| | | public Sys_DictionaryController(ISys_DictionaryService service, IHttpContextAccessor httpContextAccessor, ICacheService cacheService) : base(service) |
| | | { |
| | | _httpContextAccessor = httpContextAccessor; |
| | | _cacheService = cacheService; |
| | | } |
| | | |
| | | [HttpPost, Route("GetVueDictionary"), AllowAnonymous] |
| | | public IActionResult GetVueDictionary([FromBody] string[] dicNos) |
| | | { |
| | | List<VueDictionaryDTO> vueDictionaryDTOs = Service.GetVueDictionary(dicNos); |
| | | try |
| | | { |
| | | List<string> selectDicNos = vueDictionaryDTOs.Select(x => x.DicNo).ToList(); |
| | | List<string> cacheDicNos = new List<string>(); |
| | | foreach (string n in dicNos.Where(x => !selectDicNos.Contains(x))) |
| | | { |
| | | string? str = _cacheService.Get(n); |
| | | if (!string.IsNullOrEmpty(str)) |
| | | { |
| | | VueDictionaryDTO? vueDictionary = JsonConvert.DeserializeObject<VueDictionaryDTO>(str); |
| | | |
| | | if (vueDictionary != null) |
| | | { |
| | | vueDictionaryDTOs.Add(vueDictionary); |
| | | cacheDicNos.Add(n); |
| | | } |
| | | } |
| | | } |
| | | List<string> dicList = dicNos.ToList(); |
| | | List<string> otherDicNos = dicNos.Where(x => !cacheDicNos.Contains(x) && !selectDicNos.Contains(x)).ToList(); |
| | | if (otherDicNos.Count() > 0) |
| | | { |
| | | string str = AppSettings.Configuration["dics"]; |
| | | if (!string.IsNullOrEmpty(str)) |
| | | { |
| | | List<string> cusDics = new List<string>(); |
| | | |
| | | List<string> dics = str.Split(",").ToList(); |
| | | |
| | | foreach (var item in otherDicNos) |
| | | { |
| | | if (dics.Contains(item)) |
| | | { |
| | | cusDics.Add(item); |
| | | } |
| | | } |
| | | |
| | | foreach (var item in cusDics) |
| | | { |
| | | VueDictionaryDTO? vueDictionaryDTO = GetVueDictionary(item.Trim()); |
| | | if (vueDictionaryDTO != null) |
| | | { |
| | | vueDictionaryDTOs.Add(vueDictionaryDTO); |
| | | if (!_cacheService.Exists(item)) |
| | | { |
| | | _cacheService.Add(item, vueDictionaryDTO.Serialize()); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | catch |
| | | { |
| | | |
| | | } |
| | | return Json(vueDictionaryDTOs); |
| | | } |
| | | |
| | | private VueDictionaryDTO? GetVueDictionary(string key) |
| | | { |
| | | VueDictionaryDTO? result = null; |
| | | try |
| | | { |
| | | switch (key) |
| | | { |
| | | case "deviceType": |
| | | { |
| | | Type type = typeof(IDevice); |
| | | var basePath = AppContext.BaseDirectory; |
| | | List<Type> types = type.Assembly.GetTypes().Where(x => type.IsAssignableFrom(x) && !x.IsAbstract && !x.IsInterface).ToList(); |
| | | List<object> data = new List<object>(); |
| | | foreach (var deviceType in types) |
| | | { |
| | | DescriptionAttribute? description = deviceType.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = deviceType.Name, value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = deviceType.Name, value = deviceType.Name }); |
| | | } |
| | | } |
| | | |
| | | result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data }; |
| | | } |
| | | break; |
| | | case "jobAssembly": |
| | | { |
| | | result = new VueDictionaryDTO { DicNo = key, Config = "", Data = new List<object>() { new { key = "WIDESEAWCS_Tasks", value = "WIDESEAWCS_Tasks" } } }; |
| | | |
| | | } |
| | | break; |
| | | case "jobClassName": |
| | | { |
| | | Type type = typeof(IJob); |
| | | var basePath = AppContext.BaseDirectory; |
| | | string path = Path.Combine(basePath, $"WIDESEAWCS_Tasks"); |
| | | Assembly assembly = Assembly.LoadFrom(path); |
| | | List<Type> types = assembly.GetTypes().Where(x => type.IsAssignableFrom(x) && !x.IsAbstract && !x.IsInterface).ToList(); |
| | | |
| | | result = new VueDictionaryDTO { DicNo = key, Config = "", Data = types.Select(x => new { key = x.Name, value = x.Name }) }; |
| | | } |
| | | break; |
| | | case "deviceStatus": |
| | | { |
| | | List<object> data = new List<object>(); |
| | | Type type = typeof(DeviceStatusEnum); |
| | | List<int> enums = Enum.GetValues(type).Cast<int>().ToList(); |
| | | int index = 0; |
| | | foreach (var item in enums) |
| | | { |
| | | FieldInfo? fieldInfo = type.GetField(((DeviceStatusEnum)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | index++; |
| | | } |
| | | |
| | | result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data }; |
| | | } |
| | | break; |
| | | case "taskType": |
| | | { |
| | | List<object> data = new List<object>(); |
| | | |
| | | #region TaskInboundTypeEnum |
| | | { |
| | | Type type = typeof(TaskInboundTypeEnum); |
| | | List<int> enums = Enum.GetValues(typeof(TaskInboundTypeEnum)).Cast<int>().ToList(); |
| | | int index = 0; |
| | | foreach (var item in enums) |
| | | { |
| | | FieldInfo? fieldInfo = typeof(TaskInboundTypeEnum).GetField(((TaskInboundTypeEnum)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | index++; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region TaskOutboundTypeEnum |
| | | { |
| | | Type type = typeof(TaskOutboundTypeEnum); |
| | | List<int> enums = Enum.GetValues(typeof(TaskOutboundTypeEnum)).Cast<int>().ToList(); |
| | | int index = 0; |
| | | foreach (var item in enums) |
| | | { |
| | | FieldInfo? fieldInfo = typeof(TaskOutboundTypeEnum).GetField(((TaskOutboundTypeEnum)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | index++; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region TaskRelocationTypeEnum |
| | | { |
| | | Type type = typeof(TaskRelocationTypeEnum); |
| | | List<int> enums = Enum.GetValues(typeof(TaskRelocationTypeEnum)).Cast<int>().ToList(); |
| | | int index = 0; |
| | | foreach (var item in enums) |
| | | { |
| | | FieldInfo? fieldInfo = typeof(TaskRelocationTypeEnum).GetField(((TaskRelocationTypeEnum)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | index++; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region TaskOtherTypeEnum |
| | | { |
| | | Type type = typeof(TaskOtherTypeEnum); |
| | | List<int> enums = Enum.GetValues(typeof(TaskOtherTypeEnum)).Cast<int>().ToList(); |
| | | int index = 0; |
| | | foreach (var item in enums) |
| | | { |
| | | FieldInfo? fieldInfo = typeof(TaskOtherTypeEnum).GetField(((TaskOtherTypeEnum)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | index++; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data }; |
| | | } |
| | | break; |
| | | case "taskState": |
| | | { |
| | | List<object> data = new List<object>(); |
| | | |
| | | #region TaskInStatusEnum |
| | | { |
| | | Type type = typeof(TaskInStatusEnum); |
| | | List<int> enums = Enum.GetValues(typeof(TaskInStatusEnum)).Cast<int>().ToList(); |
| | | int index = 0; |
| | | foreach (var item in enums) |
| | | { |
| | | FieldInfo? fieldInfo = typeof(TaskInStatusEnum).GetField(((TaskInStatusEnum)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | index++; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region TaskOutStatusEnum |
| | | { |
| | | Type type = typeof(TaskOutStatusEnum); |
| | | List<int> enums = Enum.GetValues(typeof(TaskOutStatusEnum)).Cast<int>().ToList(); |
| | | int index = 0; |
| | | foreach (var item in enums) |
| | | { |
| | | FieldInfo? fieldInfo = typeof(TaskOutStatusEnum).GetField(((TaskOutStatusEnum)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | index++; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data }; |
| | | } |
| | | break; |
| | | case "devicePlcType": |
| | | { |
| | | Type type = typeof(BaseCommunicator); |
| | | var basePath = AppContext.BaseDirectory; |
| | | string path = Path.Combine(basePath, $"WIDESEAWCS_Communicator.dll"); |
| | | Assembly assembly = Assembly.LoadFrom(path); |
| | | List<Type> types = assembly.GetTypes().Where(x => type.IsAssignableFrom(x) && !x.IsAbstract && !x.IsInterface).ToList(); |
| | | List<object> data = new List<object>(); |
| | | foreach (var deviceType in types) |
| | | { |
| | | DescriptionAttribute? description = deviceType.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = deviceType.Name, value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = deviceType.Name, value = deviceType.Name }); |
| | | } |
| | | } |
| | | |
| | | result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data }; |
| | | } |
| | | break; |
| | | case "inOutType": |
| | | { |
| | | List<object> data = new List<object>(); |
| | | Type type = typeof(RouterInOutType); |
| | | List<int> enums = Enum.GetValues(typeof(RouterInOutType)).Cast<int>().ToList(); |
| | | int index = 0; |
| | | foreach (var item in enums) |
| | | { |
| | | FieldInfo? fieldInfo = typeof(RouterInOutType).GetField(((RouterInOutType)item).ToString()); |
| | | DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (description != null) |
| | | { |
| | | data.Add(new { key = item.ToString(), value = description.Description }); |
| | | } |
| | | else |
| | | { |
| | | data.Add(new { key = item.ToString(), value = item.ToString() }); |
| | | } |
| | | index++; |
| | | } |
| | | |
| | | result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data }; |
| | | } |
| | | break; |
| | | } |
| | | return result; |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return null; |
| | | } |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.System |
| | | { |
| | | [Route("api/Sys_DictionaryList")] |
| | | [ApiController] |
| | | public class Sys_DictionaryListController : ApiBaseController<ISys_DictionaryListService, Sys_DictionaryList> |
| | | { |
| | | public Sys_DictionaryListController(ISys_DictionaryListService service) : base(service) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.System |
| | | { |
| | | [Route("api/[controller]")] |
| | | [ApiController] |
| | | public class Sys_LogController : ApiBaseController<ISys_LogService, Sys_Log> |
| | | { |
| | | public Sys_LogController(ISys_LogService service) : base(service) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Controllers |
| | | { |
| | | [Route("api/Sys_Menu")] |
| | | [ApiController] |
| | | public class Sys_MenuController : ApiBaseController<ISys_MenuService, Sys_Menu> |
| | | { |
| | | private readonly IHttpContextAccessor _httpContextAccessor; |
| | | public Sys_MenuController(ISys_MenuService menuService, IHttpContextAccessor httpContextAccessor) : base(menuService) |
| | | { |
| | | _httpContextAccessor = httpContextAccessor; |
| | | } |
| | | [HttpGet, HttpPost, Route("getTreeMenu")] |
| | | public IActionResult GetTreeMenu() |
| | | { |
| | | return Json(Service.GetCurrentMenuActionList()); |
| | | } |
| | | |
| | | [HttpPost, Route("getMenu")] |
| | | public IActionResult GetMenu() |
| | | { |
| | | return Json(Service.GetMenu()); |
| | | } |
| | | |
| | | [HttpPost, Route("getTreeItem")] |
| | | public IActionResult GetTreeItem(int menuId) |
| | | { |
| | | return Json(Service.GetTreeItem(menuId)); |
| | | } |
| | | |
| | | [HttpPost, Route("save")] |
| | | public ActionResult Save([FromBody] Sys_Menu menu) |
| | | { |
| | | if (App.User.UserId == 1) |
| | | { |
| | | return Json(Service.Save(menu)); |
| | | } |
| | | else |
| | | { |
| | | return Json(WebResponseContent.Instance.Error("ä»
éè¶
级管çåä¿®æ¹æ°æ®")); |
| | | } |
| | | } |
| | | [HttpPost, Route("delMenu")] |
| | | public WebResponseContent DelMenu(int menuId) |
| | | { |
| | | return Service.DelMenu(menuId); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.System |
| | | { |
| | | [Route("api/Sys_RoleAuth")] |
| | | [ApiController] |
| | | public class Sys_RoleAuthController : ApiBaseController<ISys_RoleAuthService, Sys_RoleAuth> |
| | | { |
| | | public Sys_RoleAuthController(ISys_RoleAuthService service) : base(service) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Microsoft.AspNetCore.Routing; |
| | | using WIDESEAWCS_DTO.System; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_Model.Models.System; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Controllers.System |
| | | { |
| | | [Route("api/Sys_Role")] |
| | | [ApiController] |
| | | public class Sys_RoleController : ApiBaseController<ISys_RoleService, Sys_Role> |
| | | { |
| | | private readonly IHttpContextAccessor _httpContextAccessor; |
| | | public Sys_RoleController(ISys_RoleService service, IHttpContextAccessor httpContextAccessor) : base(service) |
| | | { |
| | | _httpContextAccessor = httpContextAccessor; |
| | | } |
| | | |
| | | [HttpPost, Route("getUserChildRoles")] |
| | | public IActionResult GetUserChildRoles() |
| | | { |
| | | int roleId = App.User.RoleId; |
| | | var data = Service.GetAllChildren(roleId); |
| | | |
| | | if (App.User.IsSuperAdmin) |
| | | { |
| | | return Json(WebResponseContent.Instance.OK(null, data)); |
| | | } |
| | | //䏿¯è¶
级管çï¼å°èªå·±çè§è²æ¥åºæ¥ï¼å¨æ å½¢èåä¸ä½ä¸ºæ ¹èç¹ |
| | | var self = data.Where(x => x.Id == roleId) |
| | | .Select(s => new RoleNodes() |
| | | { |
| | | Id = s.Id, |
| | | ParentId = 0,//å°èªå·±çè§è²ä½ä¸ºrootèç¹ |
| | | RoleName = s.RoleName |
| | | }).ToList(); |
| | | data.AddRange(self); |
| | | return Json(WebResponseContent.Instance.OK(null, data)); |
| | | } |
| | | |
| | | [HttpPost, Route("getCurrentTreePermission")] |
| | | public IActionResult GetCurrentTreePermission() |
| | | { |
| | | return Json(Service.GetCurrentTreePermission()); |
| | | } |
| | | |
| | | [HttpPost, Route("getUserTreePermission")] |
| | | public IActionResult GetUserTreePermission(int roleId) |
| | | { |
| | | return Json(Service.GetUserTreePermission(roleId)); |
| | | } |
| | | |
| | | [HttpPost, Route("savePermission")] |
| | | public IActionResult SavePermission([FromBody] List<UserPermissionDTO> userPermissions, int roleId) |
| | | { |
| | | return Json(Service.SavePermission(userPermissions, roleId)); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_Core.Const; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_Core.HttpContextUser; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Controllers |
| | | { |
| | | [Route("api/tenant")] |
| | | [ApiController] |
| | | public class Sys_TenantController : ApiBaseController<ISys_TenantService, Sys_Tenant> |
| | | { |
| | | private readonly IHttpContextAccessor _httpContextAccessor; |
| | | |
| | | public Sys_TenantController(ISys_TenantService tenantService, IHttpContextAccessor httpContextAccessor) : base(tenantService) |
| | | { |
| | | _httpContextAccessor = httpContextAccessor; |
| | | } |
| | | |
| | | [HttpGet, Route("initTenantInfo"), AllowAnonymous] |
| | | public WebResponseContent InitTenantInfo(string tenantName, int tenantType) |
| | | { |
| | | return Service.InitTenantInfo(tenantName, tenantType); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Microsoft.Extensions.Caching.Memory; |
| | | using Newtonsoft.Json; |
| | | using StackExchange.Profiling; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.Authorization; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_Core.Const; |
| | | using WIDESEAWCS_Core.Extensions; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_Core.HttpContextUser; |
| | | using WIDESEAWCS_Core.Utilities; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Controllers |
| | | { |
| | | [Route("api/User")] |
| | | [ApiController] |
| | | public class Sys_UserController : ApiBaseController<ISys_UserService, Sys_User> |
| | | { |
| | | private readonly IHttpContextAccessor _httpContextAccessor; |
| | | |
| | | public Sys_UserController(ISys_UserService userService, IHttpContextAccessor httpContextAccessor) : base(userService) |
| | | { |
| | | _httpContextAccessor = httpContextAccessor; |
| | | } |
| | | [HttpPost, Route("swgLogin"), AllowAnonymous] |
| | | public dynamic SwgLogin([FromBody] SwaggerLoginRequest loginRequest) |
| | | { |
| | | if (loginRequest is null) |
| | | { |
| | | return new { result = false }; |
| | | } |
| | | |
| | | try |
| | | { |
| | | LoginInfo loginInfo = new LoginInfo |
| | | { |
| | | Password = loginRequest.pwd, |
| | | UserName = loginRequest.name |
| | | }; |
| | | var result = Service.Login(loginInfo); |
| | | if (result.Status) |
| | | { |
| | | HttpContext.SuccessSwagger(); |
| | | Dictionary<string, object>? dict = JsonConvert.DeserializeObject<Dictionary<string, object>>(result.Data.Serialize()); |
| | | if (dict != null) |
| | | { |
| | | HttpContext.SuccessSwaggerJwt((dict.ContainsKey("token") ? dict["token"].ToString() : "") ?? ""); |
| | | } |
| | | string str = HttpContext.GetSuccessSwaggerJwt(); |
| | | return new { result = true }; |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | |
| | | } |
| | | |
| | | return new { result = false }; |
| | | } |
| | | [HttpPost, Route("login"), AllowAnonymous] |
| | | public IActionResult Login([FromBody] LoginInfo loginInfo) |
| | | { |
| | | return Json(Service.Login(loginInfo)); |
| | | } |
| | | [HttpPost, Route("getCurrentUserInfo")] |
| | | public WebResponseContent GetCurrentUser() |
| | | { |
| | | return Service.GetCurrentUserInfo(); |
| | | } |
| | | |
| | | [HttpPost, Route("modifyPwd")] |
| | | public IActionResult ModifyPwd(string oldPwd, string newPwd) |
| | | { |
| | | return Json(Service.ModifyPwd(oldPwd, newPwd)); |
| | | } |
| | | |
| | | [HttpGet, Route("getVierificationCode"), AllowAnonymous] |
| | | public IActionResult GetVierificationCode() |
| | | { |
| | | //var html = MiniProfiler.Current.RenderIncludes(_httpContextAccessor.HttpContext); |
| | | string code = "1234" /*VierificationCode.RandomText()*/; |
| | | var data = new |
| | | { |
| | | img = VierificationCode.CreateBase64Imgage(code), |
| | | uuid = Guid.NewGuid() |
| | | }; |
| | | |
| | | return Json(data); |
| | | } |
| | | [HttpGet, Route("SerializeJwt"), AllowAnonymous] |
| | | public WebResponseContent SerializeJwt(string code) |
| | | { |
| | | return WebResponseContent.Instance.OK(data: JwtHelper.SerializeJwt(code)); |
| | | } |
| | | [HttpPost, Route("replaceToken")] |
| | | public WebResponseContent ReplaceToken() |
| | | { |
| | | WebResponseContent responseContent = new WebResponseContent(); |
| | | try |
| | | { |
| | | string token = App.User.GetToken(); |
| | | if (string.IsNullOrEmpty(token)) |
| | | { |
| | | return responseContent = WebResponseContent.Instance.Error("tokenæ æï¼è¯·éæ°ç»å½ï¼"); |
| | | } |
| | | TokenModelJwt tokenModelJwt = new TokenModelJwt() |
| | | { |
| | | RoleId = App.User.RoleId, |
| | | TenantId = App.User.TenantId, |
| | | UserId = App.User.UserId, |
| | | UserName = App.User.UserName |
| | | }; |
| | | string newToken = JwtHelper.IssueJwt(tokenModelJwt); |
| | | return responseContent = WebResponseContent.Instance.OK(data: newToken); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return responseContent.Error(ex.Message); |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | | public class SwaggerLoginRequest |
| | | { |
| | | public string name { get; set; } |
| | | public string pwd { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Controllers.Task |
| | | { |
| | | [Route("api/Task")] |
| | | [ApiController] |
| | | public class TaskController : ApiBaseController<ITaskService, Dt_Task> |
| | | { |
| | | private readonly IHttpContextAccessor _httpContextAccessor; |
| | | public TaskController(ITaskService service, IHttpContextAccessor httpContextAccessor) : base(service) |
| | | { |
| | | _httpContextAccessor = httpContextAccessor; |
| | | } |
| | | |
| | | [HttpPost, Route("ReceiveTask"), AllowAnonymous] |
| | | public WebResponseContent ReceiveWMSTask([FromBody] List<WMSTaskDTO> taskDTOs) |
| | | { |
| | | return Service.ReceiveWMSTask(taskDTOs); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("UpdateTaskExceptionMessage")] |
| | | public WebResponseContent UpdateTaskExceptionMessage(int taskNum, string message) |
| | | { |
| | | return Service.UpdateTaskExceptionMessage(taskNum, message); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("UpdateTaskStatusToNext")] |
| | | public WebResponseContent UpdateTaskStatusToNext(int taskNum) |
| | | { |
| | | return Service.UpdateTaskStatusToNext(taskNum); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("TaskStatusRecovery")] |
| | | public WebResponseContent TaskStatusRecovery(int taskNum) |
| | | { |
| | | return Service.TaskStatusRecovery(taskNum); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("RollbackTaskStatusToLast")] |
| | | public WebResponseContent RollbackTaskStatusToLast(int taskNum) |
| | | { |
| | | return Service.RollbackTaskStatusToLast(taskNum); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.Task |
| | | { |
| | | [Route("api/TaskExecuteDetail")] |
| | | [ApiController] |
| | | public class TaskExecuteDetailController : ApiBaseController<ITaskExecuteDetailService, Dt_TaskExecuteDetail> |
| | | { |
| | | public TaskExecuteDetailController(ITaskExecuteDetailService service) : base(service) |
| | | { |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("GetDetailInfo")] |
| | | public WebResponseContent GetDetailInfo(int taskNum) |
| | | { |
| | | return Service.GetDetailInfo(taskNum); |
| | | } |
| | | |
| | | [HttpPost, HttpGet, Route("GetDetailDatas")] |
| | | public WebResponseContent GetDetailDatas(int taskNum) |
| | | { |
| | | return Service.GetDetailDatas(taskNum); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using AutoMapper; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Filter |
| | | { |
| | | /// <summary> |
| | | /// éæå
¨å± AutoMapper é
ç½®æä»¶ |
| | | /// </summary> |
| | | public class AutoMapperConfig |
| | | { |
| | | public static MapperConfiguration RegisterMappings() |
| | | { |
| | | return new MapperConfiguration(cfg => |
| | | { |
| | | cfg.AddProfile(new CustomProfile()); |
| | | }); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | namespace WIDESEAWCS_WCSServer.Filter |
| | | { |
| | | /// <summary> |
| | | /// Automapper å¯å¨æå¡ |
| | | /// </summary> |
| | | public static class AutoMapperSetup |
| | | { |
| | | public static void AddAutoMapperSetup(this IServiceCollection services) |
| | | { |
| | | if (services == null) throw new ArgumentNullException(nameof(services)); |
| | | |
| | | services.AddAutoMapper(typeof(AutoMapperConfig)); |
| | | AutoMapperConfig.RegisterMappings(); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Autofac; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Filter |
| | | { |
| | | public class AutofacPropertityModuleReg : Autofac.Module |
| | | { |
| | | protected override void Load(ContainerBuilder builder) |
| | | { |
| | | var controllerBaseType = typeof(ControllerBase); |
| | | builder.RegisterAssemblyTypes(typeof(Program).Assembly) |
| | | .Where(t => controllerBaseType.IsAssignableFrom(t) && t != controllerBaseType) |
| | | .PropertiesAutowired(); |
| | | |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Mvc.Filters; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | |
| | | namespace WIDESEAWCS_Server.Filter |
| | | { |
| | | public class CustomAuthorizeFilter : IAuthorizationFilter |
| | | { |
| | | public void OnAuthorization(AuthorizationFilterContext context) |
| | | { |
| | | |
| | | // ä½ çèªå®ä¹ææé»è¾ |
| | | // ä¾å¦ï¼âæ£æ¥ç¨æ·æ¯å¦å·²ç»å½ï¼âæè
ä»ä»¬æ¯å¦æç¹å®çè§è²ææé |
| | | if (!context.HttpContext.User.Identity.IsAuthenticated) |
| | | { |
| | | // ç¨æ·æªç»å½ï¼âéå®åå°ç»å½é¡µé¢æè¿å401ç¶æç |
| | | context.Result = new ChallengeResult(); |
| | | } |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using AutoMapper; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_QuartzJob.DTO; |
| | | using WIDESEAWCS_QuartzJob.Models; |
| | | |
| | | namespace WIDESEAWCS_WCSServer.Filter |
| | | { |
| | | public class CustomProfile : Profile |
| | | { |
| | | /// <summary> |
| | | /// é
ç½®æé 彿°ï¼ç¨æ¥å建å
³ç³»æ å° |
| | | /// </summary> |
| | | public CustomProfile() |
| | | { |
| | | CreateMap<Dt_DeviceInfo,DeviceInfoDTO>(); |
| | | CreateMap<WMSTaskDTO, Dt_Task>().ForMember(a => a.WMSId, b => b.MapFrom(b => b.Id)); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | using HslCommunication.WebSocket; |
| | | |
| | | namespace WIDESEAWCS_Server.Filter |
| | | { |
| | | public class WebSocketHostService : IHostedService |
| | | { |
| | | WebSocketServer _webSocketServer; |
| | | public WebSocketHostService(WebSocketServer webSocketServer) |
| | | { |
| | | _webSocketServer = webSocketServer; |
| | | } |
| | | |
| | | public Task StartAsync(CancellationToken cancellationToken) |
| | | { |
| | | _webSocketServer.PublishAllClientPayload("ç¨åºå¯å¨"); |
| | | return Task.CompletedTask; |
| | | } |
| | | |
| | | public Task StopAsync(CancellationToken cancellationToken) |
| | | { |
| | | return Task.CompletedTask; |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using HslCommunication.WebSocket; |
| | | using WIDESEAWCS_Core.Helper; |
| | | |
| | | namespace WIDESEAWCS_Server.HostedService |
| | | { |
| | | public static class WebSocketSetup |
| | | { |
| | | public static void AddWebSocketSetup(this IServiceCollection services) |
| | | { |
| | | if (services == null) throw new ArgumentNullException(nameof(services)); |
| | | |
| | | if(AppSettings.Get("WebSocketEnable").ObjToBool()) |
| | | { |
| | | int port = AppSettings.Get("WebSocketPort").ObjToInt(); |
| | | if (port == 0) |
| | | { |
| | | port = 9296; |
| | | } |
| | | |
| | | services.AddSingleton(x => |
| | | { |
| | | WebSocketServer socketServer = new WebSocketServer(); |
| | | socketServer.ServerStart(port); |
| | | return socketServer; |
| | | }); |
| | | } |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_Core.Extensions; |
| | | using WIDESEAWCS_Core.Middlewares; |
| | | using System.Reflection; |
| | | using WIDESEAWCS_Core.Filter; |
| | | using Newtonsoft.Json.Converters; |
| | | using Newtonsoft.Json.Serialization; |
| | | using Newtonsoft.Json; |
| | | using System.Text; |
| | | using Microsoft.AspNetCore.Mvc.Controllers; |
| | | using Microsoft.Extensions.DependencyInjection.Extensions; |
| | | using Microsoft.AspNetCore.Mvc.ModelBinding.Validation; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using Autofac.Extensions.DependencyInjection; |
| | | using Autofac; |
| | | using WIDESEAWCS_WCSServer.Filter; |
| | | using WIDESEAWCS_Core.Authorization; |
| | | using WIDESEAWCS_Core.Core; |
| | | using WIDESEAWCS_QuartzJob.Seed; |
| | | using Autofac.Core; |
| | | using WIDESEAWCS_QuartzJob.QuartzExtensions; |
| | | using Microsoft.AspNetCore.Builder; |
| | | using WIDESEAWCS_Server.HostedService; |
| | | |
| | | var builder = WebApplication.CreateBuilder(args); |
| | | |
| | | builder.Host.UseServiceProviderFactory(new AutofacServiceProviderFactory()).ConfigureContainer<ContainerBuilder>(builder => |
| | | { |
| | | builder.RegisterModule(new AutofacModuleRegister());//å¸¦ææ¥å£å±çæå¡æ³¨å
¥ |
| | | builder.RegisterModule(new QuartzJobAutofacModuleRegister()); |
| | | builder.RegisterModule<AutofacPropertityModuleReg>();// |
| | | }).ConfigureAppConfiguration((hostingContext, config) => |
| | | { |
| | | hostingContext.Configuration.ConfigureApplication(); |
| | | config.Sources.Clear(); |
| | | config.AddJsonFile("appsettings.json", optional: true, reloadOnChange: false); |
| | | }); ; |
| | | builder.ConfigureApplication(); |
| | | |
| | | |
| | | // 2ãé
ç½®æå¡ |
| | | builder.Services.AddSingleton(new AppSettings(builder.Configuration));//注å |
| | | builder.Services.AddAllOptionRegister();//读åé
ç½®æä»¶ |
| | | builder.Services.AddMemoryCacheSetup();//ç¼å |
| | | builder.Services.AddSqlsugarSetup();//SqlSugar å¯å¨æå¡ |
| | | builder.Services.AddInitializationHostServiceSetup();//åºç¨åå§åæå¡æ³¨å
¥ |
| | | builder.Services.AddDbSetup();//Db å¯å¨æå¡ |
| | | |
| | | builder.Services.AddScoped<QuartzJobCreateDataTabel>(); |
| | | builder.Services.AddHostedService<QuartzJobDataTableHostedService>(); |
| | | |
| | | builder.Services.AddWebSocketSetup(); |
| | | |
| | | builder.Services.AddAutoMapperSetup(); |
| | | |
| | | builder.Services.AddCorsSetup(); |
| | | |
| | | builder.Services.AddMiniProfilerSetup(); |
| | | |
| | | builder.Services.AddSwaggerSetup(); |
| | | |
| | | builder.Services.AddJobSetup();//ä»»å¡è°åº¦ å¯å¨æå¡ |
| | | |
| | | builder.Services.AddHttpContextSetup(); |
| | | |
| | | builder.Services.AddHostedService<QuartzJobHostedService>(); |
| | | |
| | | builder.Services.AddMvc(options => |
| | | { |
| | | options.Filters.Add(typeof(ApiAuthorizeFilter)); |
| | | options.Filters.Add(typeof(ActionExecuteFilter)); |
| | | }); |
| | | |
| | | builder.Services.AddAuthorizationSetup(); |
| | | |
| | | builder.Services.AddIpPolicyRateLimitSetup(builder.Configuration);//IPLimitéæµ å¯å¨æå¡ |
| | | |
| | | builder.Services.AddScoped<UseServiceDIAttribute>(); |
| | | |
| | | builder.Services.AddSession(); |
| | | |
| | | builder.Services.AddHttpClient(); |
| | | |
| | | builder.Services.AddControllers(o => |
| | | { |
| | | o.Filters.Add(typeof(GlobalExceptionsFilter));//å
¨å±å¼å¸¸ |
| | | }) |
| | | .AddNewtonsoftJson(options => |
| | | { |
| | | options.SerializerSettings.ReferenceLoopHandling = ReferenceLoopHandling.Serialize; |
| | | //options.SerializerSettings.ContractResolver = new DefaultContractResolver(); |
| | | options.SerializerSettings.ContractResolver = new Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver(); |
| | | options.SerializerSettings.DateFormatString = "yyyy-MM-dd HH:mm:ss"; |
| | | options.SerializerSettings.NullValueHandling = NullValueHandling.Include; |
| | | options.SerializerSettings.DateTimeZoneHandling = DateTimeZoneHandling.Local; |
| | | options.SerializerSettings.Converters.Add(new StringEnumConverter()); |
| | | }); |
| | | // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle |
| | | builder.Services.AddEndpointsApiExplorer(); |
| | | |
| | | builder.Services.Replace(ServiceDescriptor.Transient<IControllerActivator, ServiceBasedControllerActivator>()); |
| | | Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); |
| | | |
| | | |
| | | var app = builder.Build(); |
| | | |
| | | // 3ãé
ç½®ä¸é´ä»¶ |
| | | app.UseMiniProfiler();//æ§è½åæå¨ |
| | | app.ConfigureApplication();//é
ç½®æä»¶ |
| | | app.UseApplicationSetup();//å¯å¨é
ç½® |
| | | |
| | | app.UseAllServicesMiddle(builder.Services); |
| | | |
| | | app.UseSession(); |
| | | //if (app.Environment.IsDevelopment()) |
| | | { |
| | | //todo |
| | | app.UseSwaggerAuthorized(); |
| | | app.UseSwaggerMiddle(() => Assembly.GetExecutingAssembly().GetManifestResourceStream("WIDESEAWCS_Server.index.html") ?? throw new Exception("æªæ¾å°WIDESEAWCS_Server.index.htmlæä»¶")); |
| | | }//夿æ¯å¦éè¦æå¼swagger |
| | | |
| | | app.UseIpLimitMiddle(); |
| | | app.UseApiLogMiddleware(); |
| | | //todo |
| | | //app.UseRecordAccessLogsMiddle(); |
| | | |
| | | app.UseCors(AppSettings.Get(new string[] { "Cors", "PolicyName" })); |
| | | |
| | | DefaultFilesOptions defaultFilesOptions = new DefaultFilesOptions(); |
| | | defaultFilesOptions.DefaultFileNames.Clear(); |
| | | defaultFilesOptions.DefaultFileNames.Add("index.html"); |
| | | app.UseDefaultFiles(defaultFilesOptions); |
| | | app.UseMiddleware<HttpRequestMiddleware>(); |
| | | app.UseStaticFiles(); |
| | | app.UseCookiePolicy(); |
| | | app.UseStatusCodePages(); |
| | | |
| | | app.UseRouting(); |
| | | |
| | | app.UseAuthentication(); |
| | | app.UseAuthorization(); |
| | | |
| | | app.MapControllers(); |
| | | |
| | | app.Run(); |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project> |
| | | <PropertyGroup> |
| | | <DeleteExistingFiles>false</DeleteExistingFiles> |
| | | <ExcludeApp_Data>false</ExcludeApp_Data> |
| | | <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish> |
| | | <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> |
| | | <LastUsedPlatform>Any CPU</LastUsedPlatform> |
| | | <PublishProvider>FileSystem</PublishProvider> |
| | | <PublishUrl>bin\Release\net6.0\publish\</PublishUrl> |
| | | <WebPublishMethod>FileSystem</WebPublishMethod> |
| | | <_TargetId>Folder</_TargetId> |
| | | </PropertyGroup> |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "$schema": "https://json.schemastore.org/launchsettings.json", |
| | | "iisSettings": { |
| | | "windowsAuthentication": false, |
| | | "anonymousAuthentication": true, |
| | | "iisExpress": { |
| | | "applicationUrl": "http://localhost:27002", |
| | | "sslPort": 0 |
| | | } |
| | | }, |
| | | "profiles": { |
| | | "WIDESEAWCS_Server": { |
| | | "commandName": "Project", |
| | | "dotnetRunMessages": true, |
| | | "launchBrowser": true, |
| | | "launchUrl": "swagger", |
| | | "applicationUrl": "http://localhost:5208", |
| | | "environmentVariables": { |
| | | "ASPNETCORE_ENVIRONMENT": "Development" |
| | | } |
| | | }, |
| | | "IIS Express": { |
| | | "commandName": "IISExpress", |
| | | "launchBrowser": true, |
| | | "launchUrl": "swagger", |
| | | "environmentVariables": { |
| | | "ASPNETCORE_ENVIRONMENT": "Development" |
| | | } |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk.Web"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <Nullable>enable</Nullable> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <GenerateDocumentationFile>False</GenerateDocumentationFile> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceInfo.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocol.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocolDetail.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DispatchInfo.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Router.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Task.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_TaskExecuteDetail.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Dictionary.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_DictionaryList.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Menu.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Role.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_RoleAuth.tsv" /> |
| | | <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_User.tsv" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <None Remove="index.html" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <EmbeddedResource Include="index.html"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceInfo.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocol.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocolDetail.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DispatchInfo.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Router.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Task.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_TaskExecuteDetail.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Dictionary.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_DictionaryList.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Menu.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Role.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_RoleAuth.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_User.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </EmbeddedResource> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_SystemServices\WIDESEAWCS_SystemServices.csproj" /> |
| | | <ProjectReference Include="..\WIDESEAWCs_TaskInfoService\WIDESEAWCs_TaskInfoService.csproj" /> |
| | | <ProjectReference Include="..\WIDESEAWCS_Tasks\WIDESEAWCS_Tasks.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Content Update="nlog.config"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Update="wwwroot\swg-login.html"> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Update="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Tenant.tsv"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </Content> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "Logging": { |
| | | "LogLevel": { |
| | | "Default": "Information", |
| | | "Microsoft.AspNetCore": "Warning" |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "urls": "http://*:9291", //webæå¡ç«¯å£ï¼å¦æç¨IISé¨ç½²ï¼æè¿ä¸ªå»æ |
| | | "Logging": { |
| | | "LogLevel": { |
| | | "Default": "Information", |
| | | "Microsoft.AspNetCore": "Warning" |
| | | } |
| | | }, |
| | | "dics": "deviceType,devicePlcType,jobAssembly,jobClassName,deviceStatus,taskType,taskState,inOutType", |
| | | "AllowedHosts": "*", |
| | | "ConnectionStringsEncryption": false, |
| | | "MainDB": "DB_WIDESEA", //å½å项ç®ç主åºï¼æå¯¹åºçè¿æ¥å符串çEnabledå¿
须为true |
| | | //1.MySql |
| | | //2.SqlServer |
| | | //3.Sqlite |
| | | //4.Oracle |
| | | //5.PostgreSQL |
| | | "DBType": "SqlServer", |
| | | //è¿æ¥å符串 |
| | | //"ConnectionString": "HTI6FB1H05Krd07mNm9yBCNhofW6edA5zLs9TY~MNthRYW3kn0qKbMIsGp~3yyPDF1YZUCPBQx8U0Jfk4PH~ajNFXVIwlH85M3F~v_qKYQ3CeAz3q1mLVDn8O5uWt1~3Ut2V3KRkEwYHvW2oMDN~QIDXPxDgXN0R2oTIhc9dNu7QNaLEknblqmHhjaNSSpERdDVZIgHnMKejU_SL49tralBkZmDNi0hmkbL~837j1NWe37u9fJKmv91QPb~16JsuI9uu0EvNZ06g6PuZfOSAeFH9GMMIZiketdcJG3tHelo=", |
| | | "ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWCS_TEST555;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", |
| | | //è·¨å |
| | | "Cors": { |
| | | "PolicyName": "CorsIpAccess", //çç¥åç§° |
| | | "EnableAllIPs": true, //å½ä¸ºtrueæ¶ï¼å¼æ¾ææIPåå¯è®¿é®ã |
| | | // æ¯æå¤ä¸ªåå端å£ï¼æ³¨æç«¯å£å·åä¸è¦å¸¦/ææï¼æ¯å¦localhost:8000/ï¼æ¯éç |
| | | // 注æï¼http://127.0.0.1:1818 å http://localhost:1818 æ¯ä¸ä¸æ ·ç |
| | | "IPs": "http://127.0.0.1:8080,http://localhost:8080" |
| | | }, |
| | | "ApiName": "WIDESEA", |
| | | "ExpMinutes": 120, |
| | | "QuartzJobAutoStart": true, |
| | | "LogDeubgEnable": true, //æ¯å¦è®°å½è°è¯æ¥å¿ |
| | | "PrintSql": true, //æå°SQLè¯å¥ |
| | | "LogAOPEnable": true, //æ¯å¦è®°å½AOPæ¥å¿ |
| | | "WebSocketEnable": true, |
| | | "WebSocketPort": 9260 |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <!--1ãçæ¬å·è¦ä¸nugetå
ä¸è´ï¼2ãidä¸è½ä¸ºç©º--> |
| | | <script async="async" id="mini-profiler" src="/profiler/includes.min.js?v=4.3.8+1120572909" data-version="4.3.8+1120572909" data-path="/profiler/" data-current-id="0d7e468e-0bb5-4c81-90fc-91fd1543640a" data-ids="0d7e468e-0bb5-4c81-90fc-91fd1543640a" data-position="Left" data-scheme="Light" data-authorized="true" data-children="true" data-max-traces="15" data-toggle-shortcut="Alt+P" data-trivial-milliseconds="2.0" data-ignored-duplicate-execute-types="Open,OpenAsync,Close,CloseAsync"></script> |
| | | |
| | | <!-- HTML for static distribution bundle build --> |
| | | <!DOCTYPE html> |
| | | <html lang="en"> |
| | | <head> |
| | | <meta charset="UTF-8"> |
| | | <!--æé模å¼--> |
| | | <meta name="renderer" content="webkit" /> |
| | | <meta name="force-rendering" content="webkit" /> |
| | | <title>%(DocumentTitle)</title> |
| | | <link href="./swagger-ui.css" rel="stylesheet"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | | <link rel="stylesheet" type="text/css" href="./swagger-ui.css"> |
| | | <link rel="icon" type="image/png" href="./logo/favicon-32x32.png" sizes="32x32" /> |
| | | <script src="js/jquery-3.3.1.min.js"></script> |
| | | <style> |
| | | .swagger-ui .opblock-summary-control:focus { |
| | | outline: none |
| | | } |
| | | |
| | | .swagger-ui .topbar .download-url-wrapper { |
| | | display: flex; |
| | | flex: 3; |
| | | margin-bottom: 0px; |
| | | justify-content: flex-end; |
| | | } |
| | | |
| | | .swagger-ui .auth-container input[type=password], .swagger-ui .auth-container input[type=text] { |
| | | min-width: 565px; |
| | | } |
| | | |
| | | html { |
| | | box-sizing: border-box; |
| | | overflow-y: scroll; |
| | | } |
| | | |
| | | *, |
| | | *:before, |
| | | *:after { |
| | | box-sizing: inherit; |
| | | } |
| | | |
| | | body { |
| | | margin: 0; |
| | | background: #fafafa; |
| | | } |
| | | |
| | | .qqgroup { |
| | | position: absolute; |
| | | right: 0px; |
| | | top: 0px; |
| | | } |
| | | |
| | | .info { |
| | | float: left; |
| | | position: relative; |
| | | width: 100%; |
| | | } |
| | | |
| | | .download-contents { |
| | | display: none; |
| | | } |
| | | /* æ»å¨æ§½ */ |
| | | ::-webkit-scrollbar { |
| | | width: 9px; |
| | | height: 9px; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-track { |
| | | border-radius: 3px; |
| | | background: rgba(0,0,0,0.06); |
| | | -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08); |
| | | } |
| | | /* æ»å¨æ¡æ»å */ |
| | | ::-webkit-scrollbar-thumb { |
| | | border-radius: 3px; |
| | | background: rgba(0,0,0,0.12); |
| | | -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2); |
| | | } |
| | | </style> |
| | | %(HeadContent) |
| | | </head> |
| | | <body style=" user-select: text;"> |
| | | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0"> |
| | | <defs> |
| | | <symbol viewBox="0 0 20 20" id="unlocked"> |
| | | <path d="M15.8 8H14V5.6C14 2.703 12.665 1 10 1 7.334 1 6 2.703 6 5.6V6h2v-.801C8 3.754 8.797 3 10 3c1.203 0 2 .754 2 2.199V8H4c-.553 0-1 .646-1 1.199V17c0 .549.428 1.139.951 1.307l1.197.387C5.672 18.861 6.55 19 7.1 19h5.8c.549 0 1.428-.139 1.951-.307l1.196-.387c.524-.167.953-.757.953-1.306V9.199C17 8.646 16.352 8 15.8 8z"></path> |
| | | </symbol> |
| | | <symbol viewBox="0 0 20 20" id="locked"> |
| | | <path d="M15.8 8H14V5.6C14 2.703 12.665 1 10 1 7.334 1 6 2.703 6 5.6V8H4c-.553 0-1 .646-1 1.199V17c0 .549.428 1.139.951 1.307l1.197.387C5.672 18.861 6.55 19 7.1 19h5.8c.549 0 1.428-.139 1.951-.307l1.196-.387c.524-.167.953-.757.953-1.306V9.199C17 8.646 16.352 8 15.8 8zM12 8H8V5.199C8 3.754 8.797 3 10 3c1.203 0 2 .754 2 2.199V8z" /> |
| | | </symbol> |
| | | <symbol viewBox="0 0 20 20" id="close"> |
| | | <path d="M14.348 14.849c-.469.469-1.229.469-1.697 0L10 11.819l-2.651 3.029c-.469.469-1.229.469-1.697 0-.469-.469-.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-.469-.469-.469-1.228 0-1.697.469-.469 1.228-.469 1.697 0L10 8.183l2.651-3.031c.469-.469 1.228-.469 1.697 0 .469.469.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c.469.469.469 1.229 0 1.698z" /> |
| | | </symbol> |
| | | <symbol viewBox="0 0 20 20" id="large-arrow"> |
| | | <path d="M13.25 10L6.109 2.58c-.268-.27-.268-.707 0-.979.268-.27.701-.27.969 0l7.83 7.908c.268.271.268.709 0 .979l-7.83 7.908c-.268.271-.701.27-.969 0-.268-.269-.268-.707 0-.979L13.25 10z" /> |
| | | </symbol> |
| | | <symbol viewBox="0 0 20 20" id="large-arrow-down"> |
| | | <path d="M17.418 6.109c.272-.268.709-.268.979 0s.271.701 0 .969l-7.908 7.83c-.27.268-.707.268-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969.271-.268.709-.268.979 0L10 13.25l7.418-7.141z" /> |
| | | </symbol> |
| | | |
| | | <symbol viewBox="0 0 24 24" id="jump-to"> |
| | | <path d="M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z" /> |
| | | </symbol> |
| | | <symbol viewBox="0 0 24 24" id="expand"> |
| | | <path d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z" /> |
| | | </symbol> |
| | | </defs> |
| | | </svg> |
| | | <div id="swagger-ui"></div> |
| | | <div id="footer" style="text-align: center;margin-bottom: 10px;"> |
| | | |
| | | |
| | | <br><span id="poweredby"></span> |
| | | </div> |
| | | <!-- Workaround for https://github.com/swagger-api/swagger-editor/issues/1371 --> |
| | | <script> |
| | | if (window.navigator.userAgent.indexOf("Edge") > -1) { |
| | | console.log("Removing native Edge fetch in favor of swagger-ui's polyfill") |
| | | window.fetch = undefined; |
| | | } |
| | | </script> |
| | | <script src="./swagger-ui-bundle.js"></script> |
| | | <script src="./swagger-ui-standalone-preset.js"></script> |
| | | <script> |
| | | var int = null; |
| | | |
| | | window.onload = function () { |
| | | var configObject = JSON.parse('%(ConfigObject)'); |
| | | var oauthConfigObject = JSON.parse('%(OAuthConfigObject)'); |
| | | |
| | | //è·åtoken卿¤ç´æ¥èµå¼ï¼è½ç´æ¥åºç¨swaggerçæ ·å¼ |
| | | //configObject.onComplete = function () { |
| | | // ui.preauthorizeApiKey("oauth2", ""); |
| | | //}; |
| | | |
| | | // Apply mandatory parameters |
| | | configObject.dom_id = "#swagger-ui"; |
| | | configObject.presets = [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset]; |
| | | configObject.layout = "StandaloneLayout"; |
| | | |
| | | // If oauth2RedirectUrl isn't specified, use the built-in default |
| | | if (!configObject.hasOwnProperty("oauth2RedirectUrl")) |
| | | configObject.oauth2RedirectUrl = window.location.href.replace("index.html", "oauth2-redirect.html"); |
| | | |
| | | // Build a system |
| | | const ui = SwaggerUIBundle(configObject); |
| | | |
| | | // Apply OAuth config |
| | | ui.initOAuth(oauthConfigObject); |
| | | |
| | | //æ¸
空å
ç´ å
容ï¼è¿éæ¸
空äºéæ©çæ¬çè±æ |
| | | $(".select-label span").empty(); |
| | | |
| | | myOnload(); |
| | | |
| | | //ä¿®æ¹çæ¬çç¿»è¯ä¸ºä¸æ |
| | | function myOnload() { |
| | | $(document).ready(function () { |
| | | $(".select-label span").each(function () { |
| | | var myvalue = 'éæ©ä¸ä¸ªæ¥å£çæ¬'; |
| | | $(this).html(myvalue); |
| | | }); |
| | | }); |
| | | } |
| | | setTimeout(() => { |
| | | |
| | | //äºç»´ç |
| | | $('.info').append("<div class='qqgroup'><div style=\"color: #4990e2;\"><a href=\"../allservices\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"link\">· æ¥çææä¾èµæ³¨åçæå¡</a><br></div></div><div style='clear: both;'></div>"); |
| | | |
| | | //ä¿®æ¹ tokenæææé®ä¸ºä¸æ |
| | | $(".auth-wrapper span").empty(); |
| | | $(document).ready(function () { |
| | | $('.auth-wrapper span').each(function () { |
| | | var myvalue = 'ææè®¤è¯'; |
| | | $(this).html(myvalue); |
| | | }); |
| | | }); |
| | | |
| | | }, 1000) |
| | | // ææ¡£logo |
| | | $(".link img").attr("src", "./logo/favicon-32x32.png"); |
| | | } |
| | | </script> |
| | | </body> |
| | | </html> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "Id": 1, |
| | | "DeviceCode": "SC01", |
| | | "DeviceName": "1å·å åæº", |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceStatus": "1", |
| | | "DeviceIp": "127.0.0.1", |
| | | "DevicePort": 102, |
| | | "DevicePlcType": "SiemensS7", |
| | | "DeviceRemark": "1", |
| | | "ProtocolList": null, |
| | | "Creater": "1", |
| | | "CreateDate": "2024-08-23T11:32:25.507", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 3, |
| | | "DeviceCode": "1002", |
| | | "DeviceName": "è¾é线", |
| | | "DeviceType": "CommonConveyorLine", |
| | | "DeviceStatus": "1", |
| | | "DeviceIp": "127.0.0.1", |
| | | "DevicePort": 103, |
| | | "DevicePlcType": "SiemensS7", |
| | | "DeviceRemark": "1", |
| | | "ProtocolList": null, |
| | | "Creater": "1", |
| | | "CreateDate": "2024-08-23T11:32:25.507", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "Id": 1, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB106", |
| | | "DeviceProOffset": 2.0, |
| | | "DeviceProDataType": "byte", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "StackerCraneStatus", |
| | | "DeviceProParamType": "StackerCraneStatus", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 2, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB106", |
| | | "DeviceProOffset": 3.0, |
| | | "DeviceProDataType": "byte", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "StackerCraneAutoStatus", |
| | | "DeviceProParamType": "StackerCraneAutoStatus", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 3, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB106", |
| | | "DeviceProOffset": 18.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "CurrentTaskNum", |
| | | "DeviceProParamType": "CurrentTaskNum", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 4, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB106", |
| | | "DeviceProOffset": 22.0, |
| | | "DeviceProDataType": "byte", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "StackerCraneWorkStatus", |
| | | "DeviceProParamType": "StackerCraneWorkStatus", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 5, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 2.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "TaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 6, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 6.0, |
| | | "DeviceProDataType": "int", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WorkType", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 7, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 8.0, |
| | | "DeviceProDataType": "int", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "TrayType", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 8, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 10.0, |
| | | "DeviceProDataType": "int", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "StartRow", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 9, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 12.0, |
| | | "DeviceProDataType": "int", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "StartColumn", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 10, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 14.0, |
| | | "DeviceProDataType": "int", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "StartLayer", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 11, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 16.0, |
| | | "DeviceProDataType": "int", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "EndRow", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 12, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 18.0, |
| | | "DeviceProDataType": "int", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "EndColumn", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 13, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 20.0, |
| | | "DeviceProDataType": "int", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "EndLayer", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 14, |
| | | "DeviceId": 1, |
| | | "DeviceChildCode": "SC01", |
| | | "DeviceProDataBlock": "DB105", |
| | | "DeviceProOffset": 22.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "Barcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 15, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "101", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 0.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 16, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "101", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 2.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 17, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "101", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 30.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 18, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "101", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 34.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 19, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "102", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 50.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 20, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "102", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 52.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 21, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "102", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 80.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 22, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "102", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 84.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 23, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "103", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 100.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 24, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "103", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 102.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 25, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "103", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 130.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 26, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "103", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 134.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 27, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "104", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 150.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 28, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "104", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 152.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 29, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "104", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 180.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 30, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "104", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 184.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 31, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "105", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 200.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 32, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "105", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 202.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 33, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "105", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 230.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 34, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "105", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 234.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 35, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "106", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 250.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 36, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "106", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 252.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 37, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "106", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 280.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 38, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "106", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 284.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 39, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "107", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 300.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 40, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "107", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 302.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 41, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "107", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 330.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 42, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "107", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 334.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 43, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "108", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 350.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 44, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "108", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 352.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 45, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "108", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 380.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 46, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "108", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 384.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 47, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "109", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 400.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 48, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "109", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 402.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 49, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "109", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 430.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 50, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "109", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 438.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 51, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "110", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 450.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 52, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "110", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 452.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 53, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "110", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 480.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 54, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "110", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 484.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 55, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 500.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 56, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 502.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 57, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 530.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 58, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 534.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 59, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "112", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 550.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 60, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "112", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 552.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 61, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "112", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 580.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 62, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "112", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 584.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 63, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "113", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 600.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 64, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "113", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 602.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 65, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "113", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 630.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 66, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "113", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 634.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 67, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "114", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 650.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 68, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "114", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 652.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 69, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "114", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 680.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 70, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "114", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 684.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 71, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "115", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 700.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 72, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "115", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 702.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 73, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "115", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 730.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 74, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "115", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 734.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 75, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "116", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 750.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 76, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "116", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 752.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 77, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "116", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 780.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 78, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "116", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 784.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 79, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "117", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 800.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 80, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "117", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 802.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 81, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "117", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 830.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 82, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "117", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 834.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 83, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "118", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 850.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 84, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "118", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 852.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 85, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "118", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 880.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 86, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "118", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 884.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 87, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "119", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 900.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 88, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "119", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 902.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 89, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "119", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 930.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 90, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "119", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 934.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 91, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "120", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 950.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 92, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "120", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 952.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "ConveyorLineBarcode", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 93, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "120", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 980.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTargetAddress", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 94, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "120", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 984.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "ConveyorLineTaskNum", |
| | | "DeviceProParamType": "ReadDeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 95, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "101", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 0.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 96, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "101", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 2.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 97, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "101", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 30.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 98, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "101", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 34.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 99, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "102", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 50.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 100, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "102", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 52.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 101, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "102", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 80.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 102, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "102", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 84.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 103, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "103", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 100.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 104, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "103", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 102.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 105, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "103", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 130.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 106, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "103", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 134.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 107, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "104", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 150.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 108, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "104", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 152.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 109, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "104", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 180.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 110, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "104", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 184.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 111, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "105", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 200.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 112, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "105", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 202.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 113, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "105", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 230.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 114, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "105", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 234.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 115, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "106", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 250.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 116, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "106", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 252.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 117, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "106", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 280.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 118, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "106", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 284.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 119, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "107", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 300.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 120, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "107", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 302.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 121, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "107", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 330.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 122, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "107", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 334.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 123, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "108", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 350.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 124, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "108", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 352.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 125, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "108", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 380.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 126, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "108", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 384.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 127, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "109", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 400.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 128, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "109", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 402.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 129, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "109", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 430.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 130, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "109", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 438.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 131, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "110", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 450.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 132, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "110", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 452.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 133, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "110", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 480.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 134, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "110", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 484.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 135, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 500.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 136, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 502.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 137, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 530.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 138, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 534.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 139, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "112", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 550.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 140, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "112", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 552.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 141, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "112", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 580.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 142, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "112", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 584.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 143, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "113", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 600.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 144, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "113", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 602.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 145, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "113", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 630.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 146, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "113", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 634.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 147, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "114", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 650.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 148, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "114", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 652.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 149, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "114", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 680.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 150, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "114", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 684.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 151, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "115", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 700.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 152, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "115", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 702.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 153, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "115", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 730.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 154, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "115", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 734.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 155, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "116", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 750.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 156, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "116", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 752.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 157, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "116", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 780.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 158, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "116", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 784.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 159, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "117", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 800.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 160, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "117", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 802.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 161, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "117", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 830.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 162, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "117", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 834.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 163, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "118", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 850.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 164, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "118", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 852.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 165, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "118", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 880.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 166, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "118", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 884.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 167, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "119", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 900.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 168, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "119", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 902.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 169, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "119", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 930.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 170, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "119", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 934.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 171, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "120", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 950.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteInteractiveSignal", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 172, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "120", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 952.0, |
| | | "DeviceProDataType": "string", |
| | | "DeviceProDataLength": 25, |
| | | "DeviceProParamName": "WriteConveyorLineBarcode", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 173, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "120", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 980.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTargetAddress", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 174, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "120", |
| | | "DeviceProDataBlock": "DB90", |
| | | "DeviceProOffset": 984.0, |
| | | "DeviceProDataType": "dint", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "WriteConveyorLineTaskNum", |
| | | "DeviceProParamType": "DeviceCommand", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 175, |
| | | "DeviceId": 3, |
| | | "DeviceChildCode": "111", |
| | | "DeviceProDataBlock": "DB80", |
| | | "DeviceProOffset": 500.0, |
| | | "DeviceProDataType": "w", |
| | | "DeviceProDataLength": 1, |
| | | "DeviceProParamName": "IsOccupied", |
| | | "DeviceProParamType": "IsOccupied", |
| | | "DeviceProParamDes": "1", |
| | | "DeviceProRemark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:25.857", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "Id": 1, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneStatus", |
| | | "ProtocolDetailType": "Normal", |
| | | "ProtocalDetailValue": "1", |
| | | "ProtocolDetailDes": "设å¤ç¶æ(1:æ£å¸¸)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 2, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneStatus", |
| | | "ProtocolDetailType": "Fault", |
| | | "ProtocalDetailValue": "2", |
| | | "ProtocolDetailDes": "设å¤ç¶æ(2:æ
é)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 3, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneStatus", |
| | | "ProtocolDetailType": "EmergencyStop", |
| | | "ProtocalDetailValue": "3", |
| | | "ProtocolDetailDes": "设å¤ç¶æ(3:æ¥å)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 4, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneAutoStatus", |
| | | "ProtocolDetailType": "Maintenance", |
| | | "ProtocalDetailValue": "0", |
| | | "ProtocolDetailDes": "工使¨¡å¼(0:ç»´ä¿®)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 5, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneAutoStatus", |
| | | "ProtocolDetailType": "Manual", |
| | | "ProtocalDetailValue": "1", |
| | | "ProtocolDetailDes": "工使¨¡å¼(1:æå¨", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 6, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneAutoStatus", |
| | | "ProtocolDetailType": "SemiAutomatic", |
| | | "ProtocalDetailValue": "2", |
| | | "ProtocolDetailDes": "工使¨¡å¼(2:åèªå¨)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 7, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneAutoStatus", |
| | | "ProtocolDetailType": "Automatic", |
| | | "ProtocalDetailValue": "3", |
| | | "ProtocolDetailDes": "工使¨¡å¼(3:èªå¨)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 8, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneWorkStatus", |
| | | "ProtocolDetailType": "Standby", |
| | | "ProtocalDetailValue": "0", |
| | | "ProtocolDetailDes": "ä½ä¸ç¶æ(0:å¾
æº)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 9, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneWorkStatus", |
| | | "ProtocolDetailType": "PickUp", |
| | | "ProtocalDetailValue": "1", |
| | | "ProtocolDetailDes": "ä½ä¸ç¶æ(1:åè´§ä¸)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 10, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneWorkStatus", |
| | | "ProtocolDetailType": "PickUpCompleted", |
| | | "ProtocalDetailValue": "2", |
| | | "ProtocolDetailDes": "ä½ä¸ç¶æ(2:åè´§å®æ)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 11, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneWorkStatus", |
| | | "ProtocolDetailType": "Putting", |
| | | "ProtocalDetailValue": "4", |
| | | "ProtocolDetailDes": "ä½ä¸ç¶æ(4:æ¾è´§ä¸)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 12, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneWorkStatus", |
| | | "ProtocolDetailType": "PutCompleted", |
| | | "ProtocalDetailValue": "5", |
| | | "ProtocolDetailDes": "ä½ä¸ç¶æ(5:æ¾è´§å®æ)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 13, |
| | | "DeviceType": "CommonStackerCrane", |
| | | "DeviceProParamName": "StackerCraneWorkStatus", |
| | | "ProtocolDetailType": "WorkCompleted", |
| | | "ProtocalDetailValue": "6", |
| | | "ProtocolDetailDes": "ä½ä¸ç¶æ(6:ä»»å¡å®æ)", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 14, |
| | | "DeviceType": "CommonConveyorLine", |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "ProtocolDetailType": "RequestInbound", |
| | | "ProtocalDetailValue": "1", |
| | | "ProtocolDetailDes": "1", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 15, |
| | | "DeviceType": "CommonConveyorLine", |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "ProtocolDetailType": "RequestInNextAddress", |
| | | "ProtocalDetailValue": "2", |
| | | "ProtocolDetailDes": "2", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 32, |
| | | "DeviceType": "CommonConveyorLine", |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "ProtocolDetailType": "ConveyorLineInFinish", |
| | | "ProtocalDetailValue": "3", |
| | | "ProtocolDetailDes": "3", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 34, |
| | | "DeviceType": "CommonConveyorLine", |
| | | "DeviceProParamName": "IsOccupied", |
| | | "ProtocolDetailType": "IsOccupied", |
| | | "ProtocalDetailValue": "0", |
| | | "ProtocolDetailDes": "0", |
| | | "Remark": null, |
| | | "Creater": "1", |
| | | "CreateDate": "2024-08-23T23:05:46", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 35, |
| | | "DeviceType": "CommonConveyorLine", |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "ProtocolDetailType": "RequestOutbound", |
| | | "ProtocalDetailValue": "4", |
| | | "ProtocolDetailDes": "4", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 36, |
| | | "DeviceType": "CommonConveyorLine", |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "ProtocolDetailType": "RequestOutNextAddress", |
| | | "ProtocalDetailValue": "5", |
| | | "ProtocolDetailDes": "5", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 37, |
| | | "DeviceType": "CommonConveyorLine", |
| | | "DeviceProParamName": "InteractiveSignal", |
| | | "ProtocolDetailType": "ConveyorLineOutFinish", |
| | | "ProtocalDetailValue": "6", |
| | | "ProtocolDetailDes": "6", |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:26.157", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "Id": 1, |
| | | "Name": "æµè¯", |
| | | "JobGroup": "CommonStackerCrane", |
| | | "AssemblyName": "WIDESEAWCS_Tasks", |
| | | "ClassName": "CommonStackerCraneJob", |
| | | "IntervalSecond": 1, |
| | | "BeginTime": null, |
| | | "EndTime": null, |
| | | "Remark": null, |
| | | "Creater": "1", |
| | | "CreateDate": "2024-08-23T11:32:26.513", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 3, |
| | | "Name": "æµè¯2", |
| | | "JobGroup": "CommonConveyorLine", |
| | | "AssemblyName": "WIDESEAWCS_Tasks", |
| | | "ClassName": "CommonConveyorLineJob", |
| | | "IntervalSecond": 1, |
| | | "BeginTime": null, |
| | | "EndTime": null, |
| | | "Remark": null, |
| | | "Creater": "1", |
| | | "CreateDate": "2024-08-23T11:32:26.513", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "Id": 42, |
| | | "StartPosi": "101", |
| | | "NextPosi": "102", |
| | | "InOutType": 1, |
| | | "ChildPosi": "102", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.067", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 43, |
| | | "StartPosi": "102", |
| | | "NextPosi": "103", |
| | | "InOutType": 1, |
| | | "ChildPosi": "103", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.07", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 44, |
| | | "StartPosi": "103", |
| | | "NextPosi": "104", |
| | | "InOutType": 1, |
| | | "ChildPosi": "104", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.07", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 45, |
| | | "StartPosi": "104", |
| | | "NextPosi": "105", |
| | | "InOutType": 1, |
| | | "ChildPosi": "105", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.07", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 46, |
| | | "StartPosi": "105", |
| | | "NextPosi": "106", |
| | | "InOutType": 1, |
| | | "ChildPosi": "106", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.073", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 47, |
| | | "StartPosi": "106", |
| | | "NextPosi": "107", |
| | | "InOutType": 1, |
| | | "ChildPosi": "107", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.073", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 48, |
| | | "StartPosi": "107", |
| | | "NextPosi": "108", |
| | | "InOutType": 1, |
| | | "ChildPosi": "108", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.073", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 49, |
| | | "StartPosi": "108", |
| | | "NextPosi": "109", |
| | | "InOutType": 1, |
| | | "ChildPosi": "109", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.073", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 50, |
| | | "StartPosi": "109", |
| | | "NextPosi": "110", |
| | | "InOutType": 1, |
| | | "ChildPosi": "110", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.077", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 51, |
| | | "StartPosi": "110", |
| | | "NextPosi": "SC01", |
| | | "InOutType": 1, |
| | | "ChildPosi": "SC01", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": 1, |
| | | "SrmColumn": 100, |
| | | "SrmLayer": 1, |
| | | "Depth": 1, |
| | | "IsEnd": true, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T23:34:41.077", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 52, |
| | | "StartPosi": "SC01", |
| | | "NextPosi": "111", |
| | | "InOutType": 2, |
| | | "ChildPosi": "111", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": 2, |
| | | "SrmColumn": 100, |
| | | "SrmLayer": 1, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.283", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 53, |
| | | "StartPosi": "111", |
| | | "NextPosi": "112", |
| | | "InOutType": 2, |
| | | "ChildPosi": "112", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.287", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 54, |
| | | "StartPosi": "112", |
| | | "NextPosi": "113", |
| | | "InOutType": 2, |
| | | "ChildPosi": "113", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.287", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 55, |
| | | "StartPosi": "113", |
| | | "NextPosi": "114", |
| | | "InOutType": 2, |
| | | "ChildPosi": "114", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.29", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 56, |
| | | "StartPosi": "114", |
| | | "NextPosi": "115", |
| | | "InOutType": 2, |
| | | "ChildPosi": "115", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.29", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 57, |
| | | "StartPosi": "115", |
| | | "NextPosi": "116", |
| | | "InOutType": 2, |
| | | "ChildPosi": "116", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.29", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 58, |
| | | "StartPosi": "116", |
| | | "NextPosi": "117", |
| | | "InOutType": 2, |
| | | "ChildPosi": "117", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.293", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 59, |
| | | "StartPosi": "117", |
| | | "NextPosi": "118", |
| | | "InOutType": 2, |
| | | "ChildPosi": "118", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.293", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 60, |
| | | "StartPosi": "118", |
| | | "NextPosi": "119", |
| | | "InOutType": 2, |
| | | "ChildPosi": "119", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": false, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.297", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "Id": 61, |
| | | "StartPosi": "119", |
| | | "NextPosi": "CLOutAreaA", |
| | | "InOutType": 2, |
| | | "ChildPosi": "120", |
| | | "ChildPosiDeviceCode": "1002", |
| | | "SrmRow": null, |
| | | "SrmColumn": null, |
| | | "SrmLayer": null, |
| | | "Depth": 1, |
| | | "IsEnd": true, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-25T00:05:09.297", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "DicId": 3, |
| | | "Config": "{valueField: 'Enable',\r\ntextField: 'Enable',\r\n containField: null,\r\n handler: null }", |
| | | "DBServer": "1", |
| | | "DBSql": null, |
| | | "DicName": "æ¯å¦å¼", |
| | | "DicNo": "enable", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-01-03T18:30:18.113" |
| | | }, |
| | | { |
| | | "DicId": 30, |
| | | "Config": "{valueField: 'Success',\r\n textField: 'Success', \r\n containField: null,\r\n handler: null }\r\n", |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "ååºç¶æ", |
| | | "DicNo": "restatus", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": "æµè¯è¶
级管çå", |
| | | "ModifyDate": "2018-06-12T10:21:48" |
| | | }, |
| | | { |
| | | "DicId": 31, |
| | | "Config": "{valueField: 'LogType',\r\n textField: 'LogType', \r\n containField: null,\r\n handler: null }\r\n", |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "æ¥å¿ç±»å", |
| | | "DicNo": "log", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-04-04T13:21:54.927" |
| | | }, |
| | | { |
| | | "DicId": 32, |
| | | "Config": "{valueField: 'Role_Id',\r\n textField: 'RoleName', \r\n containField: ['Role_Id','RoleName'],\r\n handler: null }\r\n", |
| | | "DBServer": null, |
| | | "DBSql": "SELECT RoleId as 'key',RoleName as 'value' FROM Sys_Role WHERE Enable=1", |
| | | "DicName": "è§è²å表", |
| | | "DicNo": "roles", |
| | | "Enable": 1, |
| | | "OrderNo": 123, |
| | | "ParentId": 0, |
| | | "Remark": "sqlè¯å¥éè¦key,valueåï¼ç颿è½ç»å®æ°æ®æº", |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": "æµè¯è¶
级管çå", |
| | | "ModifyDate": "2018-07-13T15:03:53" |
| | | }, |
| | | { |
| | | "DicId": 35, |
| | | "Config": "{\r\n valueField: 'AuditStatus',\r\n textField: 'AuditStatus',\r\n containField:null \r\n}", |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "å®¡æ ¸ç¶æ", |
| | | "DicNo": "audit", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-05-08T01:05:44.193" |
| | | }, |
| | | { |
| | | "DicId": 49, |
| | | "Config": "{\r\n valueField: 'Gender',\r\n textField: 'Gender',\r\n containField:null \r\n}", |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "æ§å«", |
| | | "DicNo": "gender", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": "æµè¯è¶
级管çå", |
| | | "ModifyDate": "2018-07-23T11:10:28" |
| | | }, |
| | | { |
| | | "DicId": 50, |
| | | "Config": "{\r\n valueField: 'Enable',\r\n textField: 'Enable',\r\n containField:null \r\n}", |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "å¯ç¨ç¶æ", |
| | | "DicNo": "status", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicId": 59, |
| | | "Config": "{\r\n valueField: 'IsRegregisterPhone',\r\n textField: 'IsRegregisterPhone',\r\n containField:null \r\n}", |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "ææºç¨æ·", |
| | | "DicNo": "isphone", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2020-11-20T23:05:48.303" |
| | | }, |
| | | { |
| | | "DicId": 66, |
| | | "Config": null, |
| | | "DBServer": null, |
| | | "DBSql": "SELECT RoleId AS id,parentId,RoleId AS [key],RoleName AS value FROM Sys_Role", |
| | | "DicName": "级èè§è²", |
| | | "DicNo": "tree_roles", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2020-11-20T23:08:03.217" |
| | | }, |
| | | { |
| | | "DicId": 67, |
| | | "Config": null, |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "nav", |
| | | "DicNo": "nav", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicId": 70, |
| | | "Config": null, |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "è¯·æ±æ¹å¼", |
| | | "DicNo": "è¯·æ±æ¹å¼", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicId": 71, |
| | | "Config": null, |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "宿¶ä»»å¡ç¶æ", |
| | | "DicNo": "宿¶ä»»å¡ç¶æ", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicId": 72, |
| | | "Config": null, |
| | | "DBServer": null, |
| | | "DBSql": "SELECT DepartmentId AS 'key',DepartmentId AS 'id',ParentId AS parentId,DepartmentName as 'value' FROM Sys_Department", |
| | | "DicName": "ç»ç»æºæ", |
| | | "DicNo": "ç»ç»æºæ", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 10, |
| | | "DicList": null, |
| | | "Creater": "system", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicId": 75, |
| | | "Config": null, |
| | | "DBServer": null, |
| | | "DBSql": null, |
| | | "DicName": "æ¥å¿ç¶æ", |
| | | "DicNo": "LogState", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "ParentId": 0, |
| | | "Remark": null, |
| | | "SystemType": 1, |
| | | "DicList": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.233", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "DicListId": 3, |
| | | "DicName": "å¦", |
| | | "DicValue": "0", |
| | | "DicId": "3", |
| | | "Enable": null, |
| | | "OrderNo": 2, |
| | | "Remark": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-01-03T18:30:18.113" |
| | | }, |
| | | { |
| | | "DicListId": 4, |
| | | "DicName": "æ¯", |
| | | "DicValue": "1", |
| | | "DicId": "3", |
| | | "Enable": null, |
| | | "OrderNo": 1, |
| | | "Remark": null, |
| | | "Creater": "xxx", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-01-03T18:30:18.113" |
| | | }, |
| | | { |
| | | "DicListId": 22, |
| | | "DicName": "å
¶ä»", |
| | | "DicValue": "0", |
| | | "DicId": "30", |
| | | "Enable": null, |
| | | "OrderNo": 10, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2019-08-21T16:49:43" |
| | | }, |
| | | { |
| | | "DicListId": 23, |
| | | "DicName": "æå", |
| | | "DicValue": "1", |
| | | "DicId": "30", |
| | | "Enable": null, |
| | | "OrderNo": 100, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2019-08-21T16:49:43" |
| | | }, |
| | | { |
| | | "DicListId": 24, |
| | | "DicName": "å¼å¸¸", |
| | | "DicValue": "2", |
| | | "DicId": "30", |
| | | "Enable": null, |
| | | "OrderNo": 50, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2019-08-21T16:49:43" |
| | | }, |
| | | { |
| | | "DicListId": 25, |
| | | "DicName": "ç³»ç»", |
| | | "DicValue": "System", |
| | | "DicId": "31", |
| | | "Enable": null, |
| | | "OrderNo": 100, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-04-04T13:21:54.947" |
| | | }, |
| | | { |
| | | "DicListId": 26, |
| | | "DicName": "ç»é", |
| | | "DicValue": "Login", |
| | | "DicId": "31", |
| | | "Enable": null, |
| | | "OrderNo": 90, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-04-04T13:21:54.947" |
| | | }, |
| | | { |
| | | "DicListId": 27, |
| | | "DicName": "æ°å»º", |
| | | "DicValue": "Add", |
| | | "DicId": "31", |
| | | "Enable": null, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-04-04T13:21:54.943" |
| | | }, |
| | | { |
| | | "DicListId": 28, |
| | | "DicName": "å é¤", |
| | | "DicValue": "Del", |
| | | "DicId": "31", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-04-04T13:21:54.943" |
| | | }, |
| | | { |
| | | "DicListId": 29, |
| | | "DicName": "ç¼è¾", |
| | | "DicValue": "Edit", |
| | | "DicId": "31", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-04-04T13:21:54.943" |
| | | }, |
| | | { |
| | | "DicListId": 37, |
| | | "DicName": "å¾
å®¡æ ¸", |
| | | "DicValue": "0", |
| | | "DicId": "35", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-05-08T01:05:44.193" |
| | | }, |
| | | { |
| | | "DicListId": 38, |
| | | "DicName": "å®¡æ ¸éè¿", |
| | | "DicValue": "1", |
| | | "DicId": "35", |
| | | "Enable": null, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-05-08T01:05:44.193" |
| | | }, |
| | | { |
| | | "DicListId": 39, |
| | | "DicName": "å®¡æ ¸ä¸", |
| | | "DicValue": "2", |
| | | "DicId": "35", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-05-08T01:05:44.193" |
| | | }, |
| | | { |
| | | "DicListId": 71, |
| | | "DicName": "å¼å¸¸", |
| | | "DicValue": "Exception", |
| | | "DicId": "31", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-04-04T13:21:54.943" |
| | | }, |
| | | { |
| | | "DicListId": 90, |
| | | "DicName": "ç·", |
| | | "DicValue": "0", |
| | | "DicId": "49", |
| | | "Enable": null, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "æµè¯è¶
级管çå", |
| | | "ModifyDate": "2018-07-23T11:10:28" |
| | | }, |
| | | { |
| | | "DicListId": 91, |
| | | "DicName": "女", |
| | | "DicValue": "1", |
| | | "DicId": "49", |
| | | "Enable": null, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "æµè¯è¶
级管çå", |
| | | "ModifyDate": "2018-07-23T11:10:28" |
| | | }, |
| | | { |
| | | "DicListId": 96, |
| | | "DicName": "æªå¯ç¨", |
| | | "DicValue": "0", |
| | | "DicId": "50", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2019-08-16T18:17:47" |
| | | }, |
| | | { |
| | | "DicListId": 97, |
| | | "DicName": "å·²å¯ç¨", |
| | | "DicValue": "1", |
| | | "DicId": "50", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2019-08-16T18:17:47" |
| | | }, |
| | | { |
| | | "DicListId": 98, |
| | | "DicName": "å·²å é¤", |
| | | "DicValue": "2", |
| | | "DicId": "50", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2019-08-16T18:17:47" |
| | | }, |
| | | { |
| | | "DicListId": 128, |
| | | "DicName": "æ¯", |
| | | "DicValue": "1", |
| | | "DicId": "59", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2020-11-20T23:05:48.303" |
| | | }, |
| | | { |
| | | "DicListId": 129, |
| | | "DicName": "å¦", |
| | | "DicValue": "0", |
| | | "DicId": "59", |
| | | "Enable": 1, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "æµè¯è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2020-11-20T23:05:48.303" |
| | | }, |
| | | { |
| | | "DicListId": 144, |
| | | "DicName": "å·æ°Token", |
| | | "DicValue": "ReplaceToeken", |
| | | "DicId": "31", |
| | | "Enable": null, |
| | | "OrderNo": 110, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2022-04-04T13:21:54.937" |
| | | }, |
| | | { |
| | | "DicListId": 145, |
| | | "DicName": "Info", |
| | | "DicValue": "3", |
| | | "DicId": "30", |
| | | "Enable": null, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 423, |
| | | "DicName": "æ¯", |
| | | "DicValue": "1", |
| | | "DicId": "67", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 424, |
| | | "DicName": "å¦", |
| | | "DicValue": "0", |
| | | "DicId": "67", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 435, |
| | | "DicName": "å®¡æ ¸æªéè¿", |
| | | "DicValue": "3", |
| | | "DicId": "35", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-05-08T01:05:44.193" |
| | | }, |
| | | { |
| | | "DicListId": 436, |
| | | "DicName": "get", |
| | | "DicValue": "get", |
| | | "DicId": "70", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 437, |
| | | "DicName": "post", |
| | | "DicValue": "post", |
| | | "DicId": "70", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 438, |
| | | "DicName": "æ£å¸¸", |
| | | "DicValue": "0", |
| | | "DicId": "71", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 439, |
| | | "DicName": "æå", |
| | | "DicValue": "1", |
| | | "DicId": "71", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 442, |
| | | "DicName": "驳å", |
| | | "DicValue": "4", |
| | | "DicId": "35", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 443, |
| | | "DicName": "ç¦ç¨", |
| | | "DicValue": "DisEnable", |
| | | "DicId": "73", |
| | | "Enable": 1, |
| | | "OrderNo": 1, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "å¼å", |
| | | "ModifyDate": "2023-07-14T14:17:01.037" |
| | | }, |
| | | { |
| | | "DicListId": 444, |
| | | "DicName": "å¯ç¨", |
| | | "DicValue": "Enable", |
| | | "DicId": "73", |
| | | "Enable": 1, |
| | | "OrderNo": 0, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "å¼å", |
| | | "ModifyDate": "2023-07-14T14:17:01.017" |
| | | }, |
| | | { |
| | | "DicListId": 449, |
| | | "DicName": "ä¿¡æ¯", |
| | | "DicValue": "Info", |
| | | "DicId": "75", |
| | | "Enable": 0, |
| | | "OrderNo": 1, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 450, |
| | | "DicName": "æå", |
| | | "DicValue": "Sucess", |
| | | "DicId": "75", |
| | | "Enable": 0, |
| | | "OrderNo": 2, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 451, |
| | | "DicName": "失败", |
| | | "DicValue": "Error", |
| | | "DicId": "75", |
| | | "Enable": 0, |
| | | "OrderNo": 3, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 452, |
| | | "DicName": "1", |
| | | "DicValue": "1", |
| | | "DicId": "80", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-12-12T10:28:05.55" |
| | | }, |
| | | { |
| | | "DicListId": 453, |
| | | "DicName": "2", |
| | | "DicValue": "2", |
| | | "DicId": "80", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-12-12T10:28:05.55" |
| | | }, |
| | | { |
| | | "DicListId": 454, |
| | | "DicName": "3", |
| | | "DicValue": "3", |
| | | "DicId": "80", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-12-12T10:28:05.55" |
| | | }, |
| | | { |
| | | "DicListId": 455, |
| | | "DicName": "4", |
| | | "DicValue": "4", |
| | | "DicId": "80", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": "è¶
级管çå", |
| | | "ModifyDate": "2023-12-12T10:28:05.55" |
| | | }, |
| | | { |
| | | "DicListId": 456, |
| | | "DicName": "æªå®¡æ ¸", |
| | | "DicValue": "OrderState_Unaudited", |
| | | "DicId": "84", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "DicListId": 457, |
| | | "DicName": "å·²å®¡æ ¸", |
| | | "DicValue": "OrderState_Audited", |
| | | "DicId": "84", |
| | | "Enable": 0, |
| | | "OrderNo": null, |
| | | "Remark": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:22.553", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "MenuId": 1, |
| | | "MenuName": "ç¨æ·ç®¡ç", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-user", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": ".", |
| | | "ParentId": 0, |
| | | "Url": null, |
| | | "OrderNo": 4000, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:07.567" |
| | | }, |
| | | { |
| | | "MenuId": 2, |
| | | "MenuName": "ç¨æ·ç®¡ç", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": null, |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Sys_User", |
| | | "ParentId": 1, |
| | | "Url": "/Sys_User", |
| | | "OrderNo": 2000, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:14.03" |
| | | }, |
| | | { |
| | | "MenuId": 3, |
| | | "MenuName": "æé管ç", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "ivu-icon ivu-icon-ios-boat", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": ",", |
| | | "ParentId": 1, |
| | | "Url": "/permission", |
| | | "OrderNo": 1000, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:20.727" |
| | | }, |
| | | { |
| | | "MenuId": 4, |
| | | "MenuName": "è§è²ç®¡ç", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": null, |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Sys_Role", |
| | | "ParentId": 1, |
| | | "Url": "/Sys_Role", |
| | | "OrderNo": 900, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:23.177" |
| | | }, |
| | | { |
| | | "MenuId": 5, |
| | | "MenuName": "ç³»ç»è®¾ç½®", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-setting", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "ç³»ç»è®¾ç½®", |
| | | "ParentId": 0, |
| | | "Url": "/", |
| | | "OrderNo": 0, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:38.703" |
| | | }, |
| | | { |
| | | "MenuId": 6, |
| | | "MenuName": "èå设置", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": null, |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Sys_Menu", |
| | | "ParentId": 5, |
| | | "Url": "/sysmenu", |
| | | "OrderNo": 10, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:42.007" |
| | | }, |
| | | { |
| | | "MenuId": 7, |
| | | "MenuName": "䏿æ¡ç»å®è®¾ç½®", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": null, |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Sys_Dictionary", |
| | | "ParentId": 5, |
| | | "Url": "/Sys_Dictionary", |
| | | "OrderNo": 10, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "MenuId": 8, |
| | | "MenuName": "æ¥å¿ç®¡ç", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "xxx", |
| | | "ParentId": 0, |
| | | "Url": "/", |
| | | "OrderNo": 500, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 9, |
| | | "MenuName": "æ¥å£æ¥å¿", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": null, |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Sys_Log", |
| | | "ParentId": 8, |
| | | "Url": "/Sys_Log/Manager", |
| | | "OrderNo": 0, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:34.273" |
| | | }, |
| | | { |
| | | "MenuId": 10, |
| | | "MenuName": "设å¤ç®¡ç", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "", |
| | | "ParentId": 0, |
| | | "Url": "/", |
| | | "OrderNo": 8000, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 11, |
| | | "MenuName": "设å¤ä¿¡æ¯", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Dt_DeviceInfo", |
| | | "ParentId": 10, |
| | | "Url": "/deviceInfo", |
| | | "OrderNo": 500, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 12, |
| | | "MenuName": "ä»»å¡ç®¡ç", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "", |
| | | "ParentId": 0, |
| | | "Url": "/", |
| | | "OrderNo": 7000, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 13, |
| | | "MenuName": "ä»»å¡ä¿¡æ¯", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"åæ»å°ä¸ä¸æ¥\",\"value\":\"Previous\"},{\"text\":\"跳转å°ä¸ä¸æ¥\",\"value\":\"Next\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Dt_Task", |
| | | "ParentId": 12, |
| | | "Url": "/task", |
| | | "OrderNo": 500, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 14, |
| | | "MenuName": "设å¤å议信æ¯", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Dt_DeviceProtocol", |
| | | "ParentId": 10, |
| | | "Url": "/deviceProtocol", |
| | | "OrderNo": 500, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 15, |
| | | "MenuName": "设å¤åè®®æç»ä¿¡æ¯", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Dt_DeviceProtocolDetail", |
| | | "ParentId": 10, |
| | | "Url": "/deviceProtocolDetail", |
| | | "OrderNo": 500, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 16, |
| | | "MenuName": "è°åº¦æå¡é
置信æ¯", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Dt_DispatchInfo", |
| | | "ParentId": 10, |
| | | "Url": "/dispatchInfo", |
| | | "OrderNo": 500, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 17, |
| | | "MenuName": "åºç¡ç®¡ç", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "", |
| | | "ParentId": 0, |
| | | "Url": "/", |
| | | "OrderNo": 7000, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | }, |
| | | { |
| | | "MenuId": 18, |
| | | "MenuName": "è·¯ç±é
置信æ¯", |
| | | "Auth": "[{\"text\":\"æ¥è¯¢\",\"value\":\"Search\"},{\"text\":\"æ°å»º\",\"value\":\"Add\"},{\"text\":\"å é¤\",\"value\":\"Delete\"},{\"text\":\"ç¼è¾\",\"value\":\"Update\"},{\"text\":\"æ¥çå
¨é¨è·¯ç±\",\"value\":\"ViewAllRouter\"},{\"text\":\"è·¯ç±é
ç½®\",\"value\":\"AddRouters\"},{\"text\":\"导å
¥\",\"value\":\"Import\"},{\"text\":\"导åº\",\"value\":\"Export\"}]", |
| | | "Icon": "el-icon-date", |
| | | "Description": null, |
| | | "Enable": 1, |
| | | "TableName": "Dt_Router", |
| | | "ParentId": 17, |
| | | "Url": "/router", |
| | | "OrderNo": 500, |
| | | "MenuType": 99, |
| | | "Menus": null, |
| | | "Actions": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:22.907", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-05-09T15:50:30.557" |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "RoleId": 1, |
| | | "DeptName": null, |
| | | "DeptId": 111, |
| | | "Enable": 1, |
| | | "ParentId": 0, |
| | | "RoleName": "è¶
级管çå", |
| | | "Roles": null, |
| | | "Creater": "è¶
级管çå", |
| | | "CreateDate": "2024-08-23T11:32:23.227", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-04-29T13:53:44.717" |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "AuthId": 136, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 1, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-02-22T09:31:16.363" |
| | | }, |
| | | { |
| | | "AuthId": 137, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 2, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-04-29T15:04:07.83" |
| | | }, |
| | | { |
| | | "AuthId": 138, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 3, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-02-22T09:31:16.363" |
| | | }, |
| | | { |
| | | "AuthId": 140, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 4, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-02-22T09:31:16.363" |
| | | }, |
| | | { |
| | | "AuthId": 141, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 5, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-02-22T09:31:16.363" |
| | | }, |
| | | { |
| | | "AuthId": 143, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 6, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-02-22T09:31:16.363" |
| | | }, |
| | | { |
| | | "AuthId": 144, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 7, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-04-29T15:00:47.033" |
| | | }, |
| | | { |
| | | "AuthId": 146, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 8, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-04-29T15:04:07.83" |
| | | }, |
| | | { |
| | | "AuthId": 148, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 9, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": "admin", |
| | | "ModifyDate": "2024-02-22T09:31:16.363" |
| | | }, |
| | | { |
| | | "AuthId": 153, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 10, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "AuthId": 154, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 12, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "AuthId": 155, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 13, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "AuthId": 156, |
| | | "AuthValue": "Search", |
| | | "MenuId": 11, |
| | | "RoleId": 1, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "AuthId": 157, |
| | | "AuthValue": "Search", |
| | | "MenuId": 11, |
| | | "RoleId": 2, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | }, |
| | | { |
| | | "AuthId": 158, |
| | | "AuthValue": "Search,Add,Delete,Update,Import,Export", |
| | | "MenuId": 10, |
| | | "RoleId": 2, |
| | | "UserId": null, |
| | | "Creater": "admin", |
| | | "CreateDate": "2024-08-23T11:32:23.527", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | [ |
| | | { |
| | | "User_Id": 1, |
| | | "UserName": "admin", |
| | | "Role_Id": 1, |
| | | "RoleName": "è¶
级管çå", |
| | | "PhoneNo": "", |
| | | "Remark": "", |
| | | "UserPwd": "j79rYYvCz4vdhcboB1Ausg==", |
| | | "UserTrueName": "è¶
级管çå", |
| | | "DeptName": "", |
| | | "Dept_Id": 0, |
| | | "Email": "", |
| | | "Enable": 1, |
| | | "Gender": 1, |
| | | "HeadImageUrl": "", |
| | | "LastModifyPwdDate": "2024-04-16T19:58:55", |
| | | "Address": "ç³»ç»æå¡å¨", |
| | | "AuditDate": "2024-04-16T00:54:06", |
| | | "AuditStatus": 1, |
| | | "Auditor": "è¶
级管çå", |
| | | "Token": "", |
| | | "TenantId": 0, |
| | | "Creater": "ç³»ç»", |
| | | "CreateDate": "2024-08-23T11:32:24.367", |
| | | "Modifier": null, |
| | | "ModifyDate": null |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification |
| | | for details on configuring this project to bundle and minify static web assets. */ |
| | | |
| | | a.navbar-brand { |
| | | white-space: normal; |
| | | text-align: center; |
| | | word-break: break-all; |
| | | } |
| | | |
| | | /* Provide sufficient contrast against white background */ |
| | | a { |
| | | color: #0366d6; |
| | | } |
| | | |
| | | .btn-primary { |
| | | color: #fff; |
| | | background-color: #1b6ec2; |
| | | border-color: #1861ac; |
| | | } |
| | | |
| | | .nav-pills .nav-link.active, .nav-pills .show > .nav-link { |
| | | color: #fff; |
| | | background-color: #1b6ec2; |
| | | border-color: #1861ac; |
| | | } |
| | | |
| | | /* Sticky footer styles |
| | | -------------------------------------------------- */ |
| | | html { |
| | | font-size: 14px; |
| | | } |
| | | @media (min-width: 768px) { |
| | | html { |
| | | font-size: 16px; |
| | | } |
| | | } |
| | | |
| | | .border-top { |
| | | border-top: 1px solid #e5e5e5; |
| | | } |
| | | .border-bottom { |
| | | border-bottom: 1px solid #e5e5e5; |
| | | } |
| | | |
| | | .box-shadow { |
| | | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); |
| | | } |
| | | |
| | | button.accept-policy { |
| | | font-size: 1rem; |
| | | line-height: inherit; |
| | | } |
| | | |
| | | /* Sticky footer styles |
| | | -------------------------------------------------- */ |
| | | html { |
| | | position: relative; |
| | | min-height: 100%; |
| | | } |
| | | |
| | | body { |
| | | /* Margin bottom by footer height */ |
| | | margin-bottom: 60px; |
| | | } |
| | | .footer { |
| | | position: absolute; |
| | | bottom: 0; |
| | | width: 100%; |
| | | white-space: nowrap; |
| | | line-height: 60px; /* Vertically center the text there */ |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | @charset "utf-8"; |
| | | ::selection { |
| | | background: #2D2F36; |
| | | } |
| | | ::-webkit-selection { |
| | | background: #2D2F36; |
| | | } |
| | | ::-moz-selection { |
| | | background: #2D2F36; |
| | | } |
| | | body { |
| | | background: white; |
| | | font-family: 'Inter UI', sans-serif; |
| | | margin: 0; |
| | | padding: 20px; |
| | | } |
| | | .page { |
| | | background: #e2e2e5; |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: calc(100% - 40px); |
| | | position: absolute; |
| | | place-content: center; |
| | | width: calc(100% - 40px); |
| | | } |
| | | @media (max-width: 767px) { |
| | | .page { |
| | | height: auto; |
| | | margin-bottom: 20px; |
| | | padding-bottom: 20px; |
| | | } |
| | | } |
| | | .container { |
| | | display: flex; |
| | | height: 320px; |
| | | margin: 0 auto; |
| | | width: 640px; |
| | | } |
| | | @media (max-width: 767px) { |
| | | .container { |
| | | flex-direction: column; |
| | | height: 630px; |
| | | width: 320px; |
| | | } |
| | | } |
| | | .left { |
| | | background: white; |
| | | height: calc(100% - 40px); |
| | | top: 20px; |
| | | position: relative; |
| | | width: 50%; |
| | | } |
| | | @media (max-width: 767px) { |
| | | .left { |
| | | height: 100%; |
| | | left: 20px; |
| | | width: calc(100% - 40px); |
| | | max-height: 270px; |
| | | } |
| | | } |
| | | .login { |
| | | font-size: 33px; |
| | | font-weight: 900; |
| | | margin: 50px 40px 40px; |
| | | } |
| | | .eula { |
| | | color: #999; |
| | | font-size: 14px; |
| | | line-height: 1.5; |
| | | margin: 40px; |
| | | } |
| | | .right { |
| | | background: #474A59; |
| | | box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22); |
| | | color: #F1F1F2; |
| | | position: relative; |
| | | width: 50%; |
| | | } |
| | | @media (max-width: 767px) { |
| | | .right { |
| | | flex-shrink: 0; |
| | | height: 100%; |
| | | width: 100%; |
| | | max-height: 350px; |
| | | } |
| | | } |
| | | svg { |
| | | position: absolute; |
| | | width: 320px; |
| | | } |
| | | path { |
| | | fill: none; |
| | | stroke: url(#linearGradient);; |
| | | stroke-width: 4; |
| | | stroke-dasharray: 240 1386; |
| | | } |
| | | .form { |
| | | margin: 40px; |
| | | position: absolute; |
| | | } |
| | | label { |
| | | color: #c2c2c5; |
| | | display: block; |
| | | font-size: 14px; |
| | | height: 16px; |
| | | margin-top: 20px; |
| | | margin-bottom: 5px; |
| | | } |
| | | input { |
| | | background: transparent; |
| | | border: 0; |
| | | color: #f2f2f2; |
| | | font-size: 20px; |
| | | height: 30px; |
| | | line-height: 30px; |
| | | outline: none !important; |
| | | width: 100%; |
| | | } |
| | | input::-moz-focus-inner { |
| | | border: 0; |
| | | } |
| | | #submit { |
| | | color: #707075; |
| | | margin-top: 40px; |
| | | transition: color 300ms; |
| | | } |
| | | #submit:focus { |
| | | color: #f2f2f2; |
| | | } |
| | | #submit:active { |
| | | color: #d0d0d2; |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | .selectBox { |
| | | margin: 50px auto; /*å±
ä¸*/ |
| | | width: 150px; |
| | | text-align: center; |
| | | } |
| | | |
| | | .selectBox a { |
| | | color: #1b1b1b; |
| | | text-decoration: none; |
| | | } |
| | | |
| | | .selectBox ul, .selectBox li { |
| | | list-style: none; |
| | | } |
| | | |
| | | .selectBox span { |
| | | line-height: 46px; |
| | | background-color: #85ea2d; |
| | | display: block; |
| | | margin-bottom: 20px; |
| | | position: relative; |
| | | z-index: 2; |
| | | border-radius: 5px; |
| | | -webkit-transition: all .2s ease-in; |
| | | transition: all .2s ease-in; |
| | | } |
| | | |
| | | .drop { |
| | | left: 0; |
| | | right: 0; |
| | | top: -9999px; |
| | | box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); |
| | | border-radius: 5px; |
| | | position: absolute; |
| | | z-index: 1; |
| | | -webkit-transform: translateY(-50px); /*yè½´æ¹å平移*/ |
| | | transform: translateY(-50px); |
| | | opacity: 0; |
| | | -webkit-transition: all .2s ease-in; /*平移æ¶é´0.2s*/ |
| | | transition: all .2s ease-in; |
| | | } |
| | | /*ç»éä¸ªä¸æå©æ»*/ |
| | | .selectBox:hover span { |
| | | background-color: #74ea0d; |
| | | } |
| | | |
| | | .selectBox:hover span a:after { |
| | | -webkit-transform: rotate(180deg); /*æè½¬180度*/ |
| | | transform: rotate(180deg); |
| | | } |
| | | |
| | | .selectBox:hover .drop { |
| | | position: static; |
| | | opacity: 1; |
| | | -webkit-transform: translateY(0); |
| | | transform: translateY(0); |
| | | } |
| | | .drop li:first-child:before { |
| | | content: " "; |
| | | font-size: 0; |
| | | line-height: 0; |
| | | margin: 0 auto; /*å±
ä¸*/ |
| | | display: block; /*ç¬å ä¸è¡*/ |
| | | box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); /*é
åæ´ä½ä¸æ ·çæå½±*/ |
| | | background-color: #fff; |
| | | width: 10px; |
| | | height: 10px; |
| | | -webkit-transform: rotate(45deg); |
| | | transform: rotate(45deg); /*ä¸ä¸ªæ£æ¹å½¢å¾æååäºåº¦å°±æ¯ä¸è§äºä½æ¯è¦æä¸åé¨åèèµ·æ¥*/ |
| | | position: relative; |
| | | top: -5px; /*ææçé²åºä¸åé¨å*/ |
| | | z-index: 1; /*ææçéèä¸åé¨å*/ |
| | | -webkit-transition: all .2s ease-in; |
| | | transition: all .2s ease-in; |
| | | } |
| | | |
| | | .drop li a { |
| | | color: #888; |
| | | line-height: 46px; |
| | | border-bottom: solid 1px #eee; |
| | | font-size: 14px; |
| | | display: block; |
| | | background-color: #fff; /*è¦æèæ¯è²æè½çä½å*/ |
| | | position: relative; |
| | | z-index: 2; /*è¿éå¾éè¦ è¦æ¡ä½ä¸è§å½¢çä¸åé¨å*/ |
| | | -webkit-transition: all .2s ease-in; |
| | | transition: all .2s ease-in; |
| | | } |
| | | .drop li:first-child a { |
| | | border-top-left-radius: 5px; |
| | | border-top-right-radius: 5px; |
| | | margin-top: -10px; |
| | | } |
| | | |
| | | .drop li:last-child a { |
| | | border-bottom-left-radius: 5px; |
| | | border-bottom-right-radius: 5px; |
| | | border-bottom: none; |
| | | } |
| | | .drop li:hover:before { |
| | | background-color: #85ea2d; |
| | | } |
| | | |
| | | .drop li:hover a { |
| | | background-color: #85ea2d; |
| | | color: #fff; |
| | | } |
| | | |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | /* |
| | | 2017 Julian Garnier |
| | | Released under the MIT license |
| | | */ |
| | | var $jscomp={scope:{}};$jscomp.defineProperty="function"==typeof Object.defineProperties?Object.defineProperty:function(e,r,p){if(p.get||p.set)throw new TypeError("ES3 does not support getters and setters.");e!=Array.prototype&&e!=Object.prototype&&(e[r]=p.value)};$jscomp.getGlobal=function(e){return"undefined"!=typeof window&&window===e?e:"undefined"!=typeof global&&null!=global?global:e};$jscomp.global=$jscomp.getGlobal(this);$jscomp.SYMBOL_PREFIX="jscomp_symbol_"; |
| | | $jscomp.initSymbol=function(){$jscomp.initSymbol=function(){};$jscomp.global.Symbol||($jscomp.global.Symbol=$jscomp.Symbol)};$jscomp.symbolCounter_=0;$jscomp.Symbol=function(e){return $jscomp.SYMBOL_PREFIX+(e||"")+$jscomp.symbolCounter_++}; |
| | | $jscomp.initSymbolIterator=function(){$jscomp.initSymbol();var e=$jscomp.global.Symbol.iterator;e||(e=$jscomp.global.Symbol.iterator=$jscomp.global.Symbol("iterator"));"function"!=typeof Array.prototype[e]&&$jscomp.defineProperty(Array.prototype,e,{configurable:!0,writable:!0,value:function(){return $jscomp.arrayIterator(this)}});$jscomp.initSymbolIterator=function(){}};$jscomp.arrayIterator=function(e){var r=0;return $jscomp.iteratorPrototype(function(){return r<e.length?{done:!1,value:e[r++]}:{done:!0}})}; |
| | | $jscomp.iteratorPrototype=function(e){$jscomp.initSymbolIterator();e={next:e};e[$jscomp.global.Symbol.iterator]=function(){return this};return e};$jscomp.array=$jscomp.array||{};$jscomp.iteratorFromArray=function(e,r){$jscomp.initSymbolIterator();e instanceof String&&(e+="");var p=0,m={next:function(){if(p<e.length){var u=p++;return{value:r(u,e[u]),done:!1}}m.next=function(){return{done:!0,value:void 0}};return m.next()}};m[Symbol.iterator]=function(){return m};return m}; |
| | | $jscomp.polyfill=function(e,r,p,m){if(r){p=$jscomp.global;e=e.split(".");for(m=0;m<e.length-1;m++){var u=e[m];u in p||(p[u]={});p=p[u]}e=e[e.length-1];m=p[e];r=r(m);r!=m&&null!=r&&$jscomp.defineProperty(p,e,{configurable:!0,writable:!0,value:r})}};$jscomp.polyfill("Array.prototype.keys",function(e){return e?e:function(){return $jscomp.iteratorFromArray(this,function(e){return e})}},"es6-impl","es3");var $jscomp$this=this; |
| | | (function(e,r){"function"===typeof define&&define.amd?define([],r):"object"===typeof module&&module.exports?module.exports=r():e.anime=r()})(this,function(){function e(a){if(!h.col(a))try{return document.querySelectorAll(a)}catch(c){}}function r(a,c){for(var d=a.length,b=2<=arguments.length?arguments[1]:void 0,f=[],n=0;n<d;n++)if(n in a){var k=a[n];c.call(b,k,n,a)&&f.push(k)}return f}function p(a){return a.reduce(function(a,d){return a.concat(h.arr(d)?p(d):d)},[])}function m(a){if(h.arr(a))return a; |
| | | h.str(a)&&(a=e(a)||a);return a instanceof NodeList||a instanceof HTMLCollection?[].slice.call(a):[a]}function u(a,c){return a.some(function(a){return a===c})}function C(a){var c={},d;for(d in a)c[d]=a[d];return c}function D(a,c){var d=C(a),b;for(b in a)d[b]=c.hasOwnProperty(b)?c[b]:a[b];return d}function z(a,c){var d=C(a),b;for(b in c)d[b]=h.und(a[b])?c[b]:a[b];return d}function T(a){a=a.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,function(a,c,d,k){return c+c+d+d+k+k});var c=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(a); |
| | | a=parseInt(c[1],16);var d=parseInt(c[2],16),c=parseInt(c[3],16);return"rgba("+a+","+d+","+c+",1)"}function U(a){function c(a,c,b){0>b&&(b+=1);1<b&&--b;return b<1/6?a+6*(c-a)*b:.5>b?c:b<2/3?a+(c-a)*(2/3-b)*6:a}var d=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(a)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(a);a=parseInt(d[1])/360;var b=parseInt(d[2])/100,f=parseInt(d[3])/100,d=d[4]||1;if(0==b)f=b=a=f;else{var n=.5>f?f*(1+b):f+b-f*b,k=2*f-n,f=c(k,n,a+1/3),b=c(k,n,a);a=c(k,n,a-1/3)}return"rgba("+ |
| | | 255*f+","+255*b+","+255*a+","+d+")"}function y(a){if(a=/([\+\-]?[0-9#\.]+)(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(a))return a[2]}function V(a){if(-1<a.indexOf("translate")||"perspective"===a)return"px";if(-1<a.indexOf("rotate")||-1<a.indexOf("skew"))return"deg"}function I(a,c){return h.fnc(a)?a(c.target,c.id,c.total):a}function E(a,c){if(c in a.style)return getComputedStyle(a).getPropertyValue(c.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase())||"0"}function J(a,c){if(h.dom(a)&& |
| | | u(W,c))return"transform";if(h.dom(a)&&(a.getAttribute(c)||h.svg(a)&&a[c]))return"attribute";if(h.dom(a)&&"transform"!==c&&E(a,c))return"css";if(null!=a[c])return"object"}function X(a,c){var d=V(c),d=-1<c.indexOf("scale")?1:0+d;a=a.style.transform;if(!a)return d;for(var b=[],f=[],n=[],k=/(\w+)\((.+?)\)/g;b=k.exec(a);)f.push(b[1]),n.push(b[2]);a=r(n,function(a,b){return f[b]===c});return a.length?a[0]:d}function K(a,c){switch(J(a,c)){case "transform":return X(a,c);case "css":return E(a,c);case "attribute":return a.getAttribute(c)}return a[c]|| |
| | | 0}function L(a,c){var d=/^(\*=|\+=|-=)/.exec(a);if(!d)return a;var b=y(a)||0;c=parseFloat(c);a=parseFloat(a.replace(d[0],""));switch(d[0][0]){case "+":return c+a+b;case "-":return c-a+b;case "*":return c*a+b}}function F(a,c){return Math.sqrt(Math.pow(c.x-a.x,2)+Math.pow(c.y-a.y,2))}function M(a){a=a.points;for(var c=0,d,b=0;b<a.numberOfItems;b++){var f=a.getItem(b);0<b&&(c+=F(d,f));d=f}return c}function N(a){if(a.getTotalLength)return a.getTotalLength();switch(a.tagName.toLowerCase()){case "circle":return 2* |
| | | Math.PI*a.getAttribute("r");case "rect":return 2*a.getAttribute("width")+2*a.getAttribute("height");case "line":return F({x:a.getAttribute("x1"),y:a.getAttribute("y1")},{x:a.getAttribute("x2"),y:a.getAttribute("y2")});case "polyline":return M(a);case "polygon":var c=a.points;return M(a)+F(c.getItem(c.numberOfItems-1),c.getItem(0))}}function Y(a,c){function d(b){b=void 0===b?0:b;return a.el.getPointAtLength(1<=c+b?c+b:0)}var b=d(),f=d(-1),n=d(1);switch(a.property){case "x":return b.x;case "y":return b.y; |
| | | case "angle":return 180*Math.atan2(n.y-f.y,n.x-f.x)/Math.PI}}function O(a,c){var d=/-?\d*\.?\d+/g,b;b=h.pth(a)?a.totalLength:a;if(h.col(b))if(h.rgb(b)){var f=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(b);b=f?"rgba("+f[1]+",1)":b}else b=h.hex(b)?T(b):h.hsl(b)?U(b):void 0;else f=(f=y(b))?b.substr(0,b.length-f.length):b,b=c&&!/\s/g.test(b)?f+c:f;b+="";return{original:b,numbers:b.match(d)?b.match(d).map(Number):[0],strings:h.str(a)||c?b.split(d):[]}}function P(a){a=a?p(h.arr(a)?a.map(m):m(a)):[];return r(a, |
| | | function(a,d,b){return b.indexOf(a)===d})}function Z(a){var c=P(a);return c.map(function(a,b){return{target:a,id:b,total:c.length}})}function aa(a,c){var d=C(c);if(h.arr(a)){var b=a.length;2!==b||h.obj(a[0])?h.fnc(c.duration)||(d.duration=c.duration/b):a={value:a}}return m(a).map(function(a,b){b=b?0:c.delay;a=h.obj(a)&&!h.pth(a)?a:{value:a};h.und(a.delay)&&(a.delay=b);return a}).map(function(a){return z(a,d)})}function ba(a,c){var d={},b;for(b in a){var f=I(a[b],c);h.arr(f)&&(f=f.map(function(a){return I(a, |
| | | c)}),1===f.length&&(f=f[0]));d[b]=f}d.duration=parseFloat(d.duration);d.delay=parseFloat(d.delay);return d}function ca(a){return h.arr(a)?A.apply(this,a):Q[a]}function da(a,c){var d;return a.tweens.map(function(b){b=ba(b,c);var f=b.value,e=K(c.target,a.name),k=d?d.to.original:e,k=h.arr(f)?f[0]:k,w=L(h.arr(f)?f[1]:f,k),e=y(w)||y(k)||y(e);b.from=O(k,e);b.to=O(w,e);b.start=d?d.end:a.offset;b.end=b.start+b.delay+b.duration;b.easing=ca(b.easing);b.elasticity=(1E3-Math.min(Math.max(b.elasticity,1),999))/ |
| | | 1E3;b.isPath=h.pth(f);b.isColor=h.col(b.from.original);b.isColor&&(b.round=1);return d=b})}function ea(a,c){return r(p(a.map(function(a){return c.map(function(b){var c=J(a.target,b.name);if(c){var d=da(b,a);b={type:c,property:b.name,animatable:a,tweens:d,duration:d[d.length-1].end,delay:d[0].delay}}else b=void 0;return b})})),function(a){return!h.und(a)})}function R(a,c,d,b){var f="delay"===a;return c.length?(f?Math.min:Math.max).apply(Math,c.map(function(b){return b[a]})):f?b.delay:d.offset+b.delay+ |
| | | b.duration}function fa(a){var c=D(ga,a),d=D(S,a),b=Z(a.targets),f=[],e=z(c,d),k;for(k in a)e.hasOwnProperty(k)||"targets"===k||f.push({name:k,offset:e.offset,tweens:aa(a[k],d)});a=ea(b,f);return z(c,{children:[],animatables:b,animations:a,duration:R("duration",a,c,d),delay:R("delay",a,c,d)})}function q(a){function c(){return window.Promise&&new Promise(function(a){return p=a})}function d(a){return g.reversed?g.duration-a:a}function b(a){for(var b=0,c={},d=g.animations,f=d.length;b<f;){var e=d[b], |
| | | k=e.animatable,h=e.tweens,n=h.length-1,l=h[n];n&&(l=r(h,function(b){return a<b.end})[0]||l);for(var h=Math.min(Math.max(a-l.start-l.delay,0),l.duration)/l.duration,w=isNaN(h)?1:l.easing(h,l.elasticity),h=l.to.strings,p=l.round,n=[],m=void 0,m=l.to.numbers.length,t=0;t<m;t++){var x=void 0,x=l.to.numbers[t],q=l.from.numbers[t],x=l.isPath?Y(l.value,w*x):q+w*(x-q);p&&(l.isColor&&2<t||(x=Math.round(x*p)/p));n.push(x)}if(l=h.length)for(m=h[0],w=0;w<l;w++)p=h[w+1],t=n[w],isNaN(t)||(m=p?m+(t+p):m+(t+" ")); |
| | | else m=n[0];ha[e.type](k.target,e.property,m,c,k.id);e.currentValue=m;b++}if(b=Object.keys(c).length)for(d=0;d<b;d++)H||(H=E(document.body,"transform")?"transform":"-webkit-transform"),g.animatables[d].target.style[H]=c[d].join(" ");g.currentTime=a;g.progress=a/g.duration*100}function f(a){if(g[a])g[a](g)}function e(){g.remaining&&!0!==g.remaining&&g.remaining--}function k(a){var k=g.duration,n=g.offset,w=n+g.delay,r=g.currentTime,x=g.reversed,q=d(a);if(g.children.length){var u=g.children,v=u.length; |
| | | if(q>=g.currentTime)for(var G=0;G<v;G++)u[G].seek(q);else for(;v--;)u[v].seek(q)}if(q>=w||!k)g.began||(g.began=!0,f("begin")),f("run");if(q>n&&q<k)b(q);else if(q<=n&&0!==r&&(b(0),x&&e()),q>=k&&r!==k||!k)b(k),x||e();f("update");a>=k&&(g.remaining?(t=h,"alternate"===g.direction&&(g.reversed=!g.reversed)):(g.pause(),g.completed||(g.completed=!0,f("complete"),"Promise"in window&&(p(),m=c()))),l=0)}a=void 0===a?{}:a;var h,t,l=0,p=null,m=c(),g=fa(a);g.reset=function(){var a=g.direction,c=g.loop;g.currentTime= |
| | | 0;g.progress=0;g.paused=!0;g.began=!1;g.completed=!1;g.reversed="reverse"===a;g.remaining="alternate"===a&&1===c?2:c;b(0);for(a=g.children.length;a--;)g.children[a].reset()};g.tick=function(a){h=a;t||(t=h);k((l+h-t)*q.speed)};g.seek=function(a){k(d(a))};g.pause=function(){var a=v.indexOf(g);-1<a&&v.splice(a,1);g.paused=!0};g.play=function(){g.paused&&(g.paused=!1,t=0,l=d(g.currentTime),v.push(g),B||ia())};g.reverse=function(){g.reversed=!g.reversed;t=0;l=d(g.currentTime)};g.restart=function(){g.pause(); |
| | | g.reset();g.play()};g.finished=m;g.reset();g.autoplay&&g.play();return g}var ga={update:void 0,begin:void 0,run:void 0,complete:void 0,loop:1,direction:"normal",autoplay:!0,offset:0},S={duration:1E3,delay:0,easing:"easeOutElastic",elasticity:500,round:0},W="translateX translateY translateZ rotate rotateX rotateY rotateZ scale scaleX scaleY scaleZ skewX skewY perspective".split(" "),H,h={arr:function(a){return Array.isArray(a)},obj:function(a){return-1<Object.prototype.toString.call(a).indexOf("Object")}, |
| | | pth:function(a){return h.obj(a)&&a.hasOwnProperty("totalLength")},svg:function(a){return a instanceof SVGElement},dom:function(a){return a.nodeType||h.svg(a)},str:function(a){return"string"===typeof a},fnc:function(a){return"function"===typeof a},und:function(a){return"undefined"===typeof a},hex:function(a){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(a)},rgb:function(a){return/^rgb/.test(a)},hsl:function(a){return/^hsl/.test(a)},col:function(a){return h.hex(a)||h.rgb(a)||h.hsl(a)}},A=function(){function a(a, |
| | | d,b){return(((1-3*b+3*d)*a+(3*b-6*d))*a+3*d)*a}return function(c,d,b,f){if(0<=c&&1>=c&&0<=b&&1>=b){var e=new Float32Array(11);if(c!==d||b!==f)for(var k=0;11>k;++k)e[k]=a(.1*k,c,b);return function(k){if(c===d&&b===f)return k;if(0===k)return 0;if(1===k)return 1;for(var h=0,l=1;10!==l&&e[l]<=k;++l)h+=.1;--l;var l=h+(k-e[l])/(e[l+1]-e[l])*.1,n=3*(1-3*b+3*c)*l*l+2*(3*b-6*c)*l+3*c;if(.001<=n){for(h=0;4>h;++h){n=3*(1-3*b+3*c)*l*l+2*(3*b-6*c)*l+3*c;if(0===n)break;var m=a(l,c,b)-k,l=l-m/n}k=l}else if(0=== |
| | | n)k=l;else{var l=h,h=h+.1,g=0;do m=l+(h-l)/2,n=a(m,c,b)-k,0<n?h=m:l=m;while(1e-7<Math.abs(n)&&10>++g);k=m}return a(k,d,f)}}}}(),Q=function(){function a(a,b){return 0===a||1===a?a:-Math.pow(2,10*(a-1))*Math.sin(2*(a-1-b/(2*Math.PI)*Math.asin(1))*Math.PI/b)}var c="Quad Cubic Quart Quint Sine Expo Circ Back Elastic".split(" "),d={In:[[.55,.085,.68,.53],[.55,.055,.675,.19],[.895,.03,.685,.22],[.755,.05,.855,.06],[.47,0,.745,.715],[.95,.05,.795,.035],[.6,.04,.98,.335],[.6,-.28,.735,.045],a],Out:[[.25, |
| | | .46,.45,.94],[.215,.61,.355,1],[.165,.84,.44,1],[.23,1,.32,1],[.39,.575,.565,1],[.19,1,.22,1],[.075,.82,.165,1],[.175,.885,.32,1.275],function(b,c){return 1-a(1-b,c)}],InOut:[[.455,.03,.515,.955],[.645,.045,.355,1],[.77,0,.175,1],[.86,0,.07,1],[.445,.05,.55,.95],[1,0,0,1],[.785,.135,.15,.86],[.68,-.55,.265,1.55],function(b,c){return.5>b?a(2*b,c)/2:1-a(-2*b+2,c)/2}]},b={linear:A(.25,.25,.75,.75)},f={},e;for(e in d)f.type=e,d[f.type].forEach(function(a){return function(d,f){b["ease"+a.type+c[f]]=h.fnc(d)? |
| | | d:A.apply($jscomp$this,d)}}(f)),f={type:f.type};return b}(),ha={css:function(a,c,d){return a.style[c]=d},attribute:function(a,c,d){return a.setAttribute(c,d)},object:function(a,c,d){return a[c]=d},transform:function(a,c,d,b,f){b[f]||(b[f]=[]);b[f].push(c+"("+d+")")}},v=[],B=0,ia=function(){function a(){B=requestAnimationFrame(c)}function c(c){var b=v.length;if(b){for(var d=0;d<b;)v[d]&&v[d].tick(c),d++;a()}else cancelAnimationFrame(B),B=0}return a}();q.version="2.2.0";q.speed=1;q.running=v;q.remove= |
| | | function(a){a=P(a);for(var c=v.length;c--;)for(var d=v[c],b=d.animations,f=b.length;f--;)u(a,b[f].animatable.target)&&(b.splice(f,1),b.length||d.pause())};q.getValue=K;q.path=function(a,c){var d=h.str(a)?e(a)[0]:a,b=c||100;return function(a){return{el:d,property:a,totalLength:N(d)*(b/100)}}};q.setDashoffset=function(a){var c=N(a);a.setAttribute("stroke-dasharray",c);return c};q.bezier=A;q.easings=Q;q.timeline=function(a){var c=q(a);c.pause();c.duration=0;c.add=function(d){c.children.forEach(function(a){a.began= |
| | | !0;a.completed=!0});m(d).forEach(function(b){var d=z(b,D(S,a||{}));d.targets=d.targets||a.targets;b=c.duration;var e=d.offset;d.autoplay=!1;d.direction=c.direction;d.offset=h.und(e)?b:L(e,b);c.began=!0;c.completed=!0;c.seek(d.offset);d=q(d);d.began=!0;d.completed=!0;d.duration>b&&(c.duration=d.duration);c.children.push(d)});c.seek(0);c.reset();c.autoplay&&c.restart();return c};return c};q.random=function(a,c){return Math.floor(Math.random()*(c-a+1))+a};return q}); |
¶Ô±ÈÐÂÎļþ |
| | |
| | | /*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ |
| | | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:n.sort,splice:n.splice},w.extend=w.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||g(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=a[t],a!==(r=e[t])&&(l&&r&&(w.isPlainObject(r)||(i=Array.isArray(r)))?(i?(i=!1,o=n&&Array.isArray(n)?n:[]):o=n&&w.isPlainObject(n)?n:{},a[t]=w.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},w.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==c.call(e))&&(!(t=i(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&p.call(n)===d)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){m(e)},each:function(e,t){var n,r=0;if(C(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(C(Object(e))?w.merge(n,"string"==typeof e?[e]:e):s.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:u.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r,i=[],o=0,a=e.length,s=!n;o<a;o++)(r=!t(e[o],o))!==s&&i.push(e[o]);return i},map:function(e,t,n){var r,i,o=0,s=[];if(C(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&s.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&s.push(i);return a.apply([],s)},guid:1,support:h}),"function"==typeof Symbol&&(w.fn[Symbol.iterator]=n[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function C(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!g(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},P="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",I="\\["+M+"*("+R+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+M+"*\\]",W=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+I+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),F=new RegExp("^"+M+"*,"+M+"*"),_=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:he(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:he(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq;for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=pe(t);function ye(){}ye.prototype=r.filters=r.pseudos,r.setFilters=new ye,a=oe.tokenize=function(e,t){var n,i,o,a,s,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=r.preFilter;while(s){n&&!(i=F.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),n=!1,(i=_.exec(s))&&(n=i.shift(),o.push({value:n,type:i[0].replace(B," ")}),s=s.slice(n.length));for(a in r.filter)!(i=V[a].exec(s))||l[a]&&!(i=l[a](i))||(n=i.shift(),o.push({value:n,type:a,matches:i}),s=s.slice(n.length));if(!n)break}return t?s.length:s?oe.error(e):k(e,u).slice(0)};function ve(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function me(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,c,f,p=[T,s];if(u){while(t=t[r])if((1===t.nodeType||a)&&e(t,n,u))return!0}else while(t=t[r])if(1===t.nodeType||a)if(f=t[b]||(t[b]={}),c=f[t.uniqueID]||(f[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=c[o])&&l[0]===T&&l[1]===s)return p[2]=l[2];if(c[o]=p,p[2]=e(t,n,u))return!0}return!1}}function xe(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r<i;r++)oe(e,t[r],n);return n}function we(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Te(e,t,n,r,i,o){return r&&!r[b]&&(r=Te(r)),i&&!i[b]&&(i=Te(i,o)),se(function(o,a,s,u){var l,c,f,p=[],d=[],h=a.length,g=o||be(t||"*",s.nodeType?[s]:s,[]),y=!e||!o&&t?g:we(g,p,e,s,u),v=n?i||(o?e:h||r)?[]:a:y;if(n&&n(y,v,s,u),r){l=we(v,d),r(l,[],s,u),c=l.length;while(c--)(f=l[c])&&(v[d[c]]=!(y[d[c]]=f))}if(o){if(i||e){if(i){l=[],c=v.length;while(c--)(f=v[c])&&l.push(y[c]=f);i(null,v=[],l,u)}c=v.length;while(c--)(f=v[c])&&(l=i?O(o,f):p[c])>-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u<o;u++)if(n=r.relative[e[u].type])p=[me(xe(p),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[b]){for(i=++u;i<o;i++)if(r.relative[e[i].type])break;return Te(u>1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u<i&&Ce(e.slice(u,i)),i<o&&Ce(e=e.slice(i)),i<o&&ve(e))}p.push(n)}return xe(p)}function Ee(e,t){var n=t.length>0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t<r;t++)if(w.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)w.find(e,i[t],n);return r>1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(w.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&w(e);if(!D.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s<o.length)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1)}e.memory||(n=!1),t=!1,i&&(o=n?[]:"")},l={add:function(){return o&&(n&&!t&&(s=o.length-1,a.push(n)),function t(n){w.each(n,function(n,r){g(r)?e.unique&&l.has(r)||o.push(r):r&&r.length&&"string"!==x(r)&&t(r)})}(arguments),n&&!t&&u()),this},remove:function(){return w.each(arguments,function(e,t){var n;while((n=w.inArray(t,o,n))>-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t<o)){if((e=r.apply(s,u))===n.promise())throw new TypeError("Thenable self-resolution");l=e&&("object"==typeof e||"function"==typeof e)&&e.then,g(l)?i?l.call(e,a(o,n,I,i),a(o,n,W,i)):(o++,l.call(e,a(o,n,I,i),a(o,n,W,i),a(o,n,I,n.notifyWith))):(r!==I&&(s=void 0,u=[e]),(i||n.resolveWith)(s,u))}},c=i?l:function(){try{l()}catch(e){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(e,c.stackTrace),t+1>=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},X=/^-ms-/,U=/-([a-z])/g;function V(e,t){return t.toUpperCase()}function G(e){return e.replace(X,"ms-").replace(U,V)}var Y=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Q(){this.expando=w.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Y(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[G(t)]=n;else for(r in t)i[G(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][G(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(G):(t=G(t))in r?[t]:t.match(M)||[]).length;while(n--)delete r[t[n]]}(void 0===t||w.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!w.isEmptyObject(t)}};var J=new Q,K=new Q,Z=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Z.test(e)?JSON.parse(e):e)}function ne(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(ee,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=te(n)}catch(e){}K.set(e,t,n)}else n=void 0;return n}w.extend({hasData:function(e){return K.hasData(e)||J.hasData(e)},data:function(e,t,n){return K.access(e,t,n)},removeData:function(e,t){K.remove(e,t)},_data:function(e,t,n){return J.access(e,t,n)},_removeData:function(e,t){J.remove(e,t)}}),w.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=K.get(o),1===o.nodeType&&!J.get(o,"hasDataAttrs"))){n=a.length;while(n--)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=G(r.slice(5)),ne(o,r,i[r]));J.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each(function(){K.set(this,e)}):z(this,function(t){var n;if(o&&void 0===t){if(void 0!==(n=K.get(o,e)))return n;if(void 0!==(n=ne(o,e)))return n}else this.each(function(){K.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?w.queue(this[0],e):void 0===t?this:this.each(function(){var n=w.queue(this,e,t);w._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&w.dequeue(this,e)})},dequeue:function(e){return this.each(function(){w.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=w.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=J.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ie=new RegExp("^(?:([+-])=|)("+re+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&w.contains(e.ownerDocument,e)&&"none"===w.css(e,"display")},se=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i};function ue(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return w.css(e,t,"")},u=s(),l=n&&n[3]||(w.cssNumber[t]?"":"px"),c=(w.cssNumber[t]||"px"!==l&&+u)&&ie.exec(w.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)w.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,w.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var le={};function ce(e){var t,n=e.ownerDocument,r=e.nodeName,i=le[r];return i||(t=n.body.appendChild(n.createElement(r)),i=w.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),le[r]=i,i)}function fe(e,t){for(var n,r,i=[],o=0,a=e.length;o<a;o++)(r=e[o]).style&&(n=r.style.display,t?("none"===n&&(i[o]=J.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&ae(r)&&(i[o]=ce(r))):"none"!==n&&(i[o]="none",J.set(r,"display",n)));for(o=0;o<a;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}w.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?w(this).show():w(this).hide()})}});var pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)J.set(e[n],"globalEval",!t||J.get(t[n],"globalEval"))}var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===x(o))w.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+w.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;w.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&w.inArray(o,r)>-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n<arguments.length;n++)u[n]=arguments[n];if(t.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,t)){s=w.event.handlers.call(this,t,l),n=0;while((o=s[n++])&&!t.isPropagationStopped()){t.currentTarget=o.elem,r=0;while((a=o.handlers[r++])&&!t.isImmediatePropagationStopped())t.rnamespace&&!t.rnamespace.test(a.namespace)||(t.handleObj=a,t.data=a.data,void 0!==(i=((w.event.special[a.origType]||{}).handle||a.handler).apply(o.elem,u))&&!1===(t.result=i)&&(t.preventDefault(),t.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,t),t.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?w(i,this).index(l)>-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){Object.defineProperty(w.Event.prototype,e,{enumerable:!0,configurable:!0,get:g(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[w.expando]?e:new w.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Se()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Se()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&N(this,"input"))return this.click(),!1},_default:function(e){return N(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},w.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},w.Event=function(e,t){if(!(this instanceof w.Event))return new w.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ee:ke,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&w.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[w.expando]=!0},w.Event.prototype={constructor:w.Event,isDefaultPrevented:ke,isPropagationStopped:ke,isImmediatePropagationStopped:ke,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ee,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ee,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ee,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&we.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Te.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},w.event.addProp),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){w.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return i&&(i===r||w.contains(r,i))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),w.fn.extend({on:function(e,t,n,r){return De(this,e,t,n,r)},one:function(e,t,n,r){return De(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,w(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=ke),this.each(function(){w.event.remove(this,e,n,t)})}});var Ne=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/<script|<style|<link/i,je=/checked\s*(?:[^=]|=\s*.checked.)/i,qe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n<r;n++)w.event.add(t,i,l[i][n])}K.hasData(e)&&(s=K.access(e),u=w.extend({},s),K.set(t,u))}}function Me(e,t){var n=t.nodeName.toLowerCase();"input"===n&&pe.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Re(e,t,n,r){t=a.apply([],t);var i,o,s,u,l,c,f=0,p=e.length,d=p-1,y=t[0],v=g(y);if(v||p>1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f<p;f++)l=i,f!==d&&(l=w.clone(l,!0,!0),u&&w.merge(s,ye(l,"script"))),n.call(e[f],l,f);if(u)for(c=s[s.length-1].ownerDocument,w.map(s,Oe),f=0;f<u;f++)l=s[f],he.test(l.type||"")&&!J.access(l,"globalEval")&&w.contains(c,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?w._evalUrl&&w._evalUrl(l.src):m(l.textContent.replace(qe,""),c,l))}return e}function Ie(e,t,n){for(var r,i=t?w.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||w.cleanData(ye(r)),r.parentNode&&(n&&w.contains(r.ownerDocument,r)&&ve(ye(r,"script")),r.parentNode.removeChild(r));return e}w.extend({htmlPrefilter:function(e){return e.replace(Ne,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r<i;r++)Me(o[r],a[r]);if(t)if(n)for(o=o||ye(e),a=a||ye(s),r=0,i=o.length;r<i;r++)Pe(o[r],a[r]);else Pe(e,s);return(a=ye(s,"script")).length>0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(w.cleanData(ye(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return Re(this,arguments,function(t){var n=this.parentNode;w.inArray(this,e)<0&&(w.cleanData(ye(this)),n&&n.replaceChild(t,this))},e)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){w.fn[e]=function(e){for(var n,r=[],i=w(e),o=i.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),w(i[a])[t](n),s.apply(r,n.get());return this.pushStack(r)}});var We=new RegExp("^("+re+")(?!px)[a-z%]+$","i"),$e=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},Be=new RegExp(oe.join("|"),"i");!function(){function t(){if(c){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",be.appendChild(l).appendChild(c);var t=e.getComputedStyle(c);i="1%"!==t.top,u=12===n(t.marginLeft),c.style.right="60%",s=36===n(t.right),o=36===n(t.width),c.style.position="absolute",a=36===c.offsetWidth||"absolute",be.removeChild(l),c=null}}function n(e){return Math.round(parseFloat(e))}var i,o,a,s,u,l=r.createElement("div"),c=r.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===c.style.backgroundClip,w.extend(h,{boxSizingReliable:function(){return t(),o},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),u},scrollboxSize:function(){return t(),a}}))}();function Fe(e,t,n){var r,i,o,a,s=e.style;return(n=n||$e(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||w.contains(e.ownerDocument,e)||(a=w.style(e,t)),!h.pixelBoxStyles()&&We.test(a)&&Be.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function _e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}var ze=/^(none|table(?!-c[ea]).+)/,Xe=/^--/,Ue={position:"absolute",visibility:"hidden",display:"block"},Ve={letterSpacing:"0",fontWeight:"400"},Ge=["Webkit","Moz","ms"],Ye=r.createElement("div").style;function Qe(e){if(e in Ye)return e;var t=e[0].toUpperCase()+e.slice(1),n=Ge.length;while(n--)if((e=Ge[n]+t)in Ye)return e}function Je(e){var t=w.cssProps[e];return t||(t=w.cssProps[e]=Qe(e)||e),t}function Ke(e,t,n){var r=ie.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ze(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=w.css(e,n+oe[a],!0,i)),r?("content"===n&&(u-=w.css(e,"padding"+oe[a],!0,i)),"margin"!==n&&(u-=w.css(e,"border"+oe[a]+"Width",!0,i))):(u+=w.css(e,"padding"+oe[a],!0,i),"padding"!==n?u+=w.css(e,"border"+oe[a]+"Width",!0,i):s+=w.css(e,"border"+oe[a]+"Width",!0,i));return!r&&o>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a<i;a++)o[t[a]]=w.css(e,t[a],!1,r);return o}return void 0!==n?w.style(e,t,n):w.css(e,t)},e,t,arguments.length>1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ct(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),y=J.get(e,"fxshow");n.queue||(null==(a=w._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,w.queue(e,"fx").length||a.empty.fire()})}));for(r in t)if(i=t[r],it.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!y||void 0===y[r])continue;g=!0}d[r]=y&&y[r]||w.style(e,r)}if((u=!w.isEmptyObject(t))||!w.isEmptyObject(d)){f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=y&&y.display)&&(l=J.get(e,"display")),"none"===(c=w.css(e,"display"))&&(l?c=l:(fe([e],!0),l=e.style.display||l,c=w.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===w.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1;for(r in d)u||(y?"hidden"in y&&(g=y.hidden):y=J.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&fe([e],!0),p.done(function(){g||fe([e]),J.remove(e,"fxshow");for(r in d)w.style(e,r,d[r])})),u=lt(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}}function ft(e,t){var n,r,i,o,a;for(n in e)if(r=G(n),i=t[r],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=w.cssHooks[r])&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}function pt(e,t,n){var r,i,o=0,a=pt.prefilters.length,s=w.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=nt||st(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),o=0,a=l.tweens.length;o<a;o++)l.tweens[o].run(r);return s.notifyWith(e,[l,r,n]),r<1&&a?n:(a||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:w.extend({},t),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},n),originalProperties:t,originalOptions:n,startTime:nt||st(),duration:n.duration,tweens:[],createTween:function(t,n){var r=w.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),c=l.props;for(ft(c,l.opts.specialEasing);o<a;o++)if(r=pt.prefilters[o].call(l,e,c,l.opts))return g(r.stop)&&(w._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return w.map(c,lt,l),g(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),w.fx.timer(w.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}w.Animation=w.extend(pt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,ie.exec(t),n),n}]},tweener:function(e,t){g(e)?(t=e,e=["*"]):e=e.match(M);for(var n,r=0,i=e.length;r<i;r++)n=e[r],pt.tweeners[n]=pt.tweeners[n]||[],pt.tweeners[n].unshift(t)},prefilters:[ct],prefilter:function(e,t){t?pt.prefilters.unshift(e):pt.prefilters.push(e)}}),w.speed=function(e,t,n){var r=e&&"object"==typeof e?w.extend({},e):{complete:n||!n&&t||g(e)&&e,duration:e,easing:n&&t||t&&!g(t)&&t};return w.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in w.fx.speeds?r.duration=w.fx.speeds[r.duration]:r.duration=w.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){g(r.old)&&r.old.call(this),r.queue&&w.dequeue(this,r.queue)},r},w.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=w.isEmptyObject(e),o=w.speed(t,n,r),a=function(){var t=pt(this,w.extend({},e),o);(i||J.get(this,"finish"))&&t.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=w.timers,a=J.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&ot.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||w.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=J.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=w.timers,a=r?r.length:0;for(n.finish=!0,w.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),w.each(["toggle","show","hide"],function(e,t){var n=w.fn[t];w.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,r,i)}}),w.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){w.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),w.timers=[],w.fx.tick=function(){var e,t=0,n=w.timers;for(nt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||w.fx.stop(),nt=void 0},w.fx.timer=function(e){w.timers.push(e),w.fx.start()},w.fx.interval=13,w.fx.start=function(){rt||(rt=!0,at())},w.fx.stop=function(){rt=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(t,n){return t=w.fx?w.fx.speeds[t]||t:t,n=n||"fx",this.queue(n,function(n,r){var i=e.setTimeout(n,t);r.stop=function(){e.clearTimeout(i)}})},function(){var e=r.createElement("input"),t=r.createElement("select").appendChild(r.createElement("option"));e.type="checkbox",h.checkOn=""!==e.value,h.optSelected=t.selected,(e=r.createElement("input")).value="t",e.type="radio",h.radioValue="t"===e.value}();var dt,ht=w.expr.attrHandle;w.fn.extend({attr:function(e,t){return z(this,w.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!N(n.parentNode,"optgroup"))){if(t=w(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=w.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=w.inArray(w.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&o("error"===e.type?404:200,e.type)}),r.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Yt=[],Qt=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Yt.pop()||w.expando+"_"+Et++;return this[e]=!0,e}}),w.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=!1!==t.jsonp&&(Qt.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Qt.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=g(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(Qt,"$1"+i):!1!==t.jsonp&&(t.url+=(kt.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||w.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(function(){void 0===o?w(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,Yt.push(i)),a&&g(o)&&o(a[0]),a=o=void 0}),"script"}),h.createHTMLDocument=function(){var e=r.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),w.parseHTML=function(e,t,n){if("string"!=typeof e)return[];"boolean"==typeof t&&(n=t,t=!1);var i,o,a;return t||(h.createHTMLDocument?((i=(t=r.implementation.createHTMLDocument("")).createElement("base")).href=r.location.href,t.head.appendChild(i)):t=r),o=A.exec(e),a=!n&&[],o?[t.createElement(o[1])]:(o=xe([e],t,a),a&&a.length&&w(a).remove(),w.merge([],o.childNodes))},w.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=vt(e.slice(s)),e=e.slice(0,s)),g(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&w.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?w("<div>").append(w.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){w.fn[t]=function(e){return this.on(t,e)}}),w.expr.pseudos.animated=function(e){return w.grep(w.timers,function(t){return e===t.elem}).length},w.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l,c=w.css(e,"position"),f=w(e),p={};"static"===c&&(e.style.position="relative"),s=f.offset(),o=w.css(e,"top"),u=w.css(e,"left"),(l=("absolute"===c||"fixed"===c)&&(o+u).indexOf("auto")>-1)?(a=(r=f.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),g(t)&&(t=t.call(e,n,w.extend({},s))),null!=t.top&&(p.top=t.top-s.top+a),null!=t.left&&(p.left=t.left-s.left+i),"using"in t?t.using.call(e,p):f.css(p)}},w.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){w.offset.setOffset(this,e,t)});var t,n,r=this[0];if(r)return r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===w.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===w.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=w(e).offset()).top+=w.css(e,"borderTopWidth",!0),i.left+=w.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-w.css(r,"marginTop",!0),left:t.left-i.left-w.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===w.css(e,"position"))e=e.offsetParent;return e||be})}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;w.fn[e]=function(r){return z(this,function(e,r,i){var o;if(y(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i},e,r,arguments.length)}}),w.each(["top","left"],function(e,t){w.cssHooks[t]=_e(h.pixelPosition,function(e,n){if(n)return n=Fe(e,t),We.test(n)?w(e).position()[t]+"px":n})}),w.each({Height:"height",Width:"width"},function(e,t){w.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){w.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return z(this,function(t,n,i){var o;return y(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?w.css(t,n,s):w.style(t,n,i,s)},t,a?i:void 0,a)}})}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){w.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),w.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),w.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),w.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),g(e))return r=o.call(arguments,2),i=function(){return e.apply(t||this,r.concat(o.call(arguments)))},i.guid=e.guid=e.guid||w.guid++,i},w.holdReady=function(e){e?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=N,w.isFunction=g,w.isWindow=y,w.camelCase=G,w.type=x,w.now=Date.now,w.isNumeric=function(e){var t=w.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return w});var Jt=e.jQuery,Kt=e.$;return w.noConflict=function(t){return e.$===w&&(e.$=Kt),t&&e.jQuery===w&&(e.jQuery=Jt),w},t||(e.jQuery=e.$=w),w}); |
¶Ô±ÈÐÂÎļþ |
| | |
| | | // Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification |
| | | // for details on configuring this project to bundle and minify static web assets. |
| | | |
| | | // Write your JavaScript code. |
¶Ô±ÈÐÂÎļþ |
| | |
| | | var exten = "";//ä¸è½½æä»¶åç¼å |
| | | var timerLoadExportBtn = null; |
| | | $(document).delegate("#select", "change", function () { |
| | | debugger |
| | | setTimeout("LoadExportApiWordBtn()", 300);//å è½½å¯¼åºæé® |
| | | console.log("dom export ok"); |
| | | }); |
| | | |
| | | $(document).ready(function () { |
| | | InitLoad();//åå§åå¯¼åº |
| | | //loading设置 |
| | | $.busyLoadSetup({ |
| | | animation: "slide", |
| | | background: "rgba(255, 152, 0, 0.86)" |
| | | }); |
| | | }); |
| | | |
| | | //åå§å |
| | | function InitLoad() { |
| | | setTimeout("LoadExportApiWordBtn()", 300);//å è½½å¯¼åºæé® |
| | | } |
| | | |
| | | //å è½½èªå®ä¹å¯¼åºæé® |
| | | function LoadExportApiWordBtn() { |
| | | $(".information-container").height(240);//ææ¡£ä»ç»åºåé«åº¦ |
| | | $(".topbar").height(35); |
| | | var btnExport = "<div class='selectBox' style='position: absolute;margin: 0;padding: 0;margin-left: 1432px;top: 2.5px;'>" + |
| | | "<span><a href='javascript:void(0);'>导åºç¦»çº¿ææ¡£</a></span>" + |
| | | "<div class='drop'>" + |
| | | "<ul style='margin: 0;padding: 0;'>" + |
| | | //"<li>" + |
| | | //"<a href='javascript:void(0);' onclick='ExportApiWord(1)'>å¯¼åº Word</a>" + |
| | | //"</li>" + |
| | | //"<li>" + |
| | | //"<a href='javascript:void(0);' onclick='ExportApiWord(2)'>å¯¼åº PDF</a>" + |
| | | //"</li>" + |
| | | "<li>" + |
| | | "<a href='javascript:void(0);' onclick='ExportApiWord(3)'>å¯¼åº Html</a>" + |
| | | "</li >" + |
| | | //"<li>" + |
| | | //"<a href='javascript:void(0);' onclick='ExportApiWord(4)'>å¯¼åº Xml</a>" + |
| | | //"</li >" + |
| | | //"<li>" + |
| | | //"<a href='javascript:void(0);' onclick='ExportApiWord(5)'>å¯¼åº Svg</a>" + |
| | | //"</li >" + |
| | | "</ul >" + |
| | | "</div >" + |
| | | "</div >"; |
| | | //information-containerè¿ä¸ªå
ç´ æ¯swaggeråæå¨ææ¸²æåºæ¥çï¼ææè¿éè¦å 个循ç¯å¤æã |
| | | //ç¬¬ä¸æ¬¡è¿æ¥å¦ææè¿ä¸ªclassç´æ¥å è½½æé®éåº |
| | | if ($("*").hasClass("information-container")) { |
| | | $(".information-container").append(btnExport); |
| | | return; |
| | | } |
| | | //没æå
ç´ çå¾
å
ç´ åºç°å¨å è½½æé® |
| | | timerLoadExportBtn = setInterval(function () { |
| | | if ($("*").hasClass("information-container")) { |
| | | $(".information-container").append(btnExport); |
| | | console.log("load ok"); |
| | | window.clearInterval(timerLoadExportBtn); |
| | | return; |
| | | } |
| | | console.log("loading"); |
| | | }, 788); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * å»¶è¿å½æ° |
| | | * @param {any} delay |
| | | */ |
| | | function sleep(delay) { |
| | | var start = (new Date()).getTime(); |
| | | while ((new Date()).getTime() - start < delay) { |
| | | continue; |
| | | } |
| | | } |
| | | |
| | | /* |
| | | * å¯¼åº |
| | | */ |
| | | function ExportApiWord(type) { |
| | | switch (type) { |
| | | case 1: |
| | | exten = ".docx"; |
| | | break; |
| | | case 2: |
| | | exten = ".pdf"; |
| | | break; |
| | | case 3: |
| | | exten = ".html"; |
| | | break; |
| | | case 4: |
| | | exten = ".xml"; |
| | | break; |
| | | case 5: |
| | | exten = ".svg"; |
| | | break; |
| | | } |
| | | var version = $("#select option:selected").val(); |
| | | version = version.split('/')[2]; |
| | | var url = '/api/Swagger/ExportWord?type=' + exten + "&version=" + version; |
| | | var xhr = new XMLHttpRequest(); |
| | | xhr.open('GET', url, true); // ä¹å¯ä»¥ä½¿ç¨POSTæ¹å¼ï¼æ ¹æ®æ¥å£ |
| | | xhr.responseType = "blob"; // è¿åç±»åblob |
| | | // å®ä¹è¯·æ±å®æçå¤ç彿°ï¼è¯·æ±åä¹å¯ä»¥å¢å å è½½æ¡/ç¦ç¨ä¸è½½æé®é»è¾ |
| | | xhr.onload = function () { |
| | | // 请æ±å®æ |
| | | if (this.status === 200) { |
| | | // è¿å200 |
| | | var blob = this.response; |
| | | var reader = new FileReader(); |
| | | reader.readAsDataURL(blob); // 转æ¢ä¸ºbase64ï¼å¯ä»¥ç´æ¥æ¾å
¥a表æ
href |
| | | reader.onload = function(e) { |
| | | // 转æ¢å®æï¼å建ä¸ä¸ªaæ ç¾ç¨äºä¸è½½ |
| | | var a = document.createElement('a'); |
| | | a.download = 'WIDESEAWCS APIææ¡£ ' + version + exten; |
| | | a.href = e.target.result; |
| | | $("body").append(a); // ä¿®å¤firefox䏿 æ³è§¦åclick |
| | | a.click(); |
| | | $(a).remove(); |
| | | } |
| | | } else { |
| | | alert(this.status+this.statusText); |
| | | } |
| | | //å
³éload |
| | | $.busyLoadFull('hide', |
| | | { |
| | | animation: "fade" |
| | | }); |
| | | }; |
| | | // åéajaxè¯·æ± |
| | | xhr.send(); |
| | | //æå¼loaderé®ç½© |
| | | $.busyLoadFull('show', { |
| | | text: "LOADING ...", |
| | | animation: "fade" |
| | | }); |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | <head> |
| | | <meta charset="utf-8" /> |
| | | <title>ç»å½ - æ¥å£ææ¡£</title> |
| | | <script src="js/jquery-3.3.1.min.js"></script> |
| | | <link type="text/css" href="css/style.css" rel="stylesheet" /> |
| | | <script src="js/anime.min.js"></script> |
| | | </head> |
| | | <body> |
| | | <div class="page"> |
| | | <div class="container"> |
| | | <div class="left"> |
| | | <div></div> |
| | | |
| | | <div class="login">æ¥å£ææ¡£</div> |
| | | <div class="eula">欢è¿ä½¿ç¨ï¼</div> |
| | | </div> |
| | | <div class="right"> |
| | | <svg viewBox="0 0 320 300"> |
| | | <defs> |
| | | <linearGradient inkscape:collect="always" |
| | | id="linearGradient" |
| | | x1="13" |
| | | y1="193.49992" |
| | | x2="307" |
| | | y2="193.49992" |
| | | gradientUnits="userSpaceOnUse"> |
| | | <stop style="stop-color:#ff00ff;" |
| | | offset="0" |
| | | id="stop876" /> |
| | | <stop style="stop-color:#ff0000;" |
| | | offset="1" |
| | | id="stop878" /> |
| | | </linearGradient> |
| | | </defs> |
| | | <path d="m 40,120.00016 239.99984,-3.2e-4 c 0,0 24.99263,0.79932 25.00016,35.00016 0.008,34.20084 -25.00016,35 -25.00016,35 h -239.99984 c 0,-0.0205 -25,4.01348 -25,38.5 0,34.48652 25,38.5 25,38.5 h 215 c 0,0 20,-0.99604 20,-25 0,-24.00396 -20,-25 -20,-25 h -190 c 0,0 -20,1.71033 -20,25 0,24.00396 20,25 20,25 h 168.57143" /> |
| | | </svg> |
| | | <div class="form"> |
| | | <label for="email">ç¨æ·å</label> |
| | | <input type="email" id="email"> |
| | | <label for="password">å¯ç </label> |
| | | <input type="password" id="password"> |
| | | <input type="submit" id="submit" onclick="submit()" value="ç» å½"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <script> |
| | | var current = null; |
| | | document.querySelector('#email').addEventListener('focus', function (e) { |
| | | if (current) current.pause(); |
| | | current = anime({ |
| | | targets: 'path', |
| | | strokeDashoffset: { |
| | | value: 0, |
| | | duration: 700, |
| | | easing: 'easeOutQuart' |
| | | }, |
| | | strokeDasharray: { |
| | | value: '240 1386', |
| | | duration: 700, |
| | | easing: 'easeOutQuart' |
| | | } |
| | | }); |
| | | }); |
| | | document.querySelector('#password').addEventListener('focus', function (e) { |
| | | if (current) current.pause(); |
| | | current = anime({ |
| | | targets: 'path', |
| | | strokeDashoffset: { |
| | | value: -336, |
| | | duration: 700, |
| | | easing: 'easeOutQuart' |
| | | }, |
| | | strokeDasharray: { |
| | | value: '240 1386', |
| | | duration: 700, |
| | | easing: 'easeOutQuart' |
| | | } |
| | | }); |
| | | }); |
| | | document.querySelector('#submit').addEventListener('focus', function (e) { |
| | | if (current) current.pause(); |
| | | current = anime({ |
| | | targets: 'path', |
| | | strokeDashoffset: { |
| | | value: -730, |
| | | duration: 700, |
| | | easing: 'easeOutQuart' |
| | | }, |
| | | strokeDasharray: { |
| | | value: '530 1386', |
| | | duration: 700, |
| | | easing: 'easeOutQuart' |
| | | } |
| | | }); |
| | | }); |
| | | |
| | | function GetQueryString(name) { |
| | | var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); |
| | | var r = window.location.search.substr(1).match(reg); |
| | | if (r != null) return decodeURI(r[2]); |
| | | return null; |
| | | } |
| | | |
| | | function submit() { |
| | | let postdata = { |
| | | "name": $("#email").val(), |
| | | "pwd": $("#password").val(), |
| | | }; |
| | | if (!(postdata.name && postdata.pwd)) { |
| | | alert('忰䏿£ç¡®'); |
| | | return |
| | | } |
| | | $.ajax({ |
| | | url: "/api/User/swgLogin", |
| | | type: "POST", |
| | | contentType: "application/json; charset=utf-8", |
| | | data: JSON.stringify(postdata), |
| | | dataType: 'json', |
| | | success: function (data) { |
| | | if (data?.result) { |
| | | var returnUrl = GetQueryString("returnUrl"); |
| | | if (returnUrl != null && returnUrl.length > 0) { |
| | | window.location.href = returnUrl; |
| | | } else { |
| | | window.location.href = "/index.html"; |
| | | } |
| | | } else { |
| | | alert('忰䏿£ç¡®'); |
| | | } |
| | | } |
| | | }); |
| | | } |
| | | </script> |
| | | |
| | | </body> |
| | | </html> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ISystemRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemRepository |
| | | { |
| | | public class Sys_DictionaryListRepository : RepositoryBase<Sys_DictionaryList>, ISys_DictionaryListRepository |
| | | { |
| | | public Sys_DictionaryListRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.DataProtection.KeyManagement; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ISystemRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemRepository |
| | | { |
| | | public class Sys_DictionaryRepository : RepositoryBase<Sys_Dictionary>, ISys_DictionaryRepository |
| | | { |
| | | public Sys_DictionaryRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | /// <param name="dicNos"></param> |
| | | /// <param name="executeSql">æ¯å¦æ§è¡èªå®ä¹sql</param> |
| | | /// <returns></returns> |
| | | public IEnumerable<Sys_Dictionary> GetDictionaries(IEnumerable<string> dicNos, bool executeSql = false) |
| | | { |
| | | List<Sys_Dictionary> Dictionaries = GetAllDictionary(dicNos); |
| | | |
| | | //foreach (var item in Dictionaries.Where(x => dicNos.Contains(x.DicNo))) |
| | | //{ |
| | | // if (executeSql) |
| | | // { |
| | | // // 2020.05.01å¢å æ ¹æ®ç¨æ·ä¿¡æ¯å è½½åå
¸æ°æ®æºsql |
| | | // string sql = item.DBSql; |
| | | // if (!string.IsNullOrEmpty(sql)) |
| | | // { |
| | | // item.DicList = Query(sql); |
| | | // } |
| | | // } |
| | | //} |
| | | |
| | | return Dictionaries; |
| | | } |
| | | |
| | | List<Sys_DictionaryList> Query(string sql) |
| | | { |
| | | try |
| | | { |
| | | return base.QueryDynamicDataBySql(sql, null).Select(s => new Sys_DictionaryList() |
| | | { |
| | | DicName = s.Value, |
| | | DicValue = s.Key.ToString() |
| | | }).ToList(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | throw ex; |
| | | } |
| | | } |
| | | |
| | | private List<Sys_Dictionary> GetAllDictionary(IEnumerable<string> dicNos) |
| | | { |
| | | //base.QueryData().ToList(); |
| | | List<Sys_Dictionary> _dictionaries = Db.Queryable<Sys_Dictionary>().Includes(x => x.DicList).Where(x => x.Enable == 1 && dicNos.Contains(x.DicNo)).ToList(); |
| | | return _dictionaries; |
| | | } |
| | | } |
| | | |
| | | public class SourceKeyVaule |
| | | { |
| | | public object Key { get; set; } |
| | | public string Value { get; set; } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ISystemRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemRepository |
| | | { |
| | | public class Sys_LogRepository : RepositoryBase<Sys_Log>, ISys_LogRepository |
| | | { |
| | | public Sys_LogRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Concurrent; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_ISystemRepository; |
| | | using WIDESEAWCS_Model; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemRepository |
| | | { |
| | | public class Sys_MenuRepository : RepositoryBase<Sys_Menu>, ISys_MenuRepository |
| | | { |
| | | public Sys_MenuRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | |
| | | public List<Sys_Menu> GetAllMenu() |
| | | { |
| | | List<Sys_Menu> _menus = base.QueryData(x => x.Enable == 1 || x.Enable == 2).OrderByDescending(a => a.OrderNo).ThenByDescending(q => q.ParentId).ToList(); |
| | | |
| | | _menus.ForEach(x => |
| | | { |
| | | x.MenuType ??= 0; |
| | | if (!string.IsNullOrEmpty(x.Auth) && x.Auth.Length > 10) |
| | | { |
| | | try |
| | | { |
| | | x.Actions = x.Auth.DeserializeObject<List<Sys_Actions>>(); |
| | | } |
| | | catch { } |
| | | } |
| | | x.Actions ??= new List<Sys_Actions>(); |
| | | }); |
| | | string test = _menus.Serialize(); |
| | | return _menus; |
| | | } |
| | | |
| | | public object GetSuperAdminMenu() |
| | | { |
| | | return GetAllMenu().Select(x => |
| | | new |
| | | { |
| | | id = x.MenuId, |
| | | name = x.MenuName, |
| | | url = x.Url, |
| | | parentId = x.ParentId, |
| | | icon = x.Icon, |
| | | x.Enable, |
| | | x.TableName, // 2022.03.26å¢ç§»å¨ç«¯å èåç±»å |
| | | permission = x.Actions.Select(s => s.Value).ToArray() |
| | | }).ToList(); |
| | | } |
| | | |
| | | public object GetMenuByRoleId(int roleId) |
| | | { |
| | | var menu = from a in GetPermissions(roleId) |
| | | join b in GetAllMenu() |
| | | on a.MenuId equals b.MenuId |
| | | orderby b.OrderNo descending |
| | | select new |
| | | { |
| | | id = a.MenuId, |
| | | name = b.MenuName, |
| | | url = b.Url, |
| | | parentId = b.ParentId, |
| | | icon = b.Icon, |
| | | b.Enable, |
| | | b.TableName, |
| | | permission = a.UserAuthArr |
| | | }; |
| | | return menu.ToList(); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è·åè§è²æéæ¶éè¿å®å
¨åå
¸éå®çè§è²id |
| | | /// </summary> |
| | | private static ConcurrentDictionary<string, object> objKeyValue = new ConcurrentDictionary<string, object>(); |
| | | |
| | | public List<Permissions> GetPermissions(int roleId) |
| | | { |
| | | if (App.User.IsRoleIdSuperAdmin(roleId)) |
| | | { |
| | | //2020.12.27å¢å èåçé¢ä¸ä¸æ¾ç¤ºï¼ä½å¯ä»¥åé
æé |
| | | var permissions = QueryData(x => x.Enable == 1 || x.Enable == 2) |
| | | .Select(a => new Permissions |
| | | { |
| | | MenuId = a.MenuId, |
| | | ParentId = a.ParentId, |
| | | TableName = (a.TableName ?? "").ToLower(), |
| | | UserAuth = a.Auth, |
| | | MenuType = a.MenuType ?? 0 |
| | | }).ToList(); |
| | | return MenuActionToArray(permissions); |
| | | } |
| | | |
| | | //é宿¯ä¸ªè§è²ï¼éè¿å®å
¨åå
¸åå°éç²åº¦ï¼å¦åå¤ä¸ªåæ¶è§è²è·åç¼åä¼å¯¼è´é»å¡ |
| | | object objId = objKeyValue.GetOrAdd(roleId.ToString(), new object()); |
| | | //é宿¯ä¸ªè§è² |
| | | lock (objId) |
| | | { |
| | | //没æredis/memoryç¼åè§è²ççæ¬å·æä¸å½åæå¡å¨çè§è²çæ¬å·ä¸åæ¶ï¼å·æ°ç¼å |
| | | |
| | | List<Permissions> _permissions = QueryTabs<Sys_Menu, Sys_RoleAuth, Permissions>((a, b) => new object[] { JoinType.Inner, a.MenuId == b.MenuId }, (a, b) => new Permissions { MenuId = a.MenuId, ParentId = a.ParentId, TableName = (a.TableName ?? "").ToLower(), MenuAuth = a.Auth, UserAuth = b.AuthValue ?? "", MenuType = a.MenuType ?? 0 }, (a, b) => b.RoleId == roleId, x => true); |
| | | |
| | | ActionToArray(_permissions); |
| | | |
| | | return _permissions; |
| | | } |
| | | } |
| | | |
| | | private List<Permissions> MenuActionToArray(List<Permissions> permissions) |
| | | { |
| | | permissions.ForEach(x => |
| | | { |
| | | try |
| | | { |
| | | x.UserAuthArr = string.IsNullOrEmpty(x.UserAuth) |
| | | ? new string[0] |
| | | : x.UserAuth.DeserializeObject<List<Sys_Actions>>().Select(s => s.Value).ToArray(); |
| | | } |
| | | catch { } |
| | | finally |
| | | { |
| | | if (x.UserAuthArr == null) |
| | | { |
| | | x.UserAuthArr = new string[0]; |
| | | } |
| | | } |
| | | }); |
| | | return permissions; |
| | | } |
| | | |
| | | private List<Permissions> ActionToArray(List<Permissions> permissions) |
| | | { |
| | | permissions.ForEach(x => |
| | | { |
| | | try |
| | | { |
| | | var menuAuthArr = x.MenuAuth.DeserializeObject<List<Sys_Actions>>(); |
| | | x.UserAuthArr = string.IsNullOrEmpty(x.UserAuth) |
| | | ? new string[0] |
| | | : x.UserAuth.Split(",").Where(c => menuAuthArr.Any(m => m.Value == c)).ToArray(); |
| | | |
| | | } |
| | | catch { } |
| | | finally |
| | | { |
| | | if (x.UserAuthArr == null) |
| | | { |
| | | x.UserAuthArr = new string[0]; |
| | | } |
| | | } |
| | | }); |
| | | return permissions; |
| | | } |
| | | |
| | | public object GetMenu(List<int> menuIds) |
| | | { |
| | | return QueryData(x => menuIds.Contains(x.MenuId)).Select(a => |
| | | new |
| | | { |
| | | id = a.MenuId, |
| | | parentId = a.ParentId, |
| | | name = a.MenuName, |
| | | a.MenuType, |
| | | a.OrderNo |
| | | }).OrderByDescending(a => a.OrderNo) |
| | | .ThenByDescending(q => q.parentId).ToList(); |
| | | } |
| | | |
| | | public object GetTreeItem(int menuId) |
| | | { |
| | | var sysMenu = base.QueryData(x => x.MenuId == menuId) |
| | | .Select( |
| | | p => new |
| | | { |
| | | p.MenuId, |
| | | p.ParentId, |
| | | p.MenuName, |
| | | p.Url, |
| | | p.Auth, |
| | | p.OrderNo, |
| | | p.Icon, |
| | | p.Enable, |
| | | // 2022.03.26å¢ç§»å¨ç«¯å èåç±»å |
| | | MenuType = p.MenuType ?? 0, |
| | | p.CreateDate, |
| | | p.Creater, |
| | | p.TableName, |
| | | p.ModifyDate |
| | | }).FirstOrDefault(); |
| | | return sysMenu; |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ISystemRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemRepository |
| | | { |
| | | internal class Sys_RoleAuthRepository : RepositoryBase<Sys_RoleAuth>, ISys_RoleAuthRepository |
| | | { |
| | | public Sys_RoleAuthRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ISystemRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemRepository |
| | | { |
| | | public class Sys_RoleRepository : RepositoryBase<Sys_Role>, ISys_RoleRepository |
| | | { |
| | | public Sys_RoleRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ISystemRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemRepository |
| | | { |
| | | public class Sys_TenantRepository : RepositoryBase<Sys_Tenant>, ISys_TenantRepository |
| | | { |
| | | public Sys_TenantRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.HttpContextUser; |
| | | using WIDESEAWCS_ISystemRepository; |
| | | using WIDESEAWCS_Model; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemRepository |
| | | { |
| | | public class Sys_UserRepository : RepositoryBase<Sys_User>, ISys_UserRepository |
| | | { |
| | | public Sys_UserRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | |
| | | } |
| | | |
| | | public UserInfo GetUserInfo(string userName, string password) |
| | | { |
| | | return QueryFirst(x => x.UserName == userName && x.UserPwd == password, x => new UserInfo { HeadImageUrl = x.HeadImageUrl, RoleId = x.Role_Id, TenantId = x.TenantId, UserId = x.User_Id, UserName = x.UserName, UserTrueName = x.UserTrueName }); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_ISystemRepository\WIDESEAWCS_ISystemRepository.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemServices |
| | | { |
| | | public class Sys_DictionaryListService : ServiceBase<Sys_DictionaryList, IRepository<Sys_DictionaryList>>, ISys_DictionaryListService |
| | | { |
| | | public Sys_DictionaryListService(IRepository<Sys_DictionaryList> BaseDal) : base(BaseDal) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Newtonsoft.Json; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.DateTime; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Linq; |
| | | using System.Reflection; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Common.TaskEnum; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.Caches; |
| | | using WIDESEAWCS_Core.DB; |
| | | using WIDESEAWCS_Core.Enums; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_DTO.System; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemServices |
| | | { |
| | | public class Sys_DictionaryService : ServiceBase<Sys_Dictionary, IRepository<Sys_Dictionary>>, ISys_DictionaryService |
| | | { |
| | | private readonly IUnitOfWorkManage _unitOfWorkManage; |
| | | private readonly ICacheService _cacheService; |
| | | |
| | | public Sys_DictionaryService(IRepository<Sys_Dictionary> BaseDal, IUnitOfWorkManage unitOfWorkManage, ICacheService cacheService) : base(BaseDal) |
| | | { |
| | | _unitOfWorkManage = unitOfWorkManage; |
| | | _cacheService = cacheService; |
| | | } |
| | | |
| | | public List<VueDictionaryDTO> GetVueDictionary(string[] dicNos) |
| | | { |
| | | if (dicNos == null || dicNos.Count() == 0) return new List<VueDictionaryDTO>(); |
| | | List<VueDictionaryDTO> vueDictionaryDTOs = new List<VueDictionaryDTO>(); |
| | | |
| | | List<string> cacheDicNos = new List<string>(); |
| | | foreach (string n in dicNos) |
| | | { |
| | | string? str = _cacheService.Get(n); |
| | | if (!string.IsNullOrEmpty(str)) |
| | | { |
| | | VueDictionaryDTO? vueDictionary = JsonConvert.DeserializeObject<VueDictionaryDTO>(str); |
| | | |
| | | if (vueDictionary != null) |
| | | { |
| | | vueDictionaryDTOs.Add(vueDictionary); |
| | | cacheDicNos.Add(n); |
| | | } |
| | | } |
| | | } |
| | | if (dicNos.Where(x => !cacheDicNos.Contains(x)).Count() > 0) |
| | | { |
| | | List<string> list = dicNos.Where(x => !cacheDicNos.Contains(x)).ToList(); |
| | | List<Sys_Dictionary> dictionaries = GetDictionaries(list).ToList(); |
| | | |
| | | List<VueDictionaryDTO> selectDics = dictionaries.Select(s => new VueDictionaryDTO |
| | | { |
| | | DicNo = s.DicNo, |
| | | Config = s.Config, |
| | | //dbSql = s.Sql, |
| | | Data = s.DicList.OrderByDescending(o => o.OrderNo).Select(list => new { key = list.DicValue, value = list.DicName }) |
| | | }).ToList(); |
| | | |
| | | foreach (var v in dictionaries) |
| | | { |
| | | if (!string.IsNullOrEmpty(v.DBSql)) |
| | | { |
| | | VueDictionaryDTO? temp = selectDics.FirstOrDefault(x => x.DicNo == v.DicNo); |
| | | if (temp != null) |
| | | selectDics.Remove(temp); |
| | | selectDics.Add(new VueDictionaryDTO |
| | | { |
| | | Config = v.Config, |
| | | DicNo = v.DicNo, |
| | | Data = BaseDal.QueryDynamicDataBySql(v.DBSql), |
| | | SaveCache = false, |
| | | }); |
| | | } |
| | | } |
| | | |
| | | foreach (var item in selectDics) |
| | | { |
| | | if (!_cacheService.Exists(item.DicNo) && item.SaveCache) |
| | | { |
| | | _cacheService.Add(item.DicNo, item.Serialize()); |
| | | } |
| | | } |
| | | vueDictionaryDTOs.AddRange(selectDics); |
| | | } |
| | | |
| | | return vueDictionaryDTOs; |
| | | } |
| | | |
| | | public IEnumerable<Sys_Dictionary> GetDictionaries(IEnumerable<string> dicNos, bool executeSql = false) |
| | | { |
| | | List<Sys_Dictionary> Dictionaries = GetAllDictionary(dicNos); |
| | | |
| | | return Dictionaries; |
| | | } |
| | | |
| | | List<Sys_DictionaryList> Query(string sql) |
| | | { |
| | | try |
| | | { |
| | | return BaseDal.QueryDynamicDataBySql(sql, null).Select(s => new Sys_DictionaryList() |
| | | { |
| | | DicName = s.Value, |
| | | DicValue = s.Key.ToString() |
| | | }).ToList(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | throw ex; |
| | | } |
| | | } |
| | | |
| | | private List<Sys_Dictionary> GetAllDictionary(IEnumerable<string> dicNos) |
| | | { |
| | | //base.QueryData().ToList(); |
| | | List<Sys_Dictionary> _dictionaries = Db.Queryable<Sys_Dictionary>().Includes(x => x.DicList).Where(x => x.Enable == 1 && dicNos.Contains(x.DicNo)).ToList(); |
| | | return _dictionaries; |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemServices |
| | | { |
| | | public class Sys_LogService : ServiceBase<Sys_Log, IRepository<Sys_Log>>, ISys_LogService |
| | | { |
| | | public Sys_LogService(IRepository<Sys_Log> BaseDal) : base(BaseDal) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using AutoMapper; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Concurrent; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_DTO.System; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemServices |
| | | { |
| | | public class Sys_MenuService : ServiceBase<Sys_Menu, IRepository<Sys_Menu>>, ISys_MenuService |
| | | { |
| | | private readonly IUnitOfWorkManage _unitOfWorkManage; |
| | | private readonly IMapper _mapper; |
| | | |
| | | public Sys_MenuService(IRepository<Sys_Menu> BaseDal, IUnitOfWorkManage unitOfWorkManage, IMapper mapper) : base(BaseDal) |
| | | { |
| | | _unitOfWorkManage = unitOfWorkManage; |
| | | _mapper = mapper; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è·åå½åç¨æ·ææèå䏿é |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public object GetCurrentMenuActionList() |
| | | { |
| | | object obj = GetMenuActionList(App.User.RoleId); |
| | | if (obj is IEnumerable<object> list) |
| | | { |
| | | if (list.Any()) |
| | | { |
| | | return obj; |
| | | } |
| | | else |
| | | { |
| | | return WebResponseContent.Instance.Error("æªè·åå°èåä¿¡æ¯"); |
| | | } |
| | | } |
| | | return obj; |
| | | } |
| | | |
| | | public List<MenuDTO> GetAllMenu() |
| | | { |
| | | List<Sys_Menu> menus = BaseDal.QueryData(x => x.Enable == 1 || x.Enable == 2).OrderByDescending(a => a.OrderNo).ThenByDescending(q => q.ParentId).ToList(); |
| | | List<MenuDTO> _menus = _mapper.Map<List<MenuDTO>>(menus); |
| | | _menus.ForEach(x => |
| | | { |
| | | x.MenuType ??= 0; |
| | | if (!string.IsNullOrEmpty(x.Auth) && x.Auth.Length > 10) |
| | | { |
| | | try |
| | | { |
| | | x.Actions = x.Auth.DeserializeObject<List<ActionDTO>>(); |
| | | } |
| | | catch { } |
| | | } |
| | | x.Actions ??= new List<ActionDTO>(); |
| | | }); |
| | | string test = _menus.Serialize(); |
| | | return _menus; |
| | | } |
| | | |
| | | public object GetSuperAdminMenu() |
| | | { |
| | | return GetAllMenu().Select(x => |
| | | new |
| | | { |
| | | id = x.MenuId, |
| | | name = x.MenuName, |
| | | url = x.Url, |
| | | parentId = x.ParentId, |
| | | icon = x.Icon, |
| | | x.Enable, |
| | | x.TableName, // 2022.03.26å¢ç§»å¨ç«¯å èåç±»å |
| | | permission = x.Actions.Select(s => s.Value).ToArray() |
| | | }).ToList(); |
| | | } |
| | | |
| | | public object GetMenuByRoleId(int roleId) |
| | | { |
| | | var menu = from a in GetPermissions(roleId) |
| | | join b in GetAllMenu() |
| | | on a.MenuId equals b.MenuId |
| | | orderby b.OrderNo descending |
| | | select new |
| | | { |
| | | id = a.MenuId, |
| | | name = b.MenuName, |
| | | url = b.Url, |
| | | parentId = b.ParentId, |
| | | icon = b.Icon, |
| | | b.Enable, |
| | | b.TableName, |
| | | permission = a.UserAuthArr |
| | | }; |
| | | return menu.ToList(); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è·åè§è²æéæ¶éè¿å®å
¨åå
¸éå®çè§è²id |
| | | /// </summary> |
| | | private static ConcurrentDictionary<string, object> objKeyValue = new ConcurrentDictionary<string, object>(); |
| | | |
| | | public List<Permissions> GetPermissions(int roleId) |
| | | { |
| | | if (App.User.IsRoleIdSuperAdmin(roleId)) |
| | | { |
| | | //2020.12.27å¢å èåçé¢ä¸ä¸æ¾ç¤ºï¼ä½å¯ä»¥åé
æé |
| | | var permissions = BaseDal.QueryData(x => x.Enable == 1 || x.Enable == 2) |
| | | .Select(a => new Permissions |
| | | { |
| | | MenuId = a.MenuId, |
| | | ParentId = a.ParentId, |
| | | TableName = (a.TableName ?? "").ToLower(), |
| | | UserAuth = a.Auth, |
| | | MenuType = a.MenuType ?? 0 |
| | | }).ToList(); |
| | | return MenuActionToArray(permissions); |
| | | } |
| | | |
| | | //é宿¯ä¸ªè§è²ï¼éè¿å®å
¨åå
¸åå°éç²åº¦ï¼å¦åå¤ä¸ªåæ¶è§è²è·åç¼åä¼å¯¼è´é»å¡ |
| | | object objId = objKeyValue.GetOrAdd(roleId.ToString(), new object()); |
| | | //é宿¯ä¸ªè§è² |
| | | lock (objId) |
| | | { |
| | | //没æredis/memoryç¼åè§è²ççæ¬å·æä¸å½åæå¡å¨çè§è²çæ¬å·ä¸åæ¶ï¼å·æ°ç¼å |
| | | |
| | | List<Permissions> _permissions = BaseDal.QueryTabs<Sys_Menu, Sys_RoleAuth, Permissions>((a, b) => new object[] { JoinType.Inner, a.MenuId == b.MenuId }, (a, b) => new Permissions { MenuId = a.MenuId, ParentId = a.ParentId, TableName = (a.TableName ?? "").ToLower(), MenuAuth = a.Auth, UserAuth = b.AuthValue ?? "", MenuType = a.MenuType ?? 0 }, (a, b) => b.RoleId == roleId, x => true); |
| | | |
| | | ActionToArray(_permissions); |
| | | |
| | | return _permissions; |
| | | } |
| | | } |
| | | |
| | | private List<Permissions> MenuActionToArray(List<Permissions> permissions) |
| | | { |
| | | permissions.ForEach(x => |
| | | { |
| | | try |
| | | { |
| | | x.UserAuthArr = string.IsNullOrEmpty(x.UserAuth) |
| | | ? new string[0] |
| | | : x.UserAuth.DeserializeObject<List<Sys_Actions>>().Select(s => s.Value).ToArray(); |
| | | } |
| | | catch { } |
| | | finally |
| | | { |
| | | if (x.UserAuthArr == null) |
| | | { |
| | | x.UserAuthArr = new string[0]; |
| | | } |
| | | } |
| | | }); |
| | | return permissions; |
| | | } |
| | | |
| | | private List<Permissions> ActionToArray(List<Permissions> permissions) |
| | | { |
| | | permissions.ForEach(x => |
| | | { |
| | | try |
| | | { |
| | | var menuAuthArr = x.MenuAuth.DeserializeObject<List<Sys_Actions>>(); |
| | | x.UserAuthArr = string.IsNullOrEmpty(x.UserAuth) |
| | | ? new string[0] |
| | | : x.UserAuth.Split(",").Where(c => menuAuthArr.Any(m => m.Value == c)).ToArray(); |
| | | |
| | | } |
| | | catch { } |
| | | finally |
| | | { |
| | | if (x.UserAuthArr == null) |
| | | { |
| | | x.UserAuthArr = new string[0]; |
| | | } |
| | | } |
| | | }); |
| | | return permissions; |
| | | } |
| | | |
| | | public object GetMenu(List<int> menuIds) |
| | | { |
| | | return BaseDal.QueryData(x => menuIds.Contains(x.MenuId)).Select(a => |
| | | new |
| | | { |
| | | id = a.MenuId, |
| | | parentId = a.ParentId, |
| | | name = a.MenuName, |
| | | a.MenuType, |
| | | a.OrderNo |
| | | }).OrderByDescending(a => a.OrderNo) |
| | | .ThenByDescending(q => q.parentId).ToList(); |
| | | } |
| | | |
| | | public object GetTreeItem(int menuId) |
| | | { |
| | | var sysMenu = BaseDal.QueryData(x => x.MenuId == menuId) |
| | | .Select( |
| | | p => new |
| | | { |
| | | p.MenuId, |
| | | p.ParentId, |
| | | p.MenuName, |
| | | p.Url, |
| | | p.Auth, |
| | | p.OrderNo, |
| | | p.Icon, |
| | | p.Enable, |
| | | // 2022.03.26å¢ç§»å¨ç«¯å èåç±»å |
| | | MenuType = p.MenuType ?? 0, |
| | | p.CreateDate, |
| | | p.Creater, |
| | | p.TableName, |
| | | p.ModifyDate |
| | | }).FirstOrDefault(); |
| | | return sysMenu; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è§è²IDè·åèå䏿é |
| | | /// </summary> |
| | | /// <param name="roleId"></param> |
| | | /// <returns></returns> |
| | | public object GetMenuActionList(int roleId) |
| | | { |
| | | if (App.User.IsRoleIdSuperAdmin(roleId)) |
| | | { |
| | | return GetSuperAdminMenu(); |
| | | } |
| | | return GetMenuByRoleId(roleId); |
| | | } |
| | | |
| | | |
| | | public List<MenuDTO> GetUserMenuList(int roleId) |
| | | { |
| | | if (App.User.IsRoleIdSuperAdmin(roleId)) |
| | | { |
| | | return GetAllMenu(); |
| | | } |
| | | List<int> menuIds = GetPermissions(roleId).Select(x => x.MenuId).ToList(); |
| | | return GetAllMenu().Where(x => menuIds.Contains(x.MenuId)).ToList(); |
| | | } |
| | | |
| | | public List<ActionDTO> GetActions(int menuId, List<ActionDTO> menuActions, List<Permissions> permissions, int roleId) |
| | | { |
| | | if (App.User.IsRoleIdSuperAdmin(roleId)) |
| | | { |
| | | return menuActions; |
| | | } |
| | | |
| | | return menuActions.Where(p => permissions |
| | | .Exists(w => menuId == w.MenuId |
| | | && w.UserAuthArr.Contains(p.Value))) |
| | | .ToList(); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç¼è¾ä¿®æ¹èåæ¶,è·åææèå |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public object GetMenu() |
| | | { |
| | | if (App.User.IsRoleIdSuperAdmin(App.User.RoleId)) |
| | | { |
| | | List<int> menuIds = BaseDal.QueryData().Select(x => x.MenuId).ToList(); |
| | | return GetMenu(menuIds); |
| | | } |
| | | else |
| | | { |
| | | List<int> menuIds = GetPermissions(App.User.RoleId).Select(x => x.MenuId).ToList(); |
| | | return GetMenu(menuIds); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ°å»ºæç¼è¾èå |
| | | /// </summary> |
| | | /// <param name="menu"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent Save(Sys_Menu menu) |
| | | { |
| | | WebResponseContent webResponse = new WebResponseContent(); |
| | | if (menu == null) return webResponse.Error("没æè·åå°æäº¤çåæ°"); |
| | | if (menu.MenuId > 0 && menu.MenuId == menu.ParentId) return webResponse.Error("ç¶çº§IDä¸è½æ¯å½åèåçID"); |
| | | try |
| | | { |
| | | //webResponse = menu.ValidationEntity(x => new { x.MenuName, x.TableName }); |
| | | //if (!webResponse.Status) return webResponse; |
| | | if (menu.TableName != "/" && menu.TableName != ".") |
| | | { |
| | | // 2022.03.26å¢ç§»å¨ç«¯å èåç±»å夿 |
| | | Sys_Menu sysMenu = BaseDal.QueryFirst(x => x.TableName == menu.TableName); |
| | | if (sysMenu != null) |
| | | { |
| | | sysMenu.MenuType ??= 0; |
| | | if (sysMenu.MenuType == menu.MenuType) |
| | | { |
| | | if ((menu.MenuId > 0 && sysMenu.MenuId != menu.MenuId) |
| | | || menu.MenuId <= 0) |
| | | { |
| | | return webResponse.Error($"è§å¾/表åã{menu.TableName}ã已被å
¶ä»èå使ç¨"); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | bool _changed = false; |
| | | if (menu.MenuId <= 0) |
| | | { |
| | | int id = BaseDal.AddData(menu); |
| | | menu.MenuId = id; |
| | | } |
| | | else |
| | | { |
| | | //2020.05.07æ°å¢ç¦æ¢éæ©ä¸çº§è§è²ä¸ºèªå·± |
| | | if (menu.MenuId == menu.ParentId) |
| | | { |
| | | return webResponse.Error($"ç¶çº§idä¸è½ä¸ºèªå·±"); |
| | | } |
| | | if (BaseDal.QueryFirst(x => x.ParentId == menu.MenuId && menu.ParentId == x.MenuId) != null) |
| | | { |
| | | return webResponse.Error($"ä¸è½éæ©æ¤ç¶çº§idï¼éæ©çç¶çº§idä¸å½åèåå½¢æä¾èµå
³ç³»"); |
| | | } |
| | | |
| | | _changed = BaseDal.QueryData(c => c.MenuId == menu.MenuId).Select(s => s.Auth).FirstOrDefault() != menu.Auth; |
| | | |
| | | BaseDal.UpdateData(menu); |
| | | } |
| | | webResponse.OK("ä¿åæå", menu); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | webResponse.Error(ex.Message); |
| | | } |
| | | return webResponse; |
| | | |
| | | } |
| | | |
| | | public WebResponseContent DelMenu(int menuId) |
| | | { |
| | | WebResponseContent webResponse = new WebResponseContent(); |
| | | if(BaseDal.QueryFirst(x=>x.ParentId == menuId) != null) |
| | | { |
| | | return webResponse = WebResponseContent.Instance.Error("å½åèååå¨åèå,请å
å é¤åèå!"); |
| | | } |
| | | BaseDal.DeleteDataById(menuId); |
| | | |
| | | return webResponse = WebResponseContent.Instance.OK("å 餿å"); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemServices |
| | | { |
| | | public class Sys_RoleAuthService : ServiceBase<Sys_RoleAuth, IRepository<Sys_RoleAuth>>, ISys_RoleAuthService |
| | | { |
| | | public Sys_RoleAuthService(IRepository<Sys_RoleAuth> BaseDal) : base(BaseDal) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.DataProtection.KeyManagement; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_DTO.System; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.HttpContextUser; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_Model.Models.System; |
| | | |
| | | namespace WIDESEAWCS_SystemServices.System |
| | | { |
| | | public class Sys_RoleService : ServiceBase<Sys_Role, IRepository<Sys_Role>>, ISys_RoleService |
| | | { |
| | | private readonly IUnitOfWorkManage _unitOfWorkManage; |
| | | private readonly ISys_MenuService _MenuService; |
| | | private readonly IRepository<Sys_RoleAuth> _RoleAuthRepository; |
| | | public Sys_RoleService(IRepository<Sys_Role> BaseDal, ISys_MenuService MenuService, IRepository<Sys_RoleAuth> roleAuthRepository, IUnitOfWorkManage unitOfWorkManage) : base(BaseDal) |
| | | { |
| | | _unitOfWorkManage = unitOfWorkManage; |
| | | _MenuService = MenuService; |
| | | _RoleAuthRepository = roleAuthRepository; |
| | | } |
| | | |
| | | public List<RoleNodes> GetAllChildren(int roleId) |
| | | { |
| | | if (roleId <= 0) return new List<RoleNodes>() { }; |
| | | var roles = GetAllRoleId(); |
| | | if (App.User.IsRoleIdSuperAdmin(roleId)) return roles; |
| | | |
| | | var list = GetChildren(roles, roleId); |
| | | return list; |
| | | } |
| | | |
| | | public List<RoleNodes> GetAllRoleId() |
| | | { |
| | | List<RoleNodes> roles = BaseDal.QueryData().Select(s => new RoleNodes() { Id = s.RoleId, ParentId = s.ParentId, RoleName = s.RoleName }).ToList(); |
| | | |
| | | return roles; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è·åææåèç¹ |
| | | /// </summary> |
| | | /// <param name="roleId"></param> |
| | | private List<RoleNodes> GetChildren(List<RoleNodes> roles, int roleId) |
| | | { |
| | | List<RoleNodes> rolesChildren = roles.Where(x => x.Id == roleId).Distinct().ToList(); |
| | | |
| | | for (int i = 0; i < rolesChildren.Count; i++) |
| | | { |
| | | RoleNodes node = rolesChildren[i]; |
| | | var children = roles.Where(x => x.ParentId == node.Id && !rolesChildren.Any(c => c.Id == x.Id)).Distinct().ToList(); |
| | | rolesChildren.AddRange(children); |
| | | } |
| | | return rolesChildren; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç¼è¾æéæ¶è·åå½åç¨æ·ä¸çææè§è²ä¸å½åç¨æ·çèåæé |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public WebResponseContent GetCurrentTreePermission() |
| | | { |
| | | WebResponseContent content = GetCurrentUserTreePermission(); |
| | | int roleId = App.User.RoleId; |
| | | return WebResponseContent.Instance.OK(null, new |
| | | { |
| | | tree = content.Data, |
| | | roles = GetAllChildren(roleId) |
| | | }); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç¼è¾æéæ¶ï¼è·åå½åç¨æ·çææèåæé |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public WebResponseContent GetCurrentUserTreePermission() |
| | | { |
| | | return GetUserTreePermission(App.User.RoleId); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç¼è¾æéæ¶ï¼è·åæå®è§è²çææèåæé |
| | | /// </summary> |
| | | /// <param name="roleId"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent GetUserTreePermission(int roleId) |
| | | { |
| | | if (!App.User.IsRoleIdSuperAdmin(roleId) && App.User.RoleId != roleId) |
| | | { |
| | | if (!(GetAllChildren(App.User.RoleId)).Exists(x => x.Id == roleId)) |
| | | { |
| | | return WebResponseContent.Instance.Error("没ææéè·åæ¤è§è²çæéä¿¡æ¯"); |
| | | } |
| | | } |
| | | //è·åç¨æ·æé |
| | | List<Permissions> permissions = _MenuService.GetPermissions(roleId); |
| | | //æéç¨æ·æéæ¥è¯¢ææçèåä¿¡æ¯ |
| | | List<MenuDTO> menus = _MenuService.GetUserMenuList(roleId); |
| | | //è·åå½åç¨æ·æéå¦:(Add,Search)对åºçæ¾ç¤ºææ¬ä¿¡æ¯å¦:Addï¼æ·»å ï¼Search:æ¥è¯¢ |
| | | var data = menus.Select(x => new |
| | | { |
| | | Id = x.MenuId, |
| | | Pid = x.ParentId, |
| | | Text = x.MenuName, |
| | | IsApp = x.MenuType == 1, |
| | | Actions = _MenuService.GetActions(x.MenuId, x.Actions, permissions, roleId) |
| | | }); |
| | | return WebResponseContent.Instance.OK(null, data); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ä¿åè§è²æé |
| | | /// </summary> |
| | | /// <param name="userPermissions"></param> |
| | | /// <param name="roleId"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent SavePermission(List<UserPermissionDTO> userPermissions, int roleId) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | string message = ""; |
| | | try |
| | | { |
| | | if (!GetAllChildren(App.User.RoleId).Exists(x => x.Id == roleId)) |
| | | return WebResponseContent.Instance.Error("没ææéä¿®æ¹æ¤è§è²çæéä¿¡æ¯"); |
| | | //å½åç¨æ·çæé |
| | | List<Permissions> permissions = _MenuService.GetPermissions(App.User.RoleId); |
| | | |
| | | List<int> originalMeunIds = new List<int>(); |
| | | //被åé
è§è²çæé |
| | | List<Sys_RoleAuth> roleAuths = _RoleAuthRepository.QueryData(x => x.RoleId == roleId); |
| | | List<Sys_RoleAuth> updateAuths = new List<Sys_RoleAuth>(); |
| | | foreach (UserPermissionDTO x in userPermissions) |
| | | { |
| | | Permissions per = permissions.FirstOrDefault(p => p.MenuId == x.Id); |
| | | //ä¸è½åé
è¶
è¿å½åç¨æ·çæé |
| | | if (per == null) continue; |
| | | //per.UserAuthArr.Contains(a.Value)æ ¡éªæéèå´ |
| | | string[] arr = x.Actions == null || x.Actions.Count == 0 |
| | | ? new string[0] |
| | | : x.Actions.Where(a => per.UserAuthArr.Contains(a.Value)) |
| | | .Select(s => s.Value).ToArray(); |
| | | |
| | | //妿å½åæé没æåé
è¿ï¼è®¾ç½®Auth_Idé»è®¤ä¸º0ï¼è¡¨ç¤ºæ°å¢çæé |
| | | var auth = roleAuths.Where(r => r.MenuId == x.Id).Select(s => new { s.AuthId, s.AuthValue, s.MenuId }).FirstOrDefault(); |
| | | string newAuthValue = string.Join(",", arr); |
| | | //æé没æåçåååä¸å¤ç |
| | | if (auth == null || auth.AuthValue != newAuthValue) |
| | | { |
| | | updateAuths.Add(new Sys_RoleAuth() |
| | | { |
| | | RoleId = roleId, |
| | | MenuId = x.Id, |
| | | AuthValue = string.Join(",", arr), |
| | | AuthId = auth == null ? 0 : auth.AuthId, |
| | | ModifyDate = DateTime.Now, |
| | | Modifier = App.User.UserName, |
| | | CreateDate = DateTime.Now, |
| | | Creater = App.User.UserName |
| | | }); |
| | | } |
| | | else |
| | | { |
| | | originalMeunIds.Add(auth.MenuId); |
| | | } |
| | | |
| | | } |
| | | //æ´æ°æé |
| | | _RoleAuthRepository.UpdateData(updateAuths); |
| | | //æ°å¢çæé |
| | | _RoleAuthRepository.AddData(updateAuths); |
| | | |
| | | //è·åæéåæ¶çæé |
| | | int[] authIds = roleAuths.Where(x => userPermissions.Select(u => u.Id) |
| | | .ToList().Contains(x.MenuId) || originalMeunIds.Contains(x.MenuId)) |
| | | .Select(s => s.AuthId) |
| | | .ToArray(); |
| | | List<Sys_RoleAuth> delAuths = roleAuths.Where(x => x.AuthValue != "" && !authIds.Contains(x.AuthId)).ToList(); |
| | | delAuths.ForEach(x => |
| | | { |
| | | x.AuthValue = ""; |
| | | }); |
| | | //å°åæ¶çæé设置为"" |
| | | _RoleAuthRepository.DeleteData(delAuths); |
| | | |
| | | int addCount = updateAuths.Where(x => x.AuthId <= 0).Count(); |
| | | int updateCount = updateAuths.Where(x => x.AuthId > 0).Count(); |
| | | |
| | | string _version = DateTime.Now.ToString("yyyyMMddHHMMssfff"); |
| | | |
| | | |
| | | content.OK($"ä¿åæåï¼æ°å¢å é
èåæé{addCount}æ¡,æ´æ°èå{updateCount}æ¡,å 餿é{delAuths.Count}æ¡"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | message = "å¼å¸¸ä¿¡æ¯ï¼" + ex.Message + ex.StackTrace + ","; |
| | | } |
| | | |
| | | return content; |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.AOP; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.Const; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_Core.Seed; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_SystemServices |
| | | { |
| | | public class Sys_TenantService : ServiceBase<Sys_Tenant, IRepository<Sys_Tenant>>, ISys_TenantService |
| | | { |
| | | private IUnitOfWorkManage _unitOfWorkManage; |
| | | public Sys_TenantService(IRepository<Sys_Tenant> BaseDal, IUnitOfWorkManage unitOfWorkManage) : base(BaseDal) |
| | | { |
| | | _unitOfWorkManage = unitOfWorkManage; |
| | | } |
| | | |
| | | public WebResponseContent InitTenantInfo(string tenantName, int tenantType) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | Sys_Tenant tenant = new Sys_Tenant() |
| | | { |
| | | ConnectionString = TenantConst.DBConStr, |
| | | DbType = 1, |
| | | Status = 1, |
| | | TenantName = tenantName, |
| | | TenantType = tenantType, |
| | | CreateDate = DateTime.Now, |
| | | Creater = "1111" |
| | | }; |
| | | |
| | | int tenantId = BaseDal.Db.Insertable(tenant).ExecuteReturnIdentity(); |
| | | |
| | | tenant = BaseDal.QueryFirst(x => x.TenantId == tenantId); |
| | | |
| | | tenant.ConnectionString = string.Format(TenantConst.DBConStr, ".", "Tenant_WMSDB_" + tenantId, "sa", "P@ssw0rd").EncryptDES(AppSecret.DB); |
| | | |
| | | BaseDal.UpdateData(tenant); |
| | | |
| | | InitTenantDb(tenant); |
| | | content = WebResponseContent.Instance.OK(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | public void InitTenantDb(Sys_Tenant tenant) |
| | | { |
| | | string conStr = tenant.ConnectionString.DecryptDES(AppSecret.DB); |
| | | |
| | | ConnectionConfig connectionConfig = new ConnectionConfig() |
| | | { |
| | | ConfigId = tenant.TenantId, |
| | | ConnectionString = conStr, |
| | | DbType = (DbType)tenant.DbType, |
| | | IsAutoCloseConnection = true, |
| | | AopEvents = new AopEvents() |
| | | { |
| | | DataExecuting = SqlSugarAop.DataExecuting |
| | | } |
| | | }; |
| | | DBSeed.InitTenantSeedAsync(Db.AsTenant(), connectionConfig); |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using WIDESEAWCS_Core.Authorization; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.Const; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_Core.HttpContextUser; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using System.Net; |
| | | using WIDESEAWCS_Core.Caches; |
| | | |
| | | namespace WIDESEAWCS_SystemServices |
| | | { |
| | | public class Sys_UserService : ServiceBase<Sys_User, IRepository<Sys_User>>, ISys_UserService |
| | | { |
| | | private readonly IUnitOfWorkManage _unitOfWorkManage; |
| | | private readonly ICacheService _cacheService; |
| | | private readonly ISys_MenuService _menuService; |
| | | public Sys_UserService(IRepository<Sys_User> repository, IUnitOfWorkManage unitOfWorkManage, ICacheService cacheService, ISys_MenuService menuService) : base(repository) |
| | | { |
| | | _unitOfWorkManage = unitOfWorkManage; |
| | | _cacheService = cacheService; |
| | | _menuService = menuService; |
| | | } |
| | | |
| | | public WebResponseContent Login(LoginInfo loginInfo) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | //BaseDal.QueryFirst(x => x.UserName == loginInfo.UserName); |
| | | |
| | | string msg = string.Empty; |
| | | |
| | | #region 临æ¶ä½¿ç¨ |
| | | try |
| | | { |
| | | loginInfo.Password = loginInfo.Password.EncryptDES(AppSecret.User); |
| | | } |
| | | catch |
| | | { |
| | | |
| | | } |
| | | #endregion |
| | | |
| | | UserInfo user = BaseDal.QueryFirst(x => x.UserName == loginInfo.UserName && x.UserPwd == loginInfo.Password, x => new UserInfo { HeadImageUrl = x.HeadImageUrl, RoleId = x.Role_Id, TenantId = x.TenantId, UserId = x.User_Id, UserName = x.UserName, UserTrueName = x.UserTrueName }); |
| | | if (user != null) |
| | | { |
| | | object obj = _menuService.GetMenuActionList(user.RoleId); |
| | | if (obj is not IEnumerable<object> list) |
| | | { |
| | | return WebResponseContent.Instance.Error("æ ç»å½æé"); |
| | | } |
| | | if (!list.Any()) |
| | | { |
| | | return WebResponseContent.Instance.Error("æ ç»å½æé"); |
| | | } |
| | | |
| | | string token = JwtHelper.IssueJwt(new TokenModelJwt() |
| | | { |
| | | UserId = user.UserId, |
| | | RoleId = user.RoleId, |
| | | UserName = user.UserName, |
| | | TenantId = user.TenantId, |
| | | }); |
| | | |
| | | _cacheService.AddOrUpdate(user.UserId.ToString(), token); |
| | | |
| | | content = WebResponseContent.Instance.OK(data: new { token, userName = user.UserTrueName, img = user.HeadImageUrl }); |
| | | } |
| | | else |
| | | { |
| | | content = WebResponseContent.Instance.Error("è´¦å·æå¯ç é误"); |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | |
| | | return content; |
| | | } |
| | | |
| | | public override WebResponseContent UpdateData(SaveModel saveModel) |
| | | { |
| | | UpdateIgnoreColOnExecute = x => |
| | | { |
| | | return new List<string> |
| | | { |
| | | nameof(Sys_User.UserPwd), |
| | | nameof(Sys_User.TenantId) |
| | | }; |
| | | }; |
| | | return base.UpdateData(saveModel); |
| | | } |
| | | |
| | | public override WebResponseContent AddData(SaveModel saveModel) |
| | | { |
| | | string pwd = "123456"; |
| | | string uesrName = saveModel.MainData[nameof(Sys_User.UserName).FirstLetterToLower()].ToString(); |
| | | saveModel.MainData[nameof(Sys_User.UserPwd).FirstLetterToLower()] = pwd.EncryptDES(AppSecret.User); |
| | | |
| | | WebResponseContent content = base.AddData(saveModel); |
| | | if (content.Status) |
| | | { |
| | | return WebResponseContent.Instance.OK($"ç¨æ·æ°å»ºæå.å¸å·{uesrName}å¯ç {pwd}"); |
| | | } |
| | | else |
| | | { |
| | | return content; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 个人ä¸å¿è·åå½åç¨æ·ä¿¡æ¯ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public WebResponseContent GetCurrentUserInfo() |
| | | { |
| | | var data = BaseDal.QueryFirst(x => x.User_Id == App.User.UserId, s => new |
| | | { |
| | | s.UserName, |
| | | s.UserTrueName, |
| | | //s.Address, |
| | | //s.PhoneNo, |
| | | //s.Email, |
| | | s.Remark, |
| | | //s.Gender, |
| | | s.RoleName, |
| | | s.HeadImageUrl, |
| | | s.CreateDate |
| | | }); |
| | | return WebResponseContent.Instance.OK(null, data); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ä¿®æ¹å¯ç |
| | | /// </summary> |
| | | /// <param name="parameters"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent ModifyPwd(string oldPwd, string newPwd) |
| | | { |
| | | WebResponseContent content = WebResponseContent.Instance; |
| | | oldPwd = oldPwd?.Trim(); |
| | | newPwd = newPwd?.Trim(); |
| | | string message = ""; |
| | | try |
| | | { |
| | | if (string.IsNullOrEmpty(oldPwd)) return WebResponseContent.Instance.Error("æ§å¯ç ä¸è½ä¸ºç©º"); |
| | | if (string.IsNullOrEmpty(newPwd)) return WebResponseContent.Instance.Error("æ°å¯ç ä¸è½ä¸ºç©º"); |
| | | if (newPwd.Length < 6) return WebResponseContent.Instance.Error("å¯ç ä¸è½å°äº6ä½"); |
| | | |
| | | int userId = App.User.UserId; |
| | | string userCurrentPwd = BaseDal.QueryFirst(x => x.User_Id == userId, s => s.UserPwd); |
| | | |
| | | string _oldPwd = oldPwd.EncryptDES(AppSecret.User); |
| | | if (_oldPwd != userCurrentPwd) return WebResponseContent.Instance.Error("æ§å¯ç 䏿£ç¡®"); |
| | | |
| | | string _newPwd = newPwd.EncryptDES(AppSecret.User); |
| | | if (userCurrentPwd == _newPwd) return WebResponseContent.Instance.Error("æ°å¯ç ä¸è½ä¸æ§å¯ç ç¸å"); |
| | | |
| | | |
| | | BaseDal.UpdateData(new Sys_User |
| | | { |
| | | User_Id = userId, |
| | | UserPwd = _newPwd, |
| | | LastModifyPwdDate = DateTime.Now |
| | | }, new List<string> |
| | | { |
| | | nameof(Sys_User.LastModifyPwdDate), |
| | | nameof(Sys_User.UserPwd) |
| | | }); |
| | | |
| | | content = WebResponseContent.Instance.OK("å¯ç ä¿®æ¹æå"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | message = ex.Message; |
| | | content = WebResponseContent.Instance.Error("æå¡å¨äºç¹é®é¢,请ç¨ååè¯"); |
| | | } |
| | | return content; |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_ISystemServices\WIDESEAWCS_ISystemServices.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_TaskInfoRepository |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ITaskInfoRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_TaskInfoRepository |
| | | { |
| | | public class TaskExecuteDetailRepository : RepositoryBase<Dt_TaskExecuteDetail>, ITaskExecuteDetailRepository |
| | | { |
| | | public TaskExecuteDetailRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_TaskInfoRepository |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_ITaskInfoRepository; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_TaskInfoRepository |
| | | { |
| | | public class TaskRepository : RepositoryBase<Dt_Task>, ITaskRepository |
| | | { |
| | | public TaskRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) |
| | | { |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_ITaskInfoRepository\WIDESEAWCS_ITaskInfoRepository.csproj" /> |
| | | <ProjectReference Include="..\WIDESEAWCS_Model\WIDESEAWCS_Model.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_TaskInfoService |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Linq; |
| | | using System.Reflection; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Common.TaskEnum; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.Enums; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_TaskInfoService |
| | | { |
| | | public class TaskExecuteDetailService : ServiceBase<Dt_TaskExecuteDetail, IRepository<Dt_TaskExecuteDetail>>, ITaskExecuteDetailService |
| | | { |
| | | private readonly IRepository<Dt_Task> _taskRepository; |
| | | |
| | | public TaskExecuteDetailService(IRepository<Dt_TaskExecuteDetail> BaseDal, IRepository<Dt_Task> taskRepository) : base(BaseDal) |
| | | { |
| | | _taskRepository = taskRepository; |
| | | } |
| | | |
| | | public void AddTaskExecuteDetail(int taskId, string description = "") |
| | | { |
| | | // å°è¯æ§è¡æ·»å 任塿§è¡è¯¦æ
çæ¹æ³ |
| | | try |
| | | { |
| | | // åå§åæ¯å¦æ£å¸¸ä¸ºtrue |
| | | bool isNormal = true; |
| | | // æ ¹æ®ä»»å¡idæ¥è¯¢ä»»å¡ |
| | | Dt_Task task = _taskRepository.QueryFirst(x => x.TaskId == taskId); |
| | | // 妿任å¡ä¸ºç©ºï¼åè¿å |
| | | if (task == null) return; |
| | | // è·å任塿°é |
| | | int taskNum = task.TaskNum; |
| | | // è·åä»»å¡ç¶æ |
| | | int taskState = task.TaskState; |
| | | |
| | | // å°è¯å°ä»»å¡ç¶æè½¬æ¢ä¸ºTaskOutStatusEnumæä¸¾ç±»å |
| | | if (!int.TryParse(Enum.Parse<TaskOutStatusEnum>(taskState.ToString()).ToString(), out int result)) |
| | | { |
| | | // å¦æè½¬æ¢å¤±è´¥ï¼åå°ä»»å¡ç¶æè½¬æ¢ä¸ºTaskInStatusEnumæä¸¾ç±»å |
| | | if (!int.TryParse(Enum.Parse<TaskInStatusEnum>(taskState.ToString()).ToString(), out result)) |
| | | { |
| | | // å¦æè½¬æ¢å¤±è´¥ï¼åå°isNormal设置为false |
| | | isNormal = false; |
| | | } |
| | | } |
| | | // å¦æè½¬æ¢æåï¼å夿任å¡ç¶ææ¯å¦å¤§äºOutFinish |
| | | else if ((int)(TaskOutStatusEnum)result > (int)TaskOutStatusEnum.OutFinish) |
| | | { |
| | | // 妿大äºï¼åå°isNormal设置为false |
| | | isNormal = false; |
| | | } |
| | | // åå»ºä»»å¡æ§è¡è¯¦æ
对象 |
| | | Dt_TaskExecuteDetail taskExecuteDetail = new() |
| | | { |
| | | // 设置æ¯å¦æå¨æ§è¡ |
| | | IsManual = App.User.UserId > 0, |
| | | // 设置æ¯å¦æ£å¸¸ |
| | | IsNormal = isNormal, |
| | | // è®¾ç½®ä»»å¡æ°é |
| | | TaskNum = taskNum, |
| | | // 设置任å¡id |
| | | TaskId = taskId, |
| | | // 设置任å¡ç¶æ |
| | | TaskState = taskState, |
| | | // 设置æè¿° |
| | | Description = description, |
| | | // 设置å½åå°å |
| | | CurrentAddress = task.CurrentAddress, |
| | | // 设置ä¸ä¸ä¸ªå°å |
| | | NextAddress = task.NextAddress, |
| | | }; |
| | | // æ·»å 任塿§è¡è¯¦æ
|
| | | BaseDal.AddData(taskExecuteDetail); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | |
| | | } |
| | | } |
| | | |
| | | public void AddTaskExecuteDetail(List<int> taskNums, string description = "") |
| | | { |
| | | try |
| | | { |
| | | List<Dt_TaskExecuteDetail> taskExecuteDetails = new List<Dt_TaskExecuteDetail>(); |
| | | foreach (var item in taskNums) |
| | | { |
| | | bool isNormal = true; |
| | | Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == item); |
| | | if (task == null) return; |
| | | int taskNum = task.TaskNum; |
| | | int taskState = task.TaskState; |
| | | |
| | | if (!int.TryParse(Enum.Parse<TaskOutStatusEnum>(taskState.ToString()).ToString(), out int result)) |
| | | { |
| | | if ((int)(TaskOutStatusEnum)result > (int)TaskOutStatusEnum.OutFinish) |
| | | isNormal = false; |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskInStatusEnum>(taskState.ToString()).ToString(), out result)) |
| | | { |
| | | if ((int)(TaskInStatusEnum)result > (int)TaskInStatusEnum.InFinish) |
| | | isNormal = false; |
| | | } |
| | | Dt_TaskExecuteDetail taskExecuteDetail = new() |
| | | { |
| | | IsManual = App.User.UserId > 0, |
| | | IsNormal = isNormal, |
| | | TaskNum = taskNum, |
| | | TaskId = task.TaskId, |
| | | TaskState = taskState, |
| | | Description = description, |
| | | CurrentAddress = task.CurrentAddress, |
| | | NextAddress = task.NextAddress, |
| | | }; |
| | | taskExecuteDetails.Add(taskExecuteDetail); |
| | | } |
| | | |
| | | BaseDal.AddData(taskExecuteDetails); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | |
| | | } |
| | | } |
| | | |
| | | public WebResponseContent GetDetailInfo(int taskNum) |
| | | { |
| | | WebResponseContent content = new(); |
| | | try |
| | | { |
| | | int active = -1; |
| | | List<object> list = new(); |
| | | List<int> steps = new(); |
| | | Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == taskNum); |
| | | if (task != null) |
| | | { |
| | | |
| | | if (!int.TryParse(Enum.Parse<TaskOutboundTypeEnum>(task.TaskType.ToString()).ToString(), out int result)) |
| | | { |
| | | steps = Enum.GetValues(typeof(TaskOutStatusEnum)).Cast<int>().Where(x => x <= (int)TaskOutStatusEnum.OutFinish).ToList(); |
| | | |
| | | foreach (var item in steps) |
| | | { |
| | | object obj; |
| | | FieldInfo? fieldInfo = typeof(TaskOutStatusEnum).GetField(((TaskOutStatusEnum)item).ToString()); |
| | | DescriptionAttribute? descriptionAttribute = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (descriptionAttribute != null) |
| | | { |
| | | obj = new { title = item, description = descriptionAttribute.Description }; |
| | | } |
| | | else |
| | | { |
| | | obj = new { title = item, description = ((TaskOutStatusEnum)item).ToString() }; |
| | | } |
| | | list.Add(obj); |
| | | } |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskInboundTypeEnum>(task.TaskType.ToString()).ToString(), out result)) |
| | | { |
| | | steps = Enum.GetValues(typeof(TaskInStatusEnum)).Cast<int>().Where(x => x <= (int)TaskInStatusEnum.InFinish).ToList(); |
| | | foreach (var item in steps) |
| | | { |
| | | object obj; |
| | | FieldInfo? fieldInfo = typeof(TaskInStatusEnum).GetField(((TaskInStatusEnum)item).ToString()); |
| | | DescriptionAttribute? descriptionAttribute = fieldInfo.GetCustomAttribute<DescriptionAttribute>(); |
| | | if (descriptionAttribute != null) |
| | | { |
| | | obj = new { title = item, description = descriptionAttribute.Description }; |
| | | } |
| | | else |
| | | { |
| | | obj = new { title = item, description = ((TaskInStatusEnum)item).ToString() }; |
| | | } |
| | | list.Add(obj); |
| | | } |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskRelocationTypeEnum>(task.TaskType.ToString()).ToString(), out result)) |
| | | { |
| | | //todo è°ç¨WMSç§»åºå®æ |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskOtherTypeEnum>(task.TaskType.ToString()).ToString(), out result)) |
| | | { |
| | | |
| | | } |
| | | else |
| | | { |
| | | throw new Exception($"ä»»å¡ç±»åé误,æªæ¾å°è¯¥ä»»å¡ç±»å,ä»»å¡å·:ã{taskNum}ã,ä»»å¡ç±»å:ã{task.TaskType}ã"); |
| | | } |
| | | active = steps.IndexOf(task.TaskState) + 1; |
| | | |
| | | } |
| | | |
| | | content = WebResponseContent.Instance.OK(data: new { active, list }); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | public WebResponseContent GetDetailDatas(int taskNum) |
| | | { |
| | | WebResponseContent content = new(); |
| | | try |
| | | { |
| | | Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == taskNum); |
| | | if (task != null) |
| | | { |
| | | List<Dt_TaskExecuteDetail> taskExecuteDetails = BaseDal.QueryData(x => x.TaskId == task.TaskId, new Dictionary<string, SqlSugar.OrderByType> { { nameof(Dt_TaskExecuteDetail.TaskDetailId), SqlSugar.OrderByType.Asc } }); |
| | | |
| | | content = WebResponseContent.Instance.OK(data: taskExecuteDetails); |
| | | } |
| | | else |
| | | { |
| | | content = WebResponseContent.Instance.Error($"æªæ¾å°è¯¥ä»»å¡ä¿¡æ¯,ä»»å¡å·:ã{taskNum}ã"); |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | |
| | | } |
| | | return content; |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | #region << ç æ¬ 注 é >> |
| | | /*---------------------------------------------------------------- |
| | | * å½å空é´ï¼WIDESEAWCS_TaskInfoService |
| | | * å建è
ï¼è¡ç«¥åº |
| | | * å建æ¶é´ï¼2024/8/2 16:13:36 |
| | | * çæ¬ï¼V1.0.0 |
| | | * æè¿°ï¼ |
| | | * |
| | | * ---------------------------------------------------------------- |
| | | * ä¿®æ¹äººï¼ |
| | | * ä¿®æ¹æ¶é´ï¼ |
| | | * çæ¬ï¼V1.0.1 |
| | | * ä¿®æ¹è¯´æï¼ |
| | | * |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using AutoMapper; |
| | | using SqlSugar; |
| | | using System.Diagnostics.CodeAnalysis; |
| | | using WIDESEAWCS_Common.TaskEnum; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_QuartzJob.Models; |
| | | using WIDESEAWCS_QuartzJob.Service; |
| | | |
| | | namespace WIDESEAWCS_TaskInfoService |
| | | { |
| | | public class TaskService : ServiceBase<Dt_Task, IRepository<Dt_Task>>, ITaskService |
| | | { |
| | | private readonly IRouterService _routerService; |
| | | private readonly ITaskExecuteDetailService _taskExecuteDetailService; |
| | | private readonly IRepository<Dt_TaskExecuteDetail> _taskExecuteDetailRepository; |
| | | private readonly IMapper _mapper; |
| | | |
| | | private Dictionary<string, OrderByType> _taskOrderBy = new() |
| | | { |
| | | {nameof(Dt_Task.Grade),OrderByType.Desc }, |
| | | {nameof(Dt_Task.CreateDate),OrderByType.Asc}, |
| | | }; |
| | | |
| | | public Dictionary<string, OrderByType> TaskOrderBy { get { return _taskOrderBy; } set { _taskOrderBy = value; } } |
| | | |
| | | public List<int> TaskInboundTypes => typeof(TaskInboundTypeEnum).GetEnumIndexList(); |
| | | |
| | | public List<int> TaskOutboundTypes => typeof(TaskOutboundTypeEnum).GetEnumIndexList(); |
| | | |
| | | /// <summary> |
| | | /// ä»å¨å±(æ°æ®åºè®¿é®) |
| | | /// </summary> |
| | | public IRepository<Dt_Task> Repository => BaseDal; |
| | | |
| | | public TaskService(IRepository<Dt_Task> BaseDal, IRouterService routerService, ITaskExecuteDetailService taskExecuteDetailService, IRepository<Dt_TaskExecuteDetail> taskExecuteDetailRepository, IMapper mapper) : base(BaseDal) |
| | | { |
| | | _routerService = routerService; |
| | | _taskExecuteDetailService = taskExecuteDetailService; |
| | | _taskExecuteDetailRepository = taskExecuteDetailRepository; |
| | | _mapper = mapper; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¥æ¶WMSä»»å¡ä¿¡æ¯ |
| | | /// </summary> |
| | | /// <param name="taskDTOs">WMSä»»å¡å¯¹è±¡éå</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | public WebResponseContent ReceiveWMSTask([NotNull] List<WMSTaskDTO> taskDTOs) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | List<Dt_Task> tasks = new List<Dt_Task>(); |
| | | foreach (var item in taskDTOs) |
| | | { |
| | | if (BaseDal.QueryFirst(x => x.TaskNum == item.TaskNum || x.PalletCode == item.PalletCode) != null) |
| | | { |
| | | continue; |
| | | } |
| | | Dt_Task task = _mapper.Map<Dt_Task>(item); |
| | | task.Creater = "WMS"; |
| | | if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.OutbondGroup) |
| | | { |
| | | List<Dt_Router> routers = _routerService.QueryNextRoutes(item.RoadWay, item.TargetAddress); |
| | | //æä¸èèå¤è·¯å¾ |
| | | if (routers.Count > 0) |
| | | { |
| | | task.TaskState = (int)TaskOutStatusEnum.OutNew; |
| | | task.CurrentAddress = item.SourceAddress; |
| | | task.NextAddress = routers.FirstOrDefault().ChildPosi; |
| | | } |
| | | } |
| | | else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.InboundGroup) |
| | | { |
| | | List<Dt_Router> routers = _routerService.QueryNextRoutes(item.SourceAddress, item.TargetAddress); |
| | | //æä¸èèå¤è·¯å¾ |
| | | if (routers.Count > 0) |
| | | { |
| | | task.TaskState = (int)TaskInStatusEnum.InNew; |
| | | task.CurrentAddress = item.SourceAddress; |
| | | task.NextAddress = routers.FirstOrDefault().ChildPosi; |
| | | } |
| | | } |
| | | tasks.Add(task); |
| | | } |
| | | BaseDal.AddData(tasks); |
| | | |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(tasks.Select(x => x.TaskNum).ToList(), "æ¥æ¶WMSä»»å¡"); |
| | | |
| | | content = WebResponseContent.Instance.OK("æå"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error($"任塿¥æ¶é误,é误信æ¯:{ex.Message}"); |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®æçå·ãèµ·å§å°ååWMS请æ±ä»»å¡ |
| | | /// </summary> |
| | | /// <param name="palletCode">æçå·</param> |
| | | /// <param name="sourceAddress">èµ·å§å°å</param> |
| | | /// <returns></returns> |
| | | public WebResponseContent RequestWMSTask(string palletCode, string sourceAddress) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | WMSTaskDTO taskDTO = new WMSTaskDTO() |
| | | { |
| | | TaskNum = Convert.ToInt32(DateTime.Now.ToString("HHmmss")), |
| | | Grade = 1, |
| | | PalletCode = palletCode, |
| | | RoadWay = "SC01", |
| | | SourceAddress = sourceAddress, |
| | | TargetAddress = "SC01", |
| | | TaskState = (int)TaskInStatusEnum.InNew, |
| | | Id = 0, |
| | | TaskType = (int)TaskInboundTypeEnum.Inbound |
| | | }; |
| | | |
| | | content = ReceiveWMSTask(new List<WMSTaskDTO> { taskDTO }); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæ¥è¯¢è¾éçº¿æªæ§è¡çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns></returns> |
| | | public Dt_Task QueryConveyorLineTask(string deviceNo, string currentAddress) |
| | | { |
| | | return BaseDal.QueryFirst(x => (TaskInboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskInStatusEnum.InNew || TaskOutboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskOutStatusEnum.SC_OutFinish) && x.CurrentAddress == currentAddress, TaskOrderBy); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®ä»»å¡å·ãä¸ä¸å°åæ¥è¯¢è¾é线æ§è¡ä¸çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="nextAddress">ä¸ä¸å°å</param> |
| | | /// <returns></returns> |
| | | public Dt_Task QueryExecutingConveyorLineTask(int taskNum, string nextAddress) |
| | | { |
| | | return BaseDal.QueryFirst(x => x.TaskNum == taskNum && x.NextAddress == nextAddress && (x.TaskState == (int)TaskInStatusEnum.Line_InExecuting || x.TaskState == (int)TaskOutStatusEnum.Line_OutExecuting), TaskOrderBy); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®ä»»å¡å·ãå½åå°åæ¥è¯¢è¾éçº¿å®æçä»»å¡ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns></returns> |
| | | public Dt_Task QueryCompletedConveyorLineTask(int taskNum, string currentAddress) |
| | | { |
| | | return BaseDal.QueryFirst(x => x.TaskNum == taskNum && x.CurrentAddress == currentAddress && (x.TaskState == (int)TaskInStatusEnum.Line_InFinish || x.TaskState == (int)TaskOutStatusEnum.Line_OutFinish), TaskOrderBy); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãä»»å¡ç±»ååç»(å¯é)æç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± æ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="taskTypeGroup">ä»»å¡ç±»ååç»(å¯é)</param> |
| | | /// <returns></returns> |
| | | public Dt_Task? QuertStackerCraneTask(string deviceNo, TaskTypeGroup? taskTypeGroup = null) |
| | | { |
| | | if (taskTypeGroup == null) |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && (TaskInboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskInStatusEnum.Line_InFinish || TaskOutboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskOutStatusEnum.OutNew), TaskOrderBy); |
| | | if (taskTypeGroup.Value == TaskTypeGroup.InboundGroup) |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && TaskInboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskInStatusEnum.Line_InFinish, TaskOrderBy); |
| | | if (taskTypeGroup.Value == TaskTypeGroup.OutbondGroup) |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && TaskOutboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskOutStatusEnum.OutNew, TaskOrderBy); |
| | | return null; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± æ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns>è¿åä»»å¡å®ä½å¯¹è±¡ï¼å¯è½ä¸ºnull</returns> |
| | | public Dt_Task QueryStackerCraneTask(string deviceNo, string currentAddress = "") |
| | | { |
| | | if (string.IsNullOrEmpty(currentAddress)) |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && (TaskInboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskInStatusEnum.Line_InFinish || TaskOutboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskOutStatusEnum.OutNew), TaskOrderBy); |
| | | else |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && x.CurrentAddress == currentAddress && (TaskInboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskInStatusEnum.Line_InFinish || TaskOutboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskOutStatusEnum.OutNew), TaskOrderBy); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± å
¥åºç±»åçæ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns>è¿åä»»å¡å®ä½å¯¹è±¡ï¼å¯è½ä¸ºnull</returns> |
| | | public Dt_Task QueryStackerCraneInTask(string deviceNo, string currentAddress = "") |
| | | { |
| | | if (string.IsNullOrEmpty(currentAddress)) |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && TaskInboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskInStatusEnum.Line_InFinish, TaskOrderBy); |
| | | else |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && TaskInboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskInStatusEnum.Line_InFinish && x.CurrentAddress == currentAddress, TaskOrderBy); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± åºåºç±»åçæ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns>è¿åä»»å¡å®ä½å¯¹è±¡ï¼å¯è½ä¸ºnull</returns> |
| | | public Dt_Task QueryStackerCraneOutTask(string deviceNo, string currentAddress = "") |
| | | { |
| | | if (string.IsNullOrEmpty(currentAddress)) |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && TaskOutboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskOutStatusEnum.OutNew, TaskOrderBy); |
| | | else |
| | | return BaseDal.QueryFirst(x => x.Roadway == deviceNo && TaskOutboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskOutStatusEnum.OutNew && x.CurrentAddress == currentAddress, TaskOrderBy); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è®¾å¤ç¼å·ãå½åå°åæç
§ä¼å
级以åå建æ¶é´æåºæ¥è¯¢ä»»å¡æ± åºåºç±»åçæ°å¢çä»»å¡ |
| | | /// </summary> |
| | | /// <param name="deviceNo">设å¤ç¼å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns>è¿åä»»å¡å®ä½å¯¹è±¡éåï¼å¯è½ä¸ºnull</returns> |
| | | public List<Dt_Task> QueryStackerCraneOutTasks(string deviceNo, List<string> outStationCodes) |
| | | { |
| | | return BaseDal.QueryData(x => x.Roadway == deviceNo && TaskOutboundTypes.Contains(x.TaskType) && x.TaskState == (int)TaskOutStatusEnum.OutNew && outStationCodes.Contains(x.CurrentAddress), TaskOrderBy); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ´æ°ä»»å¡å¼å¸¸ä¿¡æ¯æ¾ç¤º |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="message">å¼å¸¸ä¿¡æ¯</param> |
| | | public WebResponseContent UpdateTaskExceptionMessage(int taskNum, string message) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | Dt_Task task = BaseDal.QueryFirst(x => x.TaskNum == taskNum); |
| | | if (task == null) return WebResponseContent.Instance.Error($"æªæ¾å°è¯¥ä»»å¡ä¿¡æ¯,ä»»å¡å·:ã{taskNum}ã"); |
| | | if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.OutbondGroup) |
| | | { |
| | | task.TaskState = (int)TaskOutStatusEnum.OutPending; |
| | | } |
| | | else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.InboundGroup) |
| | | { |
| | | task.TaskState = (int)TaskInStatusEnum.InPending; |
| | | } |
| | | task.ExceptionMessage = message; |
| | | task.ModifyDate = DateTime.Now; |
| | | BaseDal.UpdateData(task); |
| | | |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, task.ExceptionMessage); |
| | | |
| | | content = WebResponseContent.Instance.OK(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ´æ°ä»»å¡ç¶æä¿¡æ¯ï¼å¹¶åæ¥è³WMS |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="status">ä»»å¡ç¶æ</param> |
| | | public void UpdateTaskStatus(int taskNum, int status) |
| | | { |
| | | Dt_Task task = BaseDal.QueryFirst(x => x.TaskNum == taskNum); |
| | | if (task == null) return; |
| | | task.TaskState = status; |
| | | task.ModifyDate = DateTime.Now; |
| | | BaseDal.UpdateData(task); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// å°ä»»å¡ç¶æä¿®æ¹ä¸ºä¸ä¸ä¸ªç¶æ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | public WebResponseContent UpdateTaskStatusToNext(int taskNum) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | Dt_Task task = BaseDal.QueryFirst(x => x.TaskNum == taskNum); |
| | | if (task == null) return WebResponseContent.Instance.Error($"æªæ¾å°è¯¥ä»»å¡ä¿¡æ¯,ä»»å¡å·:ã{taskNum}ã"); |
| | | return UpdateTaskStatusToNext(task); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// å°ä»»å¡ç¶æä¿®æ¹ä¸ºä¸ä¸ä¸ªç¶æ |
| | | /// </summary> |
| | | /// <param name="task">ä»»å¡å®ä½å¯¹è±¡</param> |
| | | /// <returns></returns> |
| | | public WebResponseContent UpdateTaskStatusToNext([NotNull] Dt_Task task) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | int oldState = task.TaskState; |
| | | if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.OutbondGroup) |
| | | { |
| | | if (task.TaskState >= (int)TaskOutStatusEnum.OutFinish) |
| | | { |
| | | return content = WebResponseContent.Instance.Error($"该任å¡ç¶æä¸å¯è·³è½¬å°ä¸ä¸æ¥,ä»»å¡å·:ã{task.TaskNum}ã,ä»»å¡ç¶æ:ã{task.TaskState}ã"); |
| | | } |
| | | |
| | | int nextStatus = task.TaskState.GetNextNotCompletedStatus<TaskOutStatusEnum>(); |
| | | |
| | | task.TaskState = nextStatus; |
| | | } |
| | | else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.InboundGroup) |
| | | { |
| | | if (task.TaskState >= (int)TaskInStatusEnum.InFinish) |
| | | { |
| | | return content = WebResponseContent.Instance.Error($"该任å¡ç¶æä¸å¯è·³è½¬å°ä¸ä¸æ¥,ä»»å¡å·:ã{task.TaskNum}ã,ä»»å¡ç¶æ:ã{task.TaskState}ã"); |
| | | } |
| | | |
| | | int nextStatus = task.TaskState.GetNextNotCompletedStatus<TaskInStatusEnum>(); |
| | | task.TaskState = nextStatus; |
| | | |
| | | if (task.TaskState == (int)TaskInStatusEnum.Line_InFinish) |
| | | { |
| | | Random random = new Random(); |
| | | task.CurrentAddress = task.NextAddress; |
| | | task.NextAddress = $"{random.Next(1, 100).ToString().PadLeft(3, '0')}-{random.Next(1, 100).ToString().PadLeft(3, '0')}-{random.Next(1, 100).ToString().PadLeft(3, '0')}"; |
| | | task.TargetAddress = task.NextAddress; |
| | | } |
| | | } |
| | | else |
| | | { |
| | | throw new Exception($"ä»»å¡ç±»åé误,æªæ¾å°è¯¥ä»»å¡ç±»å,ä»»å¡å·:ã{task.TaskNum}ã,ä»»å¡ç±»å:ã{task.TaskType}ã"); |
| | | } |
| | | |
| | | if (task.TaskState <= 0) |
| | | { |
| | | return content = WebResponseContent.Instance.Error($"该任å¡ç¶æä¸å¯è·³è½¬å°ä¸ä¸æ¥,ä»»å¡å·:ã{task.TaskNum}ã,ä»»å¡ç¶æ:ã{task.TaskState}ã"); |
| | | } |
| | | |
| | | task.ModifyDate = DateTime.Now; |
| | | task.Modifier = "System"; |
| | | BaseDal.UpdateData(task); |
| | | |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, App.User.UserId > 0 ? $"人工æå¨å°ä»»å¡ç¶æä»ã{oldState}ã跳转å°ã{task.TaskState}ã" : $"ç³»ç»èªå¨æµç¨ï¼ä»»å¡ç¶æä»ã{oldState}ã转å°ã{task.TaskState}ã"); |
| | | |
| | | content = WebResponseContent.Instance.OK(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®ä»»å¡å·ãå½åå°åæ´æ°ä»»å¡ä½ç½®ä¿¡æ¯ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <param name="currentAddress">å½åå°å</param> |
| | | /// <returns></returns> |
| | | public Dt_Task? UpdatePosition(int taskNum, string currentAddress) |
| | | { |
| | | try |
| | | { |
| | | Dt_Task task = BaseDal.QueryFirst(x => x.TaskNum == taskNum && x.CurrentAddress == currentAddress); |
| | | if (task == null) throw new Exception($"æªæ¾å°è¯¥ä»»å¡ä¿¡æ¯,ä»»å¡å·:ã{taskNum}ã"); |
| | | |
| | | string oldCurrentPos = task.CurrentAddress; |
| | | string oldNextPos = task.NextAddress; |
| | | |
| | | List<Dt_Router> routers = _routerService.QueryNextRoutes(task.NextAddress, task.TargetAddress); |
| | | if (!routers.Any()) throw new Exception($"æªæ¾å°è®¾å¤è·¯ç±ä¿¡æ¯"); |
| | | |
| | | task.CurrentAddress = task.NextAddress; |
| | | task.NextAddress = routers.FirstOrDefault().ChildPosi; |
| | | |
| | | task.ModifyDate = DateTime.Now; |
| | | task.Modifier = "System"; |
| | | BaseDal.UpdateData(task); |
| | | |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"ç³»ç»èªå¨æµç¨ï¼æ´æ°å½åä½ç½®ã{oldCurrentPos} ----> {task.CurrentAddress}ãåä¸ä¸ä½ç½®ã{oldNextPos} ----> {task.NextAddress}ã"); |
| | | return task; |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡å®æ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡ç¼å·</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | public WebResponseContent StackCraneTaskCompleted(int taskNum) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | Dt_Task task = BaseDal.QueryFirst(x => x.TaskNum == taskNum); |
| | | if (task == null) return WebResponseContent.Instance.Error($"æªæ¾å°è¯¥ä»»å¡ä¿¡æ¯,ä»»å¡å·:ã{taskNum}ã"); |
| | | |
| | | if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.OutbondGroup && task.TaskState == (int)TaskOutStatusEnum.SC_OutExecuting) |
| | | { |
| | | List<Dt_Router> routers = _routerService.QueryNextRoutes(task.NextAddress, task.TargetAddress); |
| | | if (!routers.Any()) return WebResponseContent.Instance.Error($"æªæ¾å°è®¾å¤è·¯ç±ä¿¡æ¯"); |
| | | |
| | | int nextStatus = task.TaskState.GetNextNotCompletedStatus<TaskOutStatusEnum>(); |
| | | task.TaskState = nextStatus; |
| | | task.CurrentAddress = task.NextAddress; |
| | | task.NextAddress = routers.FirstOrDefault().ChildPosi; |
| | | task.ModifyDate = DateTime.Now; |
| | | task.Modifier = "System"; |
| | | BaseDal.UpdateData(task); |
| | | |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"å åæºåºåºå®æ"); |
| | | //todo 忥å°WMS |
| | | |
| | | //æä¸èèå¤ä¸ªåºåºå£ |
| | | } |
| | | else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.InboundGroup && task.TaskState == (int)TaskInStatusEnum.SC_InExecuting) |
| | | { |
| | | //todo |
| | | int nextStatus = task.TaskState.GetNextNotCompletedStatus<TaskInStatusEnum>(); |
| | | task.TaskState = nextStatus; |
| | | task.ModifyDate = DateTime.Now; |
| | | task.Modifier = "System"; |
| | | BaseDal.UpdateData(task); |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"å åæºå
¥åºå®æ"); |
| | | |
| | | WMSTaskDTO taskDTO = new WMSTaskDTO() |
| | | { |
| | | TaskNum = Convert.ToInt32(DateTime.Now.ToString("HHmmss")), |
| | | Grade = 1, |
| | | PalletCode = task.PalletCode + "S", |
| | | RoadWay = "SC01", |
| | | SourceAddress = task.TargetAddress, |
| | | TargetAddress = "CLOutAreaA", |
| | | TaskState = (int)TaskOutStatusEnum.OutNew, |
| | | Id = 0, |
| | | TaskType = (int)TaskOutboundTypeEnum.Outbound |
| | | }; |
| | | |
| | | content = ReceiveWMSTask(new List<WMSTaskDTO> { taskDTO }); |
| | | } |
| | | else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.RelocationGroup) |
| | | { |
| | | //todo è°ç¨WMSç§»åºå®æ |
| | | } |
| | | else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.OtherGroup) |
| | | { |
| | | |
| | | } |
| | | else |
| | | { |
| | | throw new Exception($"ä»»å¡ç±»åé误,æªæ¾å°è¯¥ä»»å¡ç±»å,ä»»å¡å·:ã{taskNum}ã,ä»»å¡ç±»å:ã{task.TaskType}ã"); |
| | | } |
| | | content = WebResponseContent.Instance.OK(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error($"ä»»å¡å®æå¼å¸¸,ä»»å¡å·:ã{taskNum}ã"); |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¢å¤æèµ·ä»»å¡ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | public WebResponseContent TaskStatusRecovery(int taskNum) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | Dt_Task task = BaseDal.QueryFirst(x => x.TaskNum == taskNum); |
| | | if (task == null) return WebResponseContent.Instance.Error($"æªæ¾å°è¯¥ä»»å¡ä¿¡æ¯,ä»»å¡å·:ã{taskNum}ã"); |
| | | if (task.TaskState != (int)TaskInStatusEnum.InPending && task.TaskState != (int)TaskOutStatusEnum.OutPending) |
| | | { |
| | | return content = WebResponseContent.Instance.Error($"该任å¡ç¶æä¸å¯æ¢å¤,ä»»å¡å·:ã{taskNum}ã,ä»»å¡ç¶æ:ã{task.TaskState}ã"); |
| | | } |
| | | |
| | | Dt_TaskExecuteDetail taskExecuteDetail = _taskExecuteDetailRepository.QueryFirst(x => x.TaskId == task.TaskId && x.IsNormal, new Dictionary<string, OrderByType> { { nameof(Dt_TaskExecuteDetail.TaskDetailId), OrderByType.Desc } }); |
| | | if (taskExecuteDetail != null) |
| | | { |
| | | task.TaskState = taskExecuteDetail.TaskState; |
| | | } |
| | | else |
| | | { |
| | | if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.OutbondGroup) |
| | | { |
| | | task.TaskState = (int)TaskOutStatusEnum.OutNew; |
| | | } |
| | | else if (task.TaskType.GetTaskTypeGroup() == TaskTypeGroup.InboundGroup) |
| | | { |
| | | task.TaskState = (int)TaskInStatusEnum.InNew; |
| | | } |
| | | //todo |
| | | } |
| | | |
| | | task.ExceptionMessage = string.Empty; |
| | | |
| | | BaseDal.UpdateData(task); |
| | | |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"人工æ¢å¤æèµ·ä»»å¡,æ¢å¤æèµ·æ¶ä»»å¡ç¶æã{task.TaskState}ã"); |
| | | |
| | | content = WebResponseContent.Instance.OK(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 忻任å¡ç¶æ |
| | | /// </summary> |
| | | /// <param name="taskNum">ä»»å¡å·</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | public WebResponseContent RollbackTaskStatusToLast(int taskNum) |
| | | { |
| | | WebResponseContent content = new(); |
| | | try |
| | | { |
| | | Dt_Task task = BaseDal.QueryFirst(x => x.TaskNum == taskNum); |
| | | if (task == null) return WebResponseContent.Instance.Error($"æªæ¾å°è¯¥ä»»å¡ä¿¡æ¯,ä»»å¡å·:ã{taskNum}ã"); |
| | | |
| | | int oldState = task.TaskState; |
| | | Dt_TaskExecuteDetail taskExecuteDetail = _taskExecuteDetailRepository.QueryFirst(x => x.TaskId == task.TaskId && x.TaskState < task.TaskState && x.TaskState > 0, new Dictionary<string, OrderByType> { { nameof(Dt_TaskExecuteDetail.TaskDetailId), OrderByType.Desc } }); |
| | | if (taskExecuteDetail != null) |
| | | { |
| | | task.TaskState = taskExecuteDetail.TaskState; |
| | | task.CurrentAddress = taskExecuteDetail.CurrentAddress; |
| | | task.NextAddress = taskExecuteDetail.NextAddress; |
| | | } |
| | | else |
| | | { |
| | | return content = WebResponseContent.Instance.Error($"æªæ¾å°ä»»å¡æç»ä¿¡æ¯,该任å¡ç¶æä¸å¯åæ»å°ä¸ä¸æ¥,ä»»å¡å·:ã{taskNum}ã,ä»»å¡ç¶æ:ã{task.TaskState}ã"); |
| | | } |
| | | |
| | | task.ExceptionMessage = string.Empty; |
| | | |
| | | BaseDal.UpdateData(task); |
| | | |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, $"人工å°ä»»å¡ç¶æä»ã{oldState}ãåæ»å°ã{task.TaskState}ã"); |
| | | |
| | | content = WebResponseContent.Instance.OK(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content = WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | return content; |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_BasicInfoService\WIDESEAWCS_BasicInfoService.csproj" /> |
| | | <ProjectReference Include="..\WIDESEAWCS_ITaskInfoService\WIDESEAWCS_ITaskInfoService.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Autofac.Core; |
| | | using HslCommunication; |
| | | using HslCommunication.Core; |
| | | using Microsoft.VisualBasic.FileIO; |
| | | using Quartz; |
| | | using SixLabors.ImageSharp.PixelFormats; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Linq; |
| | | using System.Reflection; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Communicator; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_QuartzJob; |
| | | using WIDESEAWCS_QuartzJob.DeviceBase; |
| | | using WIDESEAWCS_QuartzJob.StackerCrane.Enum; |
| | | |
| | | namespace WIDESEAWCS_Tasks |
| | | { |
| | | [DisallowConcurrentExecution] |
| | | public class TestJob : JobBase, IJob |
| | | { |
| | | private readonly ITaskService _taskService; |
| | | public TestJob(ITaskService taskService) |
| | | { |
| | | _taskService = taskService;//注å
¥ |
| | | } |
| | | |
| | | public Task Execute(IJobExecutionContext context) |
| | | { |
| | | |
| | | bool flag = context.JobDetail.JobDataMap.TryGetValue("JobParams", out object? value); |
| | | if (flag && value != null) |
| | | { |
| | | OtherDevice device = (OtherDevice)value; |
| | | try |
| | | { |
| | | //Example |
| | | //device.GetValue 读å |
| | | //device.SetValue åå
¥ |
| | | // _taskService.Repository ä»å¨å±ï¼è¿è¡æ°æ®åºè®¿é® |
| | | |
| | | WriteInfo(device.DeviceName, "infoLog"); |
| | | |
| | | WriteDebug(device.DeviceName, "debugLog"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | WriteError(device.DeviceName, "é误", ex); |
| | | } |
| | | } |
| | | |
| | | |
| | | return Task.CompletedTask; |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="WIDESEAWCS_QuartzJob" Version="3.0.5" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_TaskInfoService\WIDESEAWCS_TaskInfoService.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WMSPart |
| | | { |
| | | /// <summary> |
| | | /// è´§ä½ä¿¡æ¯ä¸å¡æ¥å£å®ç°å± |
| | | /// </summary> |
| | | public partial class LocationInfoService : ServiceBase<Dt_LocationInfo, IRepository<Dt_LocationInfo>>, ILocationInfoService |
| | | { |
| | | private readonly IUnitOfWorkManage _unitOfWorkManage; |
| | | public IRepository<Dt_LocationInfo> Repository => BaseDal; |
| | | |
| | | public LocationInfoService(IRepository<Dt_LocationInfo> BaseDal, IUnitOfWorkManage unitOfWorkManage) : base(BaseDal) |
| | | { |
| | | _unitOfWorkManage = unitOfWorkManage; |
| | | } |
| | | |
| | | |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WMSPart |
| | | { |
| | | /// <summary> |
| | | /// è´§ä½ç¶æåå¨è®°å½ä¸å¡å®ç°å± |
| | | /// </summary> |
| | | public partial class LocationStatusChangeRecordService : ServiceBase<Dt_LocationStatusChangeRecord, IRepository<Dt_LocationStatusChangeRecord>>, ILocationStatusChangeRecordService |
| | | { |
| | | public LocationStatusChangeRecordService(IRepository<Dt_LocationStatusChangeRecord> BaseDal) : base(BaseDal) |
| | | { |
| | | } |
| | | |
| | | public IRepository<Dt_LocationStatusChangeRecord> Repository => BaseDal; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºåæç»ä¸å¡å®ç°å± |
| | | /// </summary> |
| | | public partial class StockInfoDetailService : ServiceBase<Dt_StockInfoDetail, IRepository<Dt_StockInfoDetail>>, IStockInfoDetailService |
| | | { |
| | | public StockInfoDetailService(IRepository<Dt_StockInfoDetail> BaseDal) : base(BaseDal) |
| | | { |
| | | } |
| | | |
| | | public IRepository<Dt_StockInfoDetail> Repository => BaseDal; |
| | | |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºåæç»åå²ä¿¡æ¯ä¸å¡æ¥å®ç°å± |
| | | /// </summary> |
| | | public partial class StockInfoDetail_HtyService : ServiceBase<Dt_StockInfoDetail_Hty, IRepository<Dt_StockInfoDetail_Hty>>, IStockInfoDetail_HtyService |
| | | { |
| | | public StockInfoDetail_HtyService(IRepository<Dt_StockInfoDetail_Hty> BaseDal) : base(BaseDal) |
| | | { |
| | | } |
| | | public IRepository<Dt_StockInfoDetail_Hty> Repository => BaseDal; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using AutoMapper; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºå头表ä¸å¡å®ç°å± |
| | | /// </summary> |
| | | public partial class StockInfoService : ServiceBase<Dt_StockInfo, IRepository<Dt_StockInfo>>, IStockInfoService |
| | | { |
| | | private readonly IMapper _mapper; |
| | | |
| | | public IRepository<Dt_StockInfo> Repository => BaseDal; |
| | | |
| | | public StockInfoService(IRepository<Dt_StockInfo> BaseDal, IMapper mapper) : base(BaseDal) |
| | | { |
| | | _mapper = mapper; |
| | | } |
| | | |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using AutoMapper; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºå头表åå²ä¿¡æ¯ä¸å¡å®ç°å± |
| | | /// </summary> |
| | | public partial class StockInfo_HtyService : ServiceBase<Dt_StockInfo_Hty, IRepository<Dt_StockInfo_Hty>>, IStockInfo_HtyService |
| | | { |
| | | private readonly IMapper _mapper; |
| | | |
| | | public IRepository<Dt_StockInfo_Hty> Repository => BaseDal; |
| | | |
| | | public StockInfo_HtyService(IRepository<Dt_StockInfo_Hty> BaseDal, IMapper mapper) : base(BaseDal) |
| | | { |
| | | _mapper = mapper; |
| | | } |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using AutoMapper; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_WMSPart |
| | | { |
| | | /// <summary> |
| | | /// åºåæ°éåå¨è®°å½ä¸å¡å®ç°å± |
| | | /// </summary> |
| | | public partial class StockQuantityChangeRecordService : ServiceBase<Dt_StockQuantityChangeRecord, IRepository<Dt_StockQuantityChangeRecord>>, IStockQuantityChangeRecordService |
| | | { |
| | | private readonly IMapper _mapper; |
| | | public StockQuantityChangeRecordService(IRepository<Dt_StockQuantityChangeRecord> BaseDal, IMapper mapper) : base(BaseDal) |
| | | { |
| | | _mapper = mapper; |
| | | } |
| | | |
| | | public IRepository<Dt_StockQuantityChangeRecord> Repository => BaseDal; |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\WIDESEAWCS_IWMSPart\WIDESEAWCS_IWMSPart.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |