| | |
| | | ## Ignore Visual Studio temporary files, build results, and |
| | | ## files generated by popular Visual Studio add-ons. |
| | | ## |
| | | ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore |
| | | ### Example user template template |
| | | ### Example user template |
| | | |
| | | # User-specific files |
| | | *.rsuser |
| | | *.suo |
| | | *.user |
| | | *.userosscache |
| | | *.sln.docstates |
| | | |
| | | # User-specific files (MonoDevelop/Xamarin Studio) |
| | | *.userprefs |
| | | |
| | | # Mono auto generated files |
| | | mono_crash.* |
| | | |
| | | # Build results |
| | | [Dd]ebug/ |
| | | [Dd]ebugPublic/ |
| | | [Rr]elease/ |
| | | [Rr]eleases/ |
| | | x64/ |
| | | x86/ |
| | | [Ww][Ii][Nn]32/ |
| | | [Aa][Rr][Mm]/ |
| | | [Aa][Rr][Mm]64/ |
| | | bld/ |
| | | [Bb]in/ |
| | | [Oo]bj/ |
| | | [Oo]ut/ |
| | | [Ll]og/ |
| | | [Ll]ogs/ |
| | | |
| | | # Visual Studio 2015/2017 cache/options directory |
| | | .vs/ |
| | | # Uncomment if you have tasks that create the project's static files in wwwroot |
| | | #wwwroot/ |
| | | |
| | | # Visual Studio 2017 auto generated files |
| | | Generated\ Files/ |
| | | |
| | | # MSTest test Results |
| | | [Tt]est[Rr]esult*/ |
| | | [Bb]uild[Ll]og.* |
| | | |
| | | # NUnit |
| | | *.VisualState.xml |
| | | TestResult.xml |
| | | nunit-*.xml |
| | | |
| | | # Build Results of an ATL Project |
| | | [Dd]ebugPS/ |
| | | [Rr]eleasePS/ |
| | | dlldata.c |
| | | |
| | | # Benchmark Results |
| | | BenchmarkDotNet.Artifacts/ |
| | | |
| | | # .NET Core |
| | | project.lock.json |
| | | project.fragment.lock.json |
| | | artifacts/ |
| | | |
| | | # ASP.NET Scaffolding |
| | | ScaffoldingReadMe.txt |
| | | |
| | | # StyleCop |
| | | StyleCopReport.xml |
| | | |
| | | # Files built by Visual Studio |
| | | *_i.c |
| | | *_p.c |
| | | *_h.h |
| | | *.ilk |
| | | *.meta |
| | | *.obj |
| | | *.iobj |
| | | *.pch |
| | | *.pdb |
| | | *.ipdb |
| | | *.pgc |
| | | *.pgd |
| | | *.rsp |
| | | *.sbr |
| | | *.tlb |
| | | *.tli |
| | | *.tlh |
| | | *.tmp |
| | | *.tmp_proj |
| | | *_wpftmp.csproj |
| | | *.log |
| | | *.vspscc |
| | | *.vssscc |
| | | .builds |
| | | *.pidb |
| | | *.svclog |
| | | *.scc |
| | | |
| | | # Chutzpah Test files |
| | | _Chutzpah* |
| | | |
| | | # Visual C++ cache files |
| | | ipch/ |
| | | *.aps |
| | | *.ncb |
| | | *.opendb |
| | | *.opensdf |
| | | *.sdf |
| | | *.cachefile |
| | | *.VC.db |
| | | *.VC.VC.opendb |
| | | |
| | | # Visual Studio profiler |
| | | *.psess |
| | | *.vsp |
| | | *.vspx |
| | | *.sap |
| | | |
| | | # Visual Studio Trace Files |
| | | *.e2e |
| | | |
| | | # TFS 2012 Local Workspace |
| | | $tf/ |
| | | |
| | | # Guidance Automation Toolkit |
| | | *.gpState |
| | | |
| | | # ReSharper is a .NET coding add-in |
| | | _ReSharper*/ |
| | | *.[Rr]e[Ss]harper |
| | | *.DotSettings.user |
| | | |
| | | # TeamCity is a build add-in |
| | | _TeamCity* |
| | | |
| | | # DotCover is a Code Coverage Tool |
| | | *.dotCover |
| | | |
| | | # AxoCover is a Code Coverage Tool |
| | | .axoCover/* |
| | | !.axoCover/settings.json |
| | | |
| | | # Coverlet is a free, cross platform Code Coverage Tool |
| | | coverage*.json |
| | | coverage*.xml |
| | | coverage*.info |
| | | |
| | | # Visual Studio code coverage results |
| | | *.coverage |
| | | *.coveragexml |
| | | |
| | | # NCrunch |
| | | _NCrunch_* |
| | | .*crunch*.local.xml |
| | | nCrunchTemp_* |
| | | |
| | | # MightyMoose |
| | | *.mm.* |
| | | AutoTest.Net/ |
| | | |
| | | # Web workbench (sass) |
| | | .sass-cache/ |
| | | |
| | | # Installshield output folder |
| | | [Ee]xpress/ |
| | | |
| | | # DocProject is a documentation generator add-in |
| | | DocProject/buildhelp/ |
| | | DocProject/Help/*.HxT |
| | | DocProject/Help/*.HxC |
| | | DocProject/Help/*.hhc |
| | | DocProject/Help/*.hhk |
| | | DocProject/Help/*.hhp |
| | | DocProject/Help/Html2 |
| | | DocProject/Help/html |
| | | |
| | | # Click-Once directory |
| | | publish/ |
| | | |
| | | # Publish Web Output |
| | | *.[Pp]ublish.xml |
| | | *.azurePubxml |
| | | # Note: Comment the next line if you want to checkin your web deploy settings, |
| | | # but database connection strings (with potential passwords) will be unencrypted |
| | | *.pubxml |
| | | *.publishproj |
| | | |
| | | # Microsoft Azure Web App publish settings. Comment the next line if you want to |
| | | # checkin your Azure Web App publish settings, but sensitive information contained |
| | | # in these scripts will be unencrypted |
| | | PublishScripts/ |
| | | |
| | | # NuGet Packages |
| | | *.nupkg |
| | | # NuGet Symbol Packages |
| | | *.snupkg |
| | | # The packages folder can be ignored because of Package Restore |
| | | **/[Pp]ackages/* |
| | | # except build/, which is used as an MSBuild target. |
| | | !**/[Pp]ackages/build/ |
| | | # Uncomment if necessary however generally it will be regenerated when needed |
| | | #!**/[Pp]ackages/repositories.config |
| | | # NuGet v3's project.json files produces more ignorable files |
| | | *.nuget.props |
| | | *.nuget.targets |
| | | |
| | | # Microsoft Azure Build Output |
| | | csx/ |
| | | *.build.csdef |
| | | |
| | | # Microsoft Azure Emulator |
| | | ecf/ |
| | | rcf/ |
| | | |
| | | # Windows Store app package directories and files |
| | | AppPackages/ |
| | | BundleArtifacts/ |
| | | Package.StoreAssociation.xml |
| | | _pkginfo.txt |
| | | *.appx |
| | | *.appxbundle |
| | | *.appxupload |
| | | |
| | | # Visual Studio cache files |
| | | # files ending in .cache can be ignored |
| | | *.[Cc]ache |
| | | # but keep track of directories ending in .cache |
| | | !?*.[Cc]ache/ |
| | | |
| | | # Others |
| | | ClientBin/ |
| | | ~$* |
| | | *~ |
| | | *.dbmdl |
| | | *.dbproj.schemaview |
| | | *.jfm |
| | | *.pfx |
| | | *.publishsettings |
| | | orleans.codegen.cs |
| | | |
| | | # Including strong name files can present a security risk |
| | | # (https://github.com/github/gitignore/pull/2483#issue-259490424) |
| | | #*.snk |
| | | |
| | | # Since there are multiple workflows, uncomment next line to ignore bower_components |
| | | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
| | | #bower_components/ |
| | | |
| | | # RIA/Silverlight projects |
| | | Generated_Code/ |
| | | |
| | | # Backup & report files from converting an old project file |
| | | # to a newer Visual Studio version. Backup files are not needed, |
| | | # because we have git ;-) |
| | | _UpgradeReport_Files/ |
| | | Backup*/ |
| | | UpgradeLog*.XML |
| | | UpgradeLog*.htm |
| | | ServiceFabricBackup/ |
| | | *.rptproj.bak |
| | | |
| | | # SQL Server files |
| | | *.mdf |
| | | *.ldf |
| | | *.ndf |
| | | |
| | | # Business Intelligence projects |
| | | *.rdl.data |
| | | *.bim.layout |
| | | *.bim_*.settings |
| | | *.rptproj.rsuser |
| | | *- [Bb]ackup.rdl |
| | | *- [Bb]ackup ([0-9]).rdl |
| | | *- [Bb]ackup ([0-9][0-9]).rdl |
| | | |
| | | # Microsoft Fakes |
| | | FakesAssemblies/ |
| | | |
| | | # GhostDoc plugin setting file |
| | | *.GhostDoc.xml |
| | | |
| | | # Node.js Tools for Visual Studio |
| | | .ntvs_analysis.dat |
| | | node_modules/ |
| | | |
| | | # Visual Studio 6 build log |
| | | *.plg |
| | | |
| | | # Visual Studio 6 workspace options file |
| | | *.opt |
| | | |
| | | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) |
| | | *.vbw |
| | | |
| | | # Visual Studio LightSwitch build output |
| | | **/*.HTMLClient/GeneratedArtifacts |
| | | **/*.DesktopClient/GeneratedArtifacts |
| | | **/*.DesktopClient/ModelManifest.xml |
| | | **/*.Server/GeneratedArtifacts |
| | | **/*.Server/ModelManifest.xml |
| | | _Pvt_Extensions |
| | | |
| | | # Paket dependency manager |
| | | .paket/paket.exe |
| | | paket-files/ |
| | | |
| | | # FAKE - F# Make |
| | | .fake/ |
| | | |
| | | # CodeRush personal settings |
| | | .cr/personal |
| | | |
| | | # Python Tools for Visual Studio (PTVS) |
| | | __pycache__/ |
| | | *.pyc |
| | | |
| | | # Cake - Uncomment if you are using it |
| | | # tools/** |
| | | # !tools/packages.config |
| | | |
| | | # Tabs Studio |
| | | *.tss |
| | | |
| | | # Telerik's JustMock configuration file |
| | | *.jmconfig |
| | | |
| | | # BizTalk build output |
| | | *.btp.cs |
| | | *.btm.cs |
| | | *.odx.cs |
| | | *.xsd.cs |
| | | |
| | | # OpenCover UI analysis results |
| | | OpenCover/ |
| | | |
| | | # Azure Stream Analytics local run output |
| | | ASALocalRun/ |
| | | |
| | | # MSBuild Binary and Structured Log |
| | | *.binlog |
| | | |
| | | # NVidia Nsight GPU debugger configuration file |
| | | *.nvuser |
| | | |
| | | # MFractors (Xamarin productivity tool) working folder |
| | | .mfractor/ |
| | | |
| | | # Local History for Visual Studio |
| | | .localhistory/ |
| | | |
| | | # BeatPulse healthcheck temp database |
| | | healthchecksdb |
| | | |
| | | # Backup folder for Package Reference Convert tool in Visual Studio 2017 |
| | | MigrationBackup/ |
| | | |
| | | # Ionide (cross platform F# VS Code tools) working folder |
| | | .ionide/ |
| | | |
| | | # Fody - auto-generated XML schema |
| | | FodyWeavers.xsd |
| | | # IntelliJ project files |
| | | .idea |
| | | *.iml |
| | | out |
| | | gen |
| | | .qoder |
| | | bin |
| | |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="EPPlus" Version="7.0.0" /> |
| | | <PackageReference Include="Masuit.Tools.Core" Version="2024.3.4"/> |
| | | <PackageReference Include="SqlSugarCore" Version="5.1.4.158"/> |
| | | </ItemGroup> |
| | |
| | | ".NETCoreApp,Version=v8.0": { |
| | | "MES.Service/1.0.0": { |
| | | "dependencies": { |
| | | "EPPlus": "7.0.0", |
| | | "Masuit.Tools.Core": "2024.3.4", |
| | | "SqlSugarCore": "5.1.4.158" |
| | | }, |
| | |
| | | "lib/net6.0/DnsClient.dll": { |
| | | "assemblyVersion": "1.7.0.0", |
| | | "fileVersion": "1.7.0.0" |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus/7.0.0": { |
| | | "dependencies": { |
| | | "EPPlus.Interfaces": "6.1.1", |
| | | "EPPlus.System.Drawing": "6.1.1", |
| | | "Microsoft.Extensions.Configuration.Json": "8.0.0", |
| | | "Microsoft.IO.RecyclableMemoryStream": "2.3.2", |
| | | "System.ComponentModel.Annotations": "5.0.0", |
| | | "System.Security.Cryptography.Pkcs": "7.0.2", |
| | | "System.Text.Encoding.CodePages": "8.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.dll": { |
| | | "assemblyVersion": "7.0.0.3", |
| | | "fileVersion": "7.0.0.3" |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus.Interfaces/6.1.1": { |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.Interfaces.dll": { |
| | | "assemblyVersion": "6.1.1.0", |
| | | "fileVersion": "6.1.1.0" |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus.System.Drawing/6.1.1": { |
| | | "dependencies": { |
| | | "EPPlus.Interfaces": "6.1.1", |
| | | "System.Drawing.Common": "7.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.System.Drawing.dll": { |
| | | "assemblyVersion": "6.1.1.0", |
| | | "fileVersion": "6.1.1.0" |
| | | } |
| | | } |
| | | }, |
| | |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.IO.RecyclableMemoryStream/2.3.2": { |
| | | "runtime": { |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { |
| | | "assemblyVersion": "2.3.2.0", |
| | | "fileVersion": "2.3.2.0" |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/1.1.0": {}, |
| | | "Microsoft.NETCore.Targets/1.1.0": {}, |
| | | "Microsoft.Win32.Registry/5.0.0": { |
| | |
| | | "System.Security.Principal.Windows": "5.0.0" |
| | | } |
| | | }, |
| | | "Microsoft.Win32.SystemEvents/6.0.0": { |
| | | "Microsoft.Win32.SystemEvents/7.0.0": { |
| | | "runtime": { |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.22.51805" |
| | | } |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "rid": "win", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.22.51805" |
| | | } |
| | | } |
| | | }, |
| | |
| | | } |
| | | }, |
| | | "System.Collections.Immutable/8.0.0": {}, |
| | | "System.ComponentModel.Annotations/5.0.0": {}, |
| | | "System.Configuration.ConfigurationManager/8.0.0": { |
| | | "dependencies": { |
| | | "System.Diagnostics.EventLog": "8.0.0", |
| | |
| | | } |
| | | } |
| | | }, |
| | | "System.Drawing.Common/6.0.0": { |
| | | "System.Drawing.Common/7.0.0": { |
| | | "dependencies": { |
| | | "Microsoft.Win32.SystemEvents": "6.0.0" |
| | | "Microsoft.Win32.SystemEvents": "7.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net6.0/System.Drawing.Common.dll": { |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | "lib/net7.0/System.Drawing.Common.dll": { |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.22.51805" |
| | | } |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { |
| | | "rid": "unix", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | }, |
| | | "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { |
| | | "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { |
| | | "rid": "win", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.22.51805" |
| | | } |
| | | } |
| | | }, |
| | | "System.Formats.Asn1/7.0.0": {}, |
| | | "System.Globalization/4.3.0": { |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "1.1.0", |
| | |
| | | }, |
| | | "System.Security.AccessControl/6.0.0": {}, |
| | | "System.Security.Cryptography.Cng/4.5.0": {}, |
| | | "System.Security.Cryptography.Pkcs/7.0.2": { |
| | | "dependencies": { |
| | | "System.Formats.Asn1": "7.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.723.27404" |
| | | } |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { |
| | | "rid": "win", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.723.27404" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.Cryptography.ProtectedData/8.0.0": { |
| | | "runtime": { |
| | | "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { |
| | |
| | | }, |
| | | "System.Windows.Extensions/6.0.0": { |
| | | "dependencies": { |
| | | "System.Drawing.Common": "6.0.0" |
| | | "System.Drawing.Common": "7.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net6.0/System.Windows.Extensions.dll": { |
| | |
| | | "sha512": "sha512-2hrXR83b5g6/ZMJOA36hXp4t56yb7G1mF3Hg6IkrHxvtyaoXRn2WVdgDPN3V8+GugOlUBbTWXgPaka4dXw1QIg==", |
| | | "path": "dnsclient/1.7.0", |
| | | "hashPath": "dnsclient.1.7.0.nupkg.sha512" |
| | | }, |
| | | "EPPlus/7.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-fqDPDAB0v+sU1m0VxDy4jBKhH77BoiaGjglnzflUVoHDL3Bnf8Xf/V8/dm3uYhMwChExnqFXxYscslu46seZQQ==", |
| | | "path": "epplus/7.0.0", |
| | | "hashPath": "epplus.7.0.0.nupkg.sha512" |
| | | }, |
| | | "EPPlus.Interfaces/6.1.1": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==", |
| | | "path": "epplus.interfaces/6.1.1", |
| | | "hashPath": "epplus.interfaces.6.1.1.nupkg.sha512" |
| | | }, |
| | | "EPPlus.System.Drawing/6.1.1": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==", |
| | | "path": "epplus.system.drawing/6.1.1", |
| | | "hashPath": "epplus.system.drawing.6.1.1.nupkg.sha512" |
| | | }, |
| | | "Masuit.Tools.Abstractions/2024.3.4": { |
| | | "type": "package", |
| | |
| | | "path": "microsoft.identitymodel.tokens/6.8.0", |
| | | "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.IO.RecyclableMemoryStream/2.3.2": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-Oh1qXXFdJFcHozvb4H6XYLf2W0meZFuG0A+TfapFPj9z5fd4vxiARGEhAaLj/6XWQaMYIv4SH/9Q6H78Hw0E2Q==", |
| | | "path": "microsoft.io.recyclablememorystream/2.3.2", |
| | | "hashPath": "microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512" |
| | | }, |
| | | "Microsoft.NETCore.Platforms/1.1.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | |
| | | "path": "microsoft.win32.registry/5.0.0", |
| | | "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.Win32.SystemEvents/6.0.0": { |
| | | "Microsoft.Win32.SystemEvents/7.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", |
| | | "path": "microsoft.win32.systemevents/6.0.0", |
| | | "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" |
| | | "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", |
| | | "path": "microsoft.win32.systemevents/7.0.0", |
| | | "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512" |
| | | }, |
| | | "MySqlConnector/2.2.5": { |
| | | "type": "package", |
| | |
| | | "path": "system.collections.immutable/8.0.0", |
| | | "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512" |
| | | }, |
| | | "System.ComponentModel.Annotations/5.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", |
| | | "path": "system.componentmodel.annotations/5.0.0", |
| | | "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512" |
| | | }, |
| | | "System.Configuration.ConfigurationManager/8.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | |
| | | "path": "system.directoryservices.protocols/6.0.1", |
| | | "hashPath": "system.directoryservices.protocols.6.0.1.nupkg.sha512" |
| | | }, |
| | | "System.Drawing.Common/6.0.0": { |
| | | "System.Drawing.Common/7.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", |
| | | "path": "system.drawing.common/6.0.0", |
| | | "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" |
| | | "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", |
| | | "path": "system.drawing.common/7.0.0", |
| | | "hashPath": "system.drawing.common.7.0.0.nupkg.sha512" |
| | | }, |
| | | "System.Formats.Asn1/7.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==", |
| | | "path": "system.formats.asn1/7.0.0", |
| | | "hashPath": "system.formats.asn1.7.0.0.nupkg.sha512" |
| | | }, |
| | | "System.Globalization/4.3.0": { |
| | | "type": "package", |
| | |
| | | "path": "system.security.cryptography.cng/4.5.0", |
| | | "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" |
| | | }, |
| | | "System.Security.Cryptography.Pkcs/7.0.2": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==", |
| | | "path": "system.security.cryptography.pkcs/7.0.2", |
| | | "hashPath": "system.security.cryptography.pkcs.7.0.2.nupkg.sha512" |
| | | }, |
| | | "System.Security.Cryptography.ProtectedData/8.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("MES.Service")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+93770f3ba3276cd222480d83dbbcae9ae7a5fa31")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+24fc70bcd9f1e80b278681cf41323ddf79fbc752")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("MES.Service")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("MES.Service")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | c3f4f60d7b6bc5390bec43453c02cc2c29f88ae1aeb63688e1ced88dd7b1f25e |
| | | e3d3b3785b15120b2e2d6d62088489cd3f8d85a6ea86a059bf5258b04549e109 |
| | |
| | | 90c59daba423ab99b975f1b940bfb188cb86bd529d474e078c4429165ad694ea |
| | | 841ecb53ea9c19c22650fbb50eb6dc96cd8fae2c107b32e5d6edcc077a231f9a |
| | |
| | | "net8.0": { |
| | | "targetAlias": "net8.0", |
| | | "dependencies": { |
| | | "EPPlus": { |
| | | "target": "Package", |
| | | "version": "[7.0.0, )" |
| | | }, |
| | | "Masuit.Tools.Core": { |
| | | "target": "Package", |
| | | "version": "[2024.3.4, )" |
| | |
| | | <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
| | | <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;D:\Program Files\DevExpress 22.2\Components\Offline Packages;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
| | | <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
| | | <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion> |
| | | <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion> |
| | | </PropertyGroup> |
| | | <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
| | | <SourceRoot Include="C:\Users\Administrator\.nuget\packages\" /> |
| | |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus/7.0.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "EPPlus.Interfaces": "6.1.1", |
| | | "EPPlus.System.Drawing": "6.1.1", |
| | | "Microsoft.Extensions.Configuration.Json": "7.0.0", |
| | | "Microsoft.IO.RecyclableMemoryStream": "2.3.2", |
| | | "System.ComponentModel.Annotations": "5.0.0", |
| | | "System.Security.Cryptography.Pkcs": "7.0.2", |
| | | "System.Text.Encoding.CodePages": "7.0.0" |
| | | }, |
| | | "compile": { |
| | | "lib/net7.0/EPPlus.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.dll": { |
| | | "related": ".xml" |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus.Interfaces/6.1.1": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/net7.0/EPPlus.Interfaces.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.Interfaces.dll": {} |
| | | } |
| | | }, |
| | | "EPPlus.System.Drawing/6.1.1": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "EPPlus.Interfaces": "6.1.1", |
| | | "System.Drawing.Common": "7.0.0" |
| | | }, |
| | | "compile": { |
| | | "lib/net7.0/EPPlus.System.Drawing.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.System.Drawing.dll": {} |
| | | } |
| | | }, |
| | | "Masuit.Tools.Abstractions/2024.3.4": { |
| | | "type": "package", |
| | | "dependencies": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.IO.RecyclableMemoryStream/2.3.2": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { |
| | | "related": ".xml" |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/1.1.0": { |
| | | "type": "package", |
| | | "compile": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.Win32.SystemEvents/6.0.0": { |
| | | "Microsoft.Win32.SystemEvents/7.0.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "build": { |
| | | "buildTransitive/netcoreapp3.1/_._": {} |
| | | "buildTransitive/net6.0/_._": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | |
| | | "buildTransitive/net6.0/_._": {} |
| | | } |
| | | }, |
| | | "System.ComponentModel.Annotations/5.0.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { |
| | | "related": ".xml" |
| | | } |
| | | } |
| | | }, |
| | | "System.Configuration.ConfigurationManager/8.0.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "System.Drawing.Common/6.0.0": { |
| | | "System.Drawing.Common/7.0.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.Win32.SystemEvents": "6.0.0" |
| | | "Microsoft.Win32.SystemEvents": "7.0.0" |
| | | }, |
| | | "compile": { |
| | | "lib/net6.0/System.Drawing.Common.dll": { |
| | | "lib/net7.0/System.Drawing.Common.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net6.0/System.Drawing.Common.dll": { |
| | | "lib/net7.0/System.Drawing.Common.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "build": { |
| | | "buildTransitive/netcoreapp3.1/_._": {} |
| | | "buildTransitive/net6.0/_._": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { |
| | | "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Formats.Asn1/7.0.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/net7.0/System.Formats.Asn1.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/System.Formats.Asn1.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "build": { |
| | | "buildTransitive/net6.0/_._": {} |
| | | } |
| | | }, |
| | | "System.Globalization/4.3.0": { |
| | |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.Cryptography.Pkcs/7.0.2": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "System.Formats.Asn1": "7.0.0" |
| | | }, |
| | | "compile": { |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "build": { |
| | | "buildTransitive/net6.0/_._": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | |
| | | "lib/netstandard2.0/DnsClient.xml", |
| | | "lib/netstandard2.1/DnsClient.dll", |
| | | "lib/netstandard2.1/DnsClient.xml" |
| | | ] |
| | | }, |
| | | "EPPlus/7.0.0": { |
| | | "sha512": "fqDPDAB0v+sU1m0VxDy4jBKhH77BoiaGjglnzflUVoHDL3Bnf8Xf/V8/dm3uYhMwChExnqFXxYscslu46seZQQ==", |
| | | "type": "package", |
| | | "path": "epplus/7.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "EPPlusLogo.png", |
| | | "epplus.7.0.0.nupkg.sha512", |
| | | "epplus.nuspec", |
| | | "lib/net35/EPPlus.dll", |
| | | "lib/net35/EPPlus.xml", |
| | | "lib/net462/EPPlus.dll", |
| | | "lib/net462/EPPlus.xml", |
| | | "lib/net6.0/EPPlus.dll", |
| | | "lib/net6.0/EPPlus.xml", |
| | | "lib/net7.0/EPPlus.dll", |
| | | "lib/net7.0/EPPlus.xml", |
| | | "lib/netstandard2.0/EPPlus.dll", |
| | | "lib/netstandard2.0/EPPlus.xml", |
| | | "lib/netstandard2.1/EPPlus.dll", |
| | | "lib/netstandard2.1/EPPlus.xml", |
| | | "license.md", |
| | | "readme.md", |
| | | "readme.txt" |
| | | ] |
| | | }, |
| | | "EPPlus.Interfaces/6.1.1": { |
| | | "sha512": "y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==", |
| | | "type": "package", |
| | | "path": "epplus.interfaces/6.1.1", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "EPPlusLogo.png", |
| | | "epplus.interfaces.6.1.1.nupkg.sha512", |
| | | "epplus.interfaces.nuspec", |
| | | "lib/net35/EPPlus.Interfaces.dll", |
| | | "lib/net462/EPPlus.Interfaces.dll", |
| | | "lib/net6.0/EPPlus.Interfaces.dll", |
| | | "lib/net7.0/EPPlus.Interfaces.dll", |
| | | "lib/netstandard2.0/EPPlus.Interfaces.dll", |
| | | "lib/netstandard2.1/EPPlus.Interfaces.dll", |
| | | "license.md", |
| | | "readme.md" |
| | | ] |
| | | }, |
| | | "EPPlus.System.Drawing/6.1.1": { |
| | | "sha512": "lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==", |
| | | "type": "package", |
| | | "path": "epplus.system.drawing/6.1.1", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "EPPlusLogo.png", |
| | | "epplus.system.drawing.6.1.1.nupkg.sha512", |
| | | "epplus.system.drawing.nuspec", |
| | | "lib/net35/EPPlus.System.Drawing.dll", |
| | | "lib/net462/EPPlus.System.Drawing.dll", |
| | | "lib/net6.0/EPPlus.System.Drawing.dll", |
| | | "lib/net7.0/EPPlus.System.Drawing.dll", |
| | | "lib/netstandard2.0/EPPlus.System.Drawing.dll", |
| | | "lib/netstandard2.1/EPPlus.System.Drawing.dll", |
| | | "license.md", |
| | | "readme.md" |
| | | ] |
| | | }, |
| | | "Masuit.Tools.Abstractions/2024.3.4": { |
| | |
| | | "microsoft.identitymodel.tokens.nuspec" |
| | | ] |
| | | }, |
| | | "Microsoft.IO.RecyclableMemoryStream/2.3.2": { |
| | | "sha512": "Oh1qXXFdJFcHozvb4H6XYLf2W0meZFuG0A+TfapFPj9z5fd4vxiARGEhAaLj/6XWQaMYIv4SH/9Q6H78Hw0E2Q==", |
| | | "type": "package", |
| | | "path": "microsoft.io.recyclablememorystream/2.3.2", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "README.md", |
| | | "lib/net462/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/net462/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512", |
| | | "microsoft.io.recyclablememorystream.nuspec" |
| | | ] |
| | | }, |
| | | "Microsoft.NETCore.Platforms/1.1.0": { |
| | | "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", |
| | | "type": "package", |
| | |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "Microsoft.Win32.SystemEvents/6.0.0": { |
| | | "sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", |
| | | "Microsoft.Win32.SystemEvents/7.0.0": { |
| | | "sha512": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", |
| | | "type": "package", |
| | | "path": "microsoft.win32.systemevents/6.0.0", |
| | | "path": "microsoft.win32.systemevents/7.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", |
| | | "buildTransitive/net462/_._", |
| | | "buildTransitive/net6.0/_._", |
| | | "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", |
| | | "buildTransitive/netcoreapp3.1/_._", |
| | | "lib/net461/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/net461/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/net462/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/net462/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", |
| | | "microsoft.win32.systemevents.6.0.0.nupkg.sha512", |
| | | "microsoft.win32.systemevents.7.0.0.nupkg.sha512", |
| | | "microsoft.win32.systemevents.nuspec", |
| | | "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", |
| | | "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", |
| | | "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", |
| | | "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", |
| | | "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", |
| | | "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | | "System.ComponentModel.Annotations/5.0.0": { |
| | | "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", |
| | | "type": "package", |
| | | "path": "system.componentmodel.annotations/5.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/MonoAndroid10/_._", |
| | | "lib/MonoTouch10/_._", |
| | | "lib/net45/_._", |
| | | "lib/net461/System.ComponentModel.Annotations.dll", |
| | | "lib/netcore50/System.ComponentModel.Annotations.dll", |
| | | "lib/netstandard1.4/System.ComponentModel.Annotations.dll", |
| | | "lib/netstandard2.0/System.ComponentModel.Annotations.dll", |
| | | "lib/netstandard2.1/System.ComponentModel.Annotations.dll", |
| | | "lib/netstandard2.1/System.ComponentModel.Annotations.xml", |
| | | "lib/portable-net45+win8/_._", |
| | | "lib/win8/_._", |
| | | "lib/xamarinios10/_._", |
| | | "lib/xamarinmac20/_._", |
| | | "lib/xamarintvos10/_._", |
| | | "lib/xamarinwatchos10/_._", |
| | | "ref/MonoAndroid10/_._", |
| | | "ref/MonoTouch10/_._", |
| | | "ref/net45/_._", |
| | | "ref/net461/System.ComponentModel.Annotations.dll", |
| | | "ref/net461/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/System.ComponentModel.Annotations.dll", |
| | | "ref/netcore50/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/de/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/es/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/fr/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/it/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/ja/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/ko/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/ru/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard1.1/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard1.3/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard1.4/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard2.0/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard2.0/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard2.1/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard2.1/System.ComponentModel.Annotations.xml", |
| | | "ref/portable-net45+win8/_._", |
| | | "ref/win8/_._", |
| | | "ref/xamarinios10/_._", |
| | | "ref/xamarinmac20/_._", |
| | | "ref/xamarintvos10/_._", |
| | | "ref/xamarinwatchos10/_._", |
| | | "system.componentmodel.annotations.5.0.0.nupkg.sha512", |
| | | "system.componentmodel.annotations.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Configuration.ConfigurationManager/8.0.0": { |
| | | "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", |
| | | "type": "package", |
| | |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | | "System.Drawing.Common/6.0.0": { |
| | | "sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", |
| | | "System.Drawing.Common/7.0.0": { |
| | | "sha512": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", |
| | | "type": "package", |
| | | "path": "system.drawing.common/6.0.0", |
| | | "path": "system.drawing.common/7.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "buildTransitive/net461/System.Drawing.Common.targets", |
| | | "buildTransitive/net462/_._", |
| | | "buildTransitive/net6.0/_._", |
| | | "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", |
| | | "buildTransitive/netcoreapp3.1/_._", |
| | | "lib/MonoAndroid10/_._", |
| | | "lib/MonoTouch10/_._", |
| | | "lib/net461/System.Drawing.Common.dll", |
| | | "lib/net461/System.Drawing.Common.xml", |
| | | "lib/net462/System.Drawing.Common.dll", |
| | | "lib/net462/System.Drawing.Common.xml", |
| | | "lib/net6.0/System.Drawing.Common.dll", |
| | | "lib/net6.0/System.Drawing.Common.xml", |
| | | "lib/netcoreapp3.1/System.Drawing.Common.dll", |
| | | "lib/netcoreapp3.1/System.Drawing.Common.xml", |
| | | "lib/net7.0/System.Drawing.Common.dll", |
| | | "lib/net7.0/System.Drawing.Common.xml", |
| | | "lib/netstandard2.0/System.Drawing.Common.dll", |
| | | "lib/netstandard2.0/System.Drawing.Common.xml", |
| | | "lib/xamarinios10/_._", |
| | | "lib/xamarinmac20/_._", |
| | | "lib/xamarintvos10/_._", |
| | | "lib/xamarinwatchos10/_._", |
| | | "runtimes/unix/lib/net6.0/System.Drawing.Common.dll", |
| | | "runtimes/unix/lib/net6.0/System.Drawing.Common.xml", |
| | | "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll", |
| | | "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml", |
| | | "runtimes/win/lib/net6.0/System.Drawing.Common.dll", |
| | | "runtimes/win/lib/net6.0/System.Drawing.Common.xml", |
| | | "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll", |
| | | "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml", |
| | | "system.drawing.common.6.0.0.nupkg.sha512", |
| | | "runtimes/win/lib/net7.0/System.Drawing.Common.dll", |
| | | "runtimes/win/lib/net7.0/System.Drawing.Common.xml", |
| | | "system.drawing.common.7.0.0.nupkg.sha512", |
| | | "system.drawing.common.nuspec", |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | | "System.Formats.Asn1/7.0.0": { |
| | | "sha512": "+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==", |
| | | "type": "package", |
| | | "path": "system.formats.asn1/7.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "buildTransitive/net461/System.Formats.Asn1.targets", |
| | | "buildTransitive/net462/_._", |
| | | "buildTransitive/net6.0/_._", |
| | | "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets", |
| | | "lib/net462/System.Formats.Asn1.dll", |
| | | "lib/net462/System.Formats.Asn1.xml", |
| | | "lib/net6.0/System.Formats.Asn1.dll", |
| | | "lib/net6.0/System.Formats.Asn1.xml", |
| | | "lib/net7.0/System.Formats.Asn1.dll", |
| | | "lib/net7.0/System.Formats.Asn1.xml", |
| | | "lib/netstandard2.0/System.Formats.Asn1.dll", |
| | | "lib/netstandard2.0/System.Formats.Asn1.xml", |
| | | "system.formats.asn1.7.0.0.nupkg.sha512", |
| | | "system.formats.asn1.nuspec", |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Security.Cryptography.Pkcs/7.0.2": { |
| | | "sha512": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==", |
| | | "type": "package", |
| | | "path": "system.security.cryptography.pkcs/7.0.2", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", |
| | | "buildTransitive/net462/_._", |
| | | "buildTransitive/net6.0/_._", |
| | | "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", |
| | | "lib/net462/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/net462/System.Security.Cryptography.Pkcs.xml", |
| | | "lib/net6.0/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/net6.0/System.Security.Cryptography.Pkcs.xml", |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.xml", |
| | | "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", |
| | | "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", |
| | | "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", |
| | | "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml", |
| | | "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll", |
| | | "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml", |
| | | "system.security.cryptography.pkcs.7.0.2.nupkg.sha512", |
| | | "system.security.cryptography.pkcs.nuspec", |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | | "System.Security.Cryptography.ProtectedData/8.0.0": { |
| | | "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", |
| | | "type": "package", |
| | |
| | | }, |
| | | "projectFileDependencyGroups": { |
| | | "net8.0": [ |
| | | "EPPlus >= 7.0.0", |
| | | "Masuit.Tools.Core >= 2024.3.4", |
| | | "SqlSugarCore >= 5.1.4.158" |
| | | ] |
| | |
| | | "net8.0": { |
| | | "targetAlias": "net8.0", |
| | | "dependencies": { |
| | | "EPPlus": { |
| | | "target": "Package", |
| | | "version": "[7.0.0, )" |
| | | }, |
| | | "Masuit.Tools.Core": { |
| | | "target": "Package", |
| | | "version": "[2024.3.4, )" |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "wdcqmije9tA=", |
| | | "dgSpecHash": "tA2bvvIDcUM=", |
| | | "success": true, |
| | | "projectFilePath": "D:\\Workspace\\gs\\XB_MES_API\\StandardPda\\MES.Service\\MES.Service.csproj", |
| | | "expectedPackageFiles": [ |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\anglesharp.css\\1.0.0-beta.139\\anglesharp.css.1.0.0-beta.139.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\castle.core\\5.1.1\\castle.core.5.1.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\dnsclient\\1.7.0\\dnsclient.1.7.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\epplus\\7.0.0\\epplus.7.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\epplus.interfaces\\6.1.1\\epplus.interfaces.6.1.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\epplus.system.drawing\\6.1.1\\epplus.system.drawing.6.1.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\masuit.tools.abstractions\\2024.3.4\\masuit.tools.abstractions.2024.3.4.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\masuit.tools.core\\2024.3.4\\masuit.tools.core.2024.3.4.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.8.0\\microsoft.identitymodel.protocols.6.8.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.8.0\\microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.8.0\\microsoft.identitymodel.tokens.6.8.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.io.recyclablememorystream\\2.3.2\\microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.win32.systemevents\\7.0.0\\microsoft.win32.systemevents.7.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\mysqlconnector\\2.2.5\\mysqlconnector.2.2.5.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\npgsql\\5.0.18\\npgsql.5.0.18.nupkg.sha512", |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.codedom\\8.0.0\\system.codedom.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.collections.immutable\\8.0.0\\system.collections.immutable.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.0\\system.configuration.configurationmanager.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.0\\system.diagnostics.diagnosticsource.4.7.0.nupkg.sha512", |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.diagnostics.performancecounter\\8.0.0\\system.diagnostics.performancecounter.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.directoryservices\\6.0.1\\system.directoryservices.6.0.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.directoryservices.protocols\\6.0.1\\system.directoryservices.protocols.6.0.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.drawing.common\\7.0.0\\system.drawing.common.7.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.formats.asn1\\7.0.0\\system.formats.asn1.7.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.8.0\\system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.pkcs\\7.0.2\\system.security.cryptography.pkcs.7.0.2.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", |
| | |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus/7.0.0": { |
| | | "dependencies": { |
| | | "EPPlus.Interfaces": "6.1.1", |
| | | "EPPlus.System.Drawing": "6.1.1", |
| | | "Microsoft.Extensions.Configuration.Json": "8.0.0", |
| | | "Microsoft.IO.RecyclableMemoryStream": "2.3.2", |
| | | "System.ComponentModel.Annotations": "5.0.0", |
| | | "System.Security.Cryptography.Pkcs": "7.0.2", |
| | | "System.Text.Encoding.CodePages": "8.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.dll": { |
| | | "assemblyVersion": "7.0.0.3", |
| | | "fileVersion": "7.0.0.3" |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus.Interfaces/6.1.1": { |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.Interfaces.dll": { |
| | | "assemblyVersion": "6.1.1.0", |
| | | "fileVersion": "6.1.1.0" |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus.System.Drawing/6.1.1": { |
| | | "dependencies": { |
| | | "EPPlus.Interfaces": "6.1.1", |
| | | "System.Drawing.Common": "7.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.System.Drawing.dll": { |
| | | "assemblyVersion": "6.1.1.0", |
| | | "fileVersion": "6.1.1.0" |
| | | } |
| | | } |
| | | }, |
| | | "Humanizer.Core/2.14.1": { |
| | | "runtime": { |
| | | "lib/net6.0/Humanizer.dll": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.IO.RecyclableMemoryStream/2.3.2": { |
| | | "runtime": { |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { |
| | | "assemblyVersion": "2.3.2.0", |
| | | "fileVersion": "2.3.2.0" |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/1.1.0": {}, |
| | | "Microsoft.NETCore.Targets/1.1.0": {}, |
| | | "Microsoft.OpenApi/1.2.3": { |
| | |
| | | "System.Security.Principal.Windows": "5.0.0" |
| | | } |
| | | }, |
| | | "Microsoft.Win32.SystemEvents/6.0.0": { |
| | | "Microsoft.Win32.SystemEvents/7.0.0": { |
| | | "runtime": { |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.22.51805" |
| | | } |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "rid": "win", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.22.51805" |
| | | } |
| | | } |
| | | }, |
| | |
| | | } |
| | | }, |
| | | "System.Collections.Immutable/8.0.0": {}, |
| | | "System.ComponentModel.Annotations/5.0.0": {}, |
| | | "System.Composition/6.0.0": { |
| | | "dependencies": { |
| | | "System.Composition.AttributedModel": "6.0.0", |
| | |
| | | } |
| | | } |
| | | }, |
| | | "System.Drawing.Common/6.0.0": { |
| | | "System.Drawing.Common/7.0.0": { |
| | | "dependencies": { |
| | | "Microsoft.Win32.SystemEvents": "6.0.0" |
| | | "Microsoft.Win32.SystemEvents": "7.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net6.0/System.Drawing.Common.dll": { |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | "lib/net7.0/System.Drawing.Common.dll": { |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.22.51805" |
| | | } |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { |
| | | "rid": "unix", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | }, |
| | | "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { |
| | | "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { |
| | | "rid": "win", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "6.0.0.0", |
| | | "fileVersion": "6.0.21.52210" |
| | | "assemblyVersion": "7.0.0.0", |
| | | "fileVersion": "7.0.22.51805" |
| | | } |
| | | } |
| | | }, |
| | | "System.Formats.Asn1/7.0.0": {}, |
| | | "System.Globalization/4.3.0": { |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "1.1.0", |
| | |
| | | }, |
| | | "System.Security.AccessControl/6.0.0": {}, |
| | | "System.Security.Cryptography.Cng/4.5.0": {}, |
| | | "System.Security.Cryptography.Pkcs/7.0.2": { |
| | | "dependencies": { |
| | | "System.Formats.Asn1": "7.0.0" |
| | | } |
| | | }, |
| | | "System.Security.Cryptography.ProtectedData/8.0.0": { |
| | | "runtime": { |
| | | "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { |
| | |
| | | }, |
| | | "System.Windows.Extensions/6.0.0": { |
| | | "dependencies": { |
| | | "System.Drawing.Common": "6.0.0" |
| | | "System.Drawing.Common": "7.0.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/net6.0/System.Windows.Extensions.dll": { |
| | |
| | | }, |
| | | "MES.Service/1.0.0": { |
| | | "dependencies": { |
| | | "EPPlus": "7.0.0", |
| | | "Masuit.Tools.Core": "2024.3.4", |
| | | "SqlSugarCore": "5.1.4.158" |
| | | }, |
| | |
| | | "sha512": "sha512-2hrXR83b5g6/ZMJOA36hXp4t56yb7G1mF3Hg6IkrHxvtyaoXRn2WVdgDPN3V8+GugOlUBbTWXgPaka4dXw1QIg==", |
| | | "path": "dnsclient/1.7.0", |
| | | "hashPath": "dnsclient.1.7.0.nupkg.sha512" |
| | | }, |
| | | "EPPlus/7.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-fqDPDAB0v+sU1m0VxDy4jBKhH77BoiaGjglnzflUVoHDL3Bnf8Xf/V8/dm3uYhMwChExnqFXxYscslu46seZQQ==", |
| | | "path": "epplus/7.0.0", |
| | | "hashPath": "epplus.7.0.0.nupkg.sha512" |
| | | }, |
| | | "EPPlus.Interfaces/6.1.1": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==", |
| | | "path": "epplus.interfaces/6.1.1", |
| | | "hashPath": "epplus.interfaces.6.1.1.nupkg.sha512" |
| | | }, |
| | | "EPPlus.System.Drawing/6.1.1": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==", |
| | | "path": "epplus.system.drawing/6.1.1", |
| | | "hashPath": "epplus.system.drawing.6.1.1.nupkg.sha512" |
| | | }, |
| | | "Humanizer.Core/2.14.1": { |
| | | "type": "package", |
| | |
| | | "path": "microsoft.identitymodel.tokens/6.8.0", |
| | | "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.IO.RecyclableMemoryStream/2.3.2": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-Oh1qXXFdJFcHozvb4H6XYLf2W0meZFuG0A+TfapFPj9z5fd4vxiARGEhAaLj/6XWQaMYIv4SH/9Q6H78Hw0E2Q==", |
| | | "path": "microsoft.io.recyclablememorystream/2.3.2", |
| | | "hashPath": "microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512" |
| | | }, |
| | | "Microsoft.NETCore.Platforms/1.1.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | |
| | | "path": "microsoft.win32.registry/5.0.0", |
| | | "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.Win32.SystemEvents/6.0.0": { |
| | | "Microsoft.Win32.SystemEvents/7.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", |
| | | "path": "microsoft.win32.systemevents/6.0.0", |
| | | "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" |
| | | "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", |
| | | "path": "microsoft.win32.systemevents/7.0.0", |
| | | "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512" |
| | | }, |
| | | "Mono.TextTemplating/2.2.1": { |
| | | "type": "package", |
| | |
| | | "path": "system.collections.immutable/8.0.0", |
| | | "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512" |
| | | }, |
| | | "System.ComponentModel.Annotations/5.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", |
| | | "path": "system.componentmodel.annotations/5.0.0", |
| | | "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512" |
| | | }, |
| | | "System.Composition/6.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | |
| | | "path": "system.directoryservices.protocols/6.0.2", |
| | | "hashPath": "system.directoryservices.protocols.6.0.2.nupkg.sha512" |
| | | }, |
| | | "System.Drawing.Common/6.0.0": { |
| | | "System.Drawing.Common/7.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", |
| | | "path": "system.drawing.common/6.0.0", |
| | | "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" |
| | | "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", |
| | | "path": "system.drawing.common/7.0.0", |
| | | "hashPath": "system.drawing.common.7.0.0.nupkg.sha512" |
| | | }, |
| | | "System.Formats.Asn1/7.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==", |
| | | "path": "system.formats.asn1/7.0.0", |
| | | "hashPath": "system.formats.asn1.7.0.0.nupkg.sha512" |
| | | }, |
| | | "System.Globalization/4.3.0": { |
| | | "type": "package", |
| | |
| | | "path": "system.security.cryptography.cng/4.5.0", |
| | | "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" |
| | | }, |
| | | "System.Security.Cryptography.Pkcs/7.0.2": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==", |
| | | "path": "system.security.cryptography.pkcs/7.0.2", |
| | | "hashPath": "system.security.cryptography.pkcs.7.0.2.nupkg.sha512" |
| | | }, |
| | | "System.Security.Cryptography.ProtectedData/8.0.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesInvItemStocksController.GetReturnableStocks"> |
| | | <summary> |
| | | è·åå¯éè´§ç©æåºå(æ§çæ¬,ä¿çå
¼å®¹) |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesInvItemStocksController.GetReturnableStocksWithPaging(MES.Service.Dto.webApi.ReturnableStockSearchDto)"> |
| | | <summary> |
| | | è·åå¯éè´§ç©æåºå(带å页åæç´¢) |
| | | </summary> |
| | | <param name="searchDto">æç´¢è¯·æ±åæ°</param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesInvItemStocksController.CreateReturnMaterialRequest(MES.Service.Dto.webApi.ItemStockQueryDto)"> |
| | | <summary> |
| | | çæéæè¯·æ±å |
| | | </summary> |
| | | <param name="dto">éæè¯·æ±åæ°</param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesInvItemStocksController.ExportReturnableStocks(MES.Service.Dto.webApi.ReturnableStockSearchDto)"> |
| | | <summary> |
| | | 导åºå¯éè´§ç©æåºå为Excel |
| | | </summary> |
| | | <param name="searchDto">æç´¢è¯·æ±åæ°</param> |
| | | <returns>Excelæä»¶</returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesItemQtController.MiscellaneousIssues(MES.Service.Dto.service.MesItemQtDto)"> |
| | | <summary> |
| | | å
¶ä»åºåºç³è¯·åï¼æåï¼ |
| | |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesPalletBinding1Controller.SavePalletBindingData(MES.Service.Dto.service.MesPalletBinding)"> |
| | | <summary> |
| | | ä»å¤é¨æ¥å£è·åæ æ¿ç»å®ä¿¡æ¯å¹¶ä¿åå°æ°æ®åº |
| | | </summary> |
| | | <param name="palletBinding">æ æ¿ç»å®ä¿¡æ¯</param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesPalletBinding1Controller.CheckStackCodeExists(System.Object)"> |
| | | <summary> |
| | | æ£æ¥æ æ¿ç 卿°æ®åºä¸æ¯å¦åå¨ |
| | | </summary> |
| | | <param name="stackCode">æ æ¿ç </param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesPalletBinding1Controller.SavePalletBindingDataWithCheck(MES.Service.Dto.service.MesPalletBinding)"> |
| | | <summary> |
| | | ä»å¤é¨æ¥å£è·åæ æ¿ç»å®ä¿¡æ¯å¹¶ä¿åå°æ°æ®åºï¼å¸¦å卿§æ£æ¥ï¼ |
| | | </summary> |
| | | <param name="palletBinding">æ æ¿ç»å®ä¿¡æ¯</param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="T:MESApplication.Controllers.Warehouse.SalesPalletController"> |
| | | <summary> |
| | | é宿çç®¡çæ§å¶å¨ |
| | | </summary> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.SalesPalletController.GetSalesPalletPage(MES.Service.Dto.webApi.SalesPalletSearchDto)"> |
| | | <summary> |
| | | è·åé宿çåé¡µæ°æ® |
| | | </summary> |
| | | <param name="request">æ¥è¯¢è¯·æ±åæ°</param> |
| | | <returns>åé¡µç»æ</returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.SalesPalletController.GetSalesPalletDetail(MES.Service.Dto.webApi.SalesPalletDetailQueryDto)"> |
| | | <summary> |
| | | è·åé宿çæç»æ°æ® |
| | | </summary> |
| | | <param name="request">æ¥è¯¢è¯·æ±åæ°</param> |
| | | <returns>æç»å表</returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.SalesPalletController.CreateSalesOrderShipping(MES.Service.Dto.webApi.CreateSalesOrderShippingRequestDto)"> |
| | | <summary> |
| | | å建éå®è®¢ååè´§ |
| | | </summary> |
| | | <param name="request">å货请æ±åæ°</param> |
| | | <returns>åè´§ç»æ</returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.WhqohController.getWhqoh(MES.Service.Dto.service.WhqohDto)"> |
| | | <summary> |
| | | å·æ°åºå |
| | |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.womdaaController.GetStackCodeState(MES.Service.Dto.webApi.StackCodeStateDto)"> |
| | | <summary> |
| | | æ¥è¯¢æ æ¿ç ç¶æ |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.XbRackingTaskSyxtLogController.GetList"> |
| | | <summary> |
| | | è·åææ |
| | |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.XbRackingTaskSyxtLogController.TaskCompleteReport(MES.Service.Dto.service.TaskCompleteReportDto)"> |
| | | <summary> |
| | | ä»»å¡å®æä¸æ¥ |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.XbRackingTaskSyxtLogController.ValidateTaskExists(MES.Service.Dto.service.TaskCompleteReportDto)"> |
| | | <summary> |
| | | æ ¸éªä»»å¡åå·æ¯å¦åå¨ |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.XbRackingTaskSyxtLogController.TaskErrorReport(MES.Service.Dto.service.TaskErrorReportDto)"> |
| | | <summary> |
| | | å¼å¸¸ä»»å¡ä¸æ¥ |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.WomcaaController.GetList"> |
| | | <summary> |
| | | è·åææ |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("MESApplication")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7d13b041f6cf87bddb0e3523c4cf1a328fc159f6")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+24fc70bcd9f1e80b278681cf41323ddf79fbc752")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("MESApplication")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("MESApplication")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 8c5dd14083bb7d88e6dc7583bcc3d8f10f5799e6f6c66b02a99f949f47aa977a |
| | | b6ee8c7c2ff3fcd7dcc6660a9bdf8827f564165a144c9e7aa6563678e7a829b5 |
| | |
| | | f223c14a236ed82552fd69736622a648752037047e48466dd45ac3f12f630ca2 |
| | | 7ee17b355b6ef2628a67539cae5f09db13a8c0b15474a3490882afc6d2fbc2f8 |
| | |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\browser-wasm\nativeassets\net8.0\e_sqlite3.a |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\linux-arm\native\libe_sqlite3.so |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\linux-arm64\native\libe_sqlite3.so |
| | |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Management.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll |
| | |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\obj\Debug\net8.0\MESApplication.pdb |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\obj\Debug\net8.0\MESApplication.genruntimeconfig.cache |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\obj\Debug\net8.0\ref\MESApplication.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\EPPlus.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\EPPlus.Interfaces.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\EPPlus.System.Drawing.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\Microsoft.IO.RecyclableMemoryStream.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win\lib\net7.0\Microsoft.Win32.SystemEvents.dll |
| | | D:\Workspace\gs\XB_MES_API\StandardPda\MESApplication\bin\Debug\net8.0\runtimes\win\lib\net7.0\System.Drawing.Common.dll |
| | |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesInvItemStocksController.GetReturnableStocks"> |
| | | <summary> |
| | | è·åå¯éè´§ç©æåºå(æ§çæ¬,ä¿çå
¼å®¹) |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesInvItemStocksController.GetReturnableStocksWithPaging(MES.Service.Dto.webApi.ReturnableStockSearchDto)"> |
| | | <summary> |
| | | è·åå¯éè´§ç©æåºå(带å页åæç´¢) |
| | | </summary> |
| | | <param name="searchDto">æç´¢è¯·æ±åæ°</param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesInvItemStocksController.CreateReturnMaterialRequest(MES.Service.Dto.webApi.ItemStockQueryDto)"> |
| | | <summary> |
| | | çæéæè¯·æ±å |
| | | </summary> |
| | | <param name="dto">éæè¯·æ±åæ°</param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesInvItemStocksController.ExportReturnableStocks(MES.Service.Dto.webApi.ReturnableStockSearchDto)"> |
| | | <summary> |
| | | 导åºå¯éè´§ç©æåºå为Excel |
| | | </summary> |
| | | <param name="searchDto">æç´¢è¯·æ±åæ°</param> |
| | | <returns>Excelæä»¶</returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesItemQtController.MiscellaneousIssues(MES.Service.Dto.service.MesItemQtDto)"> |
| | | <summary> |
| | | å
¶ä»åºåºç³è¯·åï¼æåï¼ |
| | |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesPalletBinding1Controller.SavePalletBindingData(MES.Service.Dto.service.MesPalletBinding)"> |
| | | <summary> |
| | | ä»å¤é¨æ¥å£è·åæ æ¿ç»å®ä¿¡æ¯å¹¶ä¿åå°æ°æ®åº |
| | | </summary> |
| | | <param name="palletBinding">æ æ¿ç»å®ä¿¡æ¯</param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesPalletBinding1Controller.CheckStackCodeExists(System.Object)"> |
| | | <summary> |
| | | æ£æ¥æ æ¿ç 卿°æ®åºä¸æ¯å¦åå¨ |
| | | </summary> |
| | | <param name="stackCode">æ æ¿ç </param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.MesPalletBinding1Controller.SavePalletBindingDataWithCheck(MES.Service.Dto.service.MesPalletBinding)"> |
| | | <summary> |
| | | ä»å¤é¨æ¥å£è·åæ æ¿ç»å®ä¿¡æ¯å¹¶ä¿åå°æ°æ®åºï¼å¸¦å卿§æ£æ¥ï¼ |
| | | </summary> |
| | | <param name="palletBinding">æ æ¿ç»å®ä¿¡æ¯</param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="T:MESApplication.Controllers.Warehouse.SalesPalletController"> |
| | | <summary> |
| | | é宿çç®¡çæ§å¶å¨ |
| | | </summary> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.SalesPalletController.GetSalesPalletPage(MES.Service.Dto.webApi.SalesPalletSearchDto)"> |
| | | <summary> |
| | | è·åé宿çåé¡µæ°æ® |
| | | </summary> |
| | | <param name="request">æ¥è¯¢è¯·æ±åæ°</param> |
| | | <returns>åé¡µç»æ</returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.SalesPalletController.GetSalesPalletDetail(MES.Service.Dto.webApi.SalesPalletDetailQueryDto)"> |
| | | <summary> |
| | | è·åé宿çæç»æ°æ® |
| | | </summary> |
| | | <param name="request">æ¥è¯¢è¯·æ±åæ°</param> |
| | | <returns>æç»å表</returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.SalesPalletController.CreateSalesOrderShipping(MES.Service.Dto.webApi.CreateSalesOrderShippingRequestDto)"> |
| | | <summary> |
| | | å建éå®è®¢ååè´§ |
| | | </summary> |
| | | <param name="request">å货请æ±åæ°</param> |
| | | <returns>åè´§ç»æ</returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.WhqohController.getWhqoh(MES.Service.Dto.service.WhqohDto)"> |
| | | <summary> |
| | | å·æ°åºå |
| | |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.womdaaController.GetStackCodeState(MES.Service.Dto.webApi.StackCodeStateDto)"> |
| | | <summary> |
| | | æ¥è¯¢æ æ¿ç ç¶æ |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.XbRackingTaskSyxtLogController.GetList"> |
| | | <summary> |
| | | è·åææ |
| | |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.XbRackingTaskSyxtLogController.TaskCompleteReport(MES.Service.Dto.service.TaskCompleteReportDto)"> |
| | | <summary> |
| | | ä»»å¡å®æä¸æ¥ |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.XbRackingTaskSyxtLogController.ValidateTaskExists(MES.Service.Dto.service.TaskCompleteReportDto)"> |
| | | <summary> |
| | | æ ¸éªä»»å¡åå·æ¯å¦åå¨ |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.Warehouse.XbRackingTaskSyxtLogController.TaskErrorReport(MES.Service.Dto.service.TaskErrorReportDto)"> |
| | | <summary> |
| | | å¼å¸¸ä»»å¡ä¸æ¥ |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:MESApplication.Controllers.WomcaaController.GetList"> |
| | | <summary> |
| | | è·åææ |
| | |
| | | "net8.0": { |
| | | "targetAlias": "net8.0", |
| | | "dependencies": { |
| | | "EPPlus": { |
| | | "target": "Package", |
| | | "version": "[7.0.0, )" |
| | | }, |
| | | "Masuit.Tools.Core": { |
| | | "target": "Package", |
| | | "version": "[2024.3.4, )" |
| | |
| | | <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
| | | <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;D:\Program Files\DevExpress 22.2\Components\Offline Packages;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
| | | <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
| | | <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion> |
| | | <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion> |
| | | </PropertyGroup> |
| | | <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
| | | <SourceRoot Include="C:\Users\Administrator\.nuget\packages\" /> |
| | |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus/7.0.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "EPPlus.Interfaces": "6.1.1", |
| | | "EPPlus.System.Drawing": "6.1.1", |
| | | "Microsoft.Extensions.Configuration.Json": "7.0.0", |
| | | "Microsoft.IO.RecyclableMemoryStream": "2.3.2", |
| | | "System.ComponentModel.Annotations": "5.0.0", |
| | | "System.Security.Cryptography.Pkcs": "7.0.2", |
| | | "System.Text.Encoding.CodePages": "7.0.0" |
| | | }, |
| | | "compile": { |
| | | "lib/net7.0/EPPlus.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.dll": { |
| | | "related": ".xml" |
| | | } |
| | | } |
| | | }, |
| | | "EPPlus.Interfaces/6.1.1": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/net7.0/EPPlus.Interfaces.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.Interfaces.dll": {} |
| | | } |
| | | }, |
| | | "EPPlus.System.Drawing/6.1.1": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "EPPlus.Interfaces": "6.1.1", |
| | | "System.Drawing.Common": "7.0.0" |
| | | }, |
| | | "compile": { |
| | | "lib/net7.0/EPPlus.System.Drawing.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/EPPlus.System.Drawing.dll": {} |
| | | } |
| | | }, |
| | | "Humanizer.Core/2.14.1": { |
| | | "type": "package", |
| | | "compile": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.IO.RecyclableMemoryStream/2.3.2": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { |
| | | "related": ".xml" |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/1.1.0": { |
| | | "type": "package", |
| | | "compile": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.Win32.SystemEvents/6.0.0": { |
| | | "Microsoft.Win32.SystemEvents/7.0.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "build": { |
| | | "buildTransitive/netcoreapp3.1/_._": {} |
| | | "buildTransitive/net6.0/_._": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | |
| | | "buildTransitive/net6.0/_._": {} |
| | | } |
| | | }, |
| | | "System.ComponentModel.Annotations/5.0.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { |
| | | "related": ".xml" |
| | | } |
| | | } |
| | | }, |
| | | "System.Composition/6.0.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "System.Drawing.Common/6.0.0": { |
| | | "System.Drawing.Common/7.0.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.Win32.SystemEvents": "6.0.0" |
| | | "Microsoft.Win32.SystemEvents": "7.0.0" |
| | | }, |
| | | "compile": { |
| | | "lib/net6.0/System.Drawing.Common.dll": { |
| | | "lib/net7.0/System.Drawing.Common.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net6.0/System.Drawing.Common.dll": { |
| | | "lib/net7.0/System.Drawing.Common.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "build": { |
| | | "buildTransitive/netcoreapp3.1/_._": {} |
| | | "buildTransitive/net6.0/_._": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { |
| | | "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Formats.Asn1/7.0.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/net7.0/System.Formats.Asn1.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/System.Formats.Asn1.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "build": { |
| | | "buildTransitive/net6.0/_._": {} |
| | | } |
| | | }, |
| | | "System.Globalization/4.3.0": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.Cryptography.Pkcs/7.0.2": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "System.Formats.Asn1": "7.0.0" |
| | | }, |
| | | "compile": { |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "runtime": { |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { |
| | | "related": ".xml" |
| | | } |
| | | }, |
| | | "build": { |
| | | "buildTransitive/net6.0/_._": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.Cryptography.ProtectedData/8.0.0": { |
| | | "type": "package", |
| | | "compile": { |
| | |
| | | "type": "project", |
| | | "framework": ".NETCoreApp,Version=v8.0", |
| | | "dependencies": { |
| | | "EPPlus": "7.0.0", |
| | | "Masuit.Tools.Core": "2024.3.4", |
| | | "SqlSugarCore": "5.1.4.158" |
| | | }, |
| | |
| | | "lib/netstandard2.0/DnsClient.xml", |
| | | "lib/netstandard2.1/DnsClient.dll", |
| | | "lib/netstandard2.1/DnsClient.xml" |
| | | ] |
| | | }, |
| | | "EPPlus/7.0.0": { |
| | | "sha512": "fqDPDAB0v+sU1m0VxDy4jBKhH77BoiaGjglnzflUVoHDL3Bnf8Xf/V8/dm3uYhMwChExnqFXxYscslu46seZQQ==", |
| | | "type": "package", |
| | | "path": "epplus/7.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "EPPlusLogo.png", |
| | | "epplus.7.0.0.nupkg.sha512", |
| | | "epplus.nuspec", |
| | | "lib/net35/EPPlus.dll", |
| | | "lib/net35/EPPlus.xml", |
| | | "lib/net462/EPPlus.dll", |
| | | "lib/net462/EPPlus.xml", |
| | | "lib/net6.0/EPPlus.dll", |
| | | "lib/net6.0/EPPlus.xml", |
| | | "lib/net7.0/EPPlus.dll", |
| | | "lib/net7.0/EPPlus.xml", |
| | | "lib/netstandard2.0/EPPlus.dll", |
| | | "lib/netstandard2.0/EPPlus.xml", |
| | | "lib/netstandard2.1/EPPlus.dll", |
| | | "lib/netstandard2.1/EPPlus.xml", |
| | | "license.md", |
| | | "readme.md", |
| | | "readme.txt" |
| | | ] |
| | | }, |
| | | "EPPlus.Interfaces/6.1.1": { |
| | | "sha512": "y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==", |
| | | "type": "package", |
| | | "path": "epplus.interfaces/6.1.1", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "EPPlusLogo.png", |
| | | "epplus.interfaces.6.1.1.nupkg.sha512", |
| | | "epplus.interfaces.nuspec", |
| | | "lib/net35/EPPlus.Interfaces.dll", |
| | | "lib/net462/EPPlus.Interfaces.dll", |
| | | "lib/net6.0/EPPlus.Interfaces.dll", |
| | | "lib/net7.0/EPPlus.Interfaces.dll", |
| | | "lib/netstandard2.0/EPPlus.Interfaces.dll", |
| | | "lib/netstandard2.1/EPPlus.Interfaces.dll", |
| | | "license.md", |
| | | "readme.md" |
| | | ] |
| | | }, |
| | | "EPPlus.System.Drawing/6.1.1": { |
| | | "sha512": "lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==", |
| | | "type": "package", |
| | | "path": "epplus.system.drawing/6.1.1", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "EPPlusLogo.png", |
| | | "epplus.system.drawing.6.1.1.nupkg.sha512", |
| | | "epplus.system.drawing.nuspec", |
| | | "lib/net35/EPPlus.System.Drawing.dll", |
| | | "lib/net462/EPPlus.System.Drawing.dll", |
| | | "lib/net6.0/EPPlus.System.Drawing.dll", |
| | | "lib/net7.0/EPPlus.System.Drawing.dll", |
| | | "lib/netstandard2.0/EPPlus.System.Drawing.dll", |
| | | "lib/netstandard2.1/EPPlus.System.Drawing.dll", |
| | | "license.md", |
| | | "readme.md" |
| | | ] |
| | | }, |
| | | "Humanizer.Core/2.14.1": { |
| | |
| | | "microsoft.identitymodel.tokens.nuspec" |
| | | ] |
| | | }, |
| | | "Microsoft.IO.RecyclableMemoryStream/2.3.2": { |
| | | "sha512": "Oh1qXXFdJFcHozvb4H6XYLf2W0meZFuG0A+TfapFPj9z5fd4vxiARGEhAaLj/6XWQaMYIv4SH/9Q6H78Hw0E2Q==", |
| | | "type": "package", |
| | | "path": "microsoft.io.recyclablememorystream/2.3.2", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "README.md", |
| | | "lib/net462/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/net462/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll", |
| | | "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml", |
| | | "microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512", |
| | | "microsoft.io.recyclablememorystream.nuspec" |
| | | ] |
| | | }, |
| | | "Microsoft.NETCore.Platforms/1.1.0": { |
| | | "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", |
| | | "type": "package", |
| | |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "Microsoft.Win32.SystemEvents/6.0.0": { |
| | | "sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", |
| | | "Microsoft.Win32.SystemEvents/7.0.0": { |
| | | "sha512": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", |
| | | "type": "package", |
| | | "path": "microsoft.win32.systemevents/6.0.0", |
| | | "path": "microsoft.win32.systemevents/7.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", |
| | | "buildTransitive/net462/_._", |
| | | "buildTransitive/net6.0/_._", |
| | | "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", |
| | | "buildTransitive/netcoreapp3.1/_._", |
| | | "lib/net461/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/net461/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/net462/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/net462/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/net6.0/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/net7.0/Microsoft.Win32.SystemEvents.xml", |
| | | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", |
| | | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", |
| | | "microsoft.win32.systemevents.6.0.0.nupkg.sha512", |
| | | "microsoft.win32.systemevents.7.0.0.nupkg.sha512", |
| | | "microsoft.win32.systemevents.nuspec", |
| | | "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", |
| | | "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", |
| | | "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", |
| | | "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", |
| | | "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", |
| | | "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | | "System.ComponentModel.Annotations/5.0.0": { |
| | | "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", |
| | | "type": "package", |
| | | "path": "system.componentmodel.annotations/5.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/MonoAndroid10/_._", |
| | | "lib/MonoTouch10/_._", |
| | | "lib/net45/_._", |
| | | "lib/net461/System.ComponentModel.Annotations.dll", |
| | | "lib/netcore50/System.ComponentModel.Annotations.dll", |
| | | "lib/netstandard1.4/System.ComponentModel.Annotations.dll", |
| | | "lib/netstandard2.0/System.ComponentModel.Annotations.dll", |
| | | "lib/netstandard2.1/System.ComponentModel.Annotations.dll", |
| | | "lib/netstandard2.1/System.ComponentModel.Annotations.xml", |
| | | "lib/portable-net45+win8/_._", |
| | | "lib/win8/_._", |
| | | "lib/xamarinios10/_._", |
| | | "lib/xamarinmac20/_._", |
| | | "lib/xamarintvos10/_._", |
| | | "lib/xamarinwatchos10/_._", |
| | | "ref/MonoAndroid10/_._", |
| | | "ref/MonoTouch10/_._", |
| | | "ref/net45/_._", |
| | | "ref/net461/System.ComponentModel.Annotations.dll", |
| | | "ref/net461/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/System.ComponentModel.Annotations.dll", |
| | | "ref/netcore50/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/de/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/es/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/fr/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/it/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/ja/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/ko/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/ru/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", |
| | | "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard1.1/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard1.3/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard1.4/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard2.0/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard2.0/System.ComponentModel.Annotations.xml", |
| | | "ref/netstandard2.1/System.ComponentModel.Annotations.dll", |
| | | "ref/netstandard2.1/System.ComponentModel.Annotations.xml", |
| | | "ref/portable-net45+win8/_._", |
| | | "ref/win8/_._", |
| | | "ref/xamarinios10/_._", |
| | | "ref/xamarinmac20/_._", |
| | | "ref/xamarintvos10/_._", |
| | | "ref/xamarinwatchos10/_._", |
| | | "system.componentmodel.annotations.5.0.0.nupkg.sha512", |
| | | "system.componentmodel.annotations.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Composition/6.0.0": { |
| | | "sha512": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", |
| | | "type": "package", |
| | |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | | "System.Drawing.Common/6.0.0": { |
| | | "sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", |
| | | "System.Drawing.Common/7.0.0": { |
| | | "sha512": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", |
| | | "type": "package", |
| | | "path": "system.drawing.common/6.0.0", |
| | | "path": "system.drawing.common/7.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "buildTransitive/net461/System.Drawing.Common.targets", |
| | | "buildTransitive/net462/_._", |
| | | "buildTransitive/net6.0/_._", |
| | | "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", |
| | | "buildTransitive/netcoreapp3.1/_._", |
| | | "lib/MonoAndroid10/_._", |
| | | "lib/MonoTouch10/_._", |
| | | "lib/net461/System.Drawing.Common.dll", |
| | | "lib/net461/System.Drawing.Common.xml", |
| | | "lib/net462/System.Drawing.Common.dll", |
| | | "lib/net462/System.Drawing.Common.xml", |
| | | "lib/net6.0/System.Drawing.Common.dll", |
| | | "lib/net6.0/System.Drawing.Common.xml", |
| | | "lib/netcoreapp3.1/System.Drawing.Common.dll", |
| | | "lib/netcoreapp3.1/System.Drawing.Common.xml", |
| | | "lib/net7.0/System.Drawing.Common.dll", |
| | | "lib/net7.0/System.Drawing.Common.xml", |
| | | "lib/netstandard2.0/System.Drawing.Common.dll", |
| | | "lib/netstandard2.0/System.Drawing.Common.xml", |
| | | "lib/xamarinios10/_._", |
| | | "lib/xamarinmac20/_._", |
| | | "lib/xamarintvos10/_._", |
| | | "lib/xamarinwatchos10/_._", |
| | | "runtimes/unix/lib/net6.0/System.Drawing.Common.dll", |
| | | "runtimes/unix/lib/net6.0/System.Drawing.Common.xml", |
| | | "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll", |
| | | "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml", |
| | | "runtimes/win/lib/net6.0/System.Drawing.Common.dll", |
| | | "runtimes/win/lib/net6.0/System.Drawing.Common.xml", |
| | | "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll", |
| | | "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml", |
| | | "system.drawing.common.6.0.0.nupkg.sha512", |
| | | "runtimes/win/lib/net7.0/System.Drawing.Common.dll", |
| | | "runtimes/win/lib/net7.0/System.Drawing.Common.xml", |
| | | "system.drawing.common.7.0.0.nupkg.sha512", |
| | | "system.drawing.common.nuspec", |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | | "System.Formats.Asn1/7.0.0": { |
| | | "sha512": "+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==", |
| | | "type": "package", |
| | | "path": "system.formats.asn1/7.0.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "buildTransitive/net461/System.Formats.Asn1.targets", |
| | | "buildTransitive/net462/_._", |
| | | "buildTransitive/net6.0/_._", |
| | | "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets", |
| | | "lib/net462/System.Formats.Asn1.dll", |
| | | "lib/net462/System.Formats.Asn1.xml", |
| | | "lib/net6.0/System.Formats.Asn1.dll", |
| | | "lib/net6.0/System.Formats.Asn1.xml", |
| | | "lib/net7.0/System.Formats.Asn1.dll", |
| | | "lib/net7.0/System.Formats.Asn1.xml", |
| | | "lib/netstandard2.0/System.Formats.Asn1.dll", |
| | | "lib/netstandard2.0/System.Formats.Asn1.xml", |
| | | "system.formats.asn1.7.0.0.nupkg.sha512", |
| | | "system.formats.asn1.nuspec", |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Security.Cryptography.Pkcs/7.0.2": { |
| | | "sha512": "xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==", |
| | | "type": "package", |
| | | "path": "system.security.cryptography.pkcs/7.0.2", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", |
| | | "buildTransitive/net462/_._", |
| | | "buildTransitive/net6.0/_._", |
| | | "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", |
| | | "lib/net462/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/net462/System.Security.Cryptography.Pkcs.xml", |
| | | "lib/net6.0/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/net6.0/System.Security.Cryptography.Pkcs.xml", |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/net7.0/System.Security.Cryptography.Pkcs.xml", |
| | | "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", |
| | | "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", |
| | | "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", |
| | | "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", |
| | | "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml", |
| | | "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll", |
| | | "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml", |
| | | "system.security.cryptography.pkcs.7.0.2.nupkg.sha512", |
| | | "system.security.cryptography.pkcs.nuspec", |
| | | "useSharedDesignerContext.txt" |
| | | ] |
| | | }, |
| | | "System.Security.Cryptography.ProtectedData/8.0.0": { |
| | | "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", |
| | | "type": "package", |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "L+zyfadn4nQ=", |
| | | "dgSpecHash": "viP00l41+Tc=", |
| | | "success": true, |
| | | "projectFilePath": "D:\\Workspace\\gs\\XB_MES_API\\StandardPda\\MESApplication\\MESApplication.csproj", |
| | | "expectedPackageFiles": [ |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\anglesharp.css\\1.0.0-beta.139\\anglesharp.css.1.0.0-beta.139.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\castle.core\\5.1.1\\castle.core.5.1.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\dnsclient\\1.7.0\\dnsclient.1.7.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\epplus\\7.0.0\\epplus.7.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\epplus.interfaces\\6.1.1\\epplus.interfaces.6.1.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\epplus.system.drawing\\6.1.1\\epplus.system.drawing.6.1.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\masuit.tools.abstractions\\2024.3.4\\masuit.tools.abstractions.2024.3.4.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\masuit.tools.core\\2024.3.4\\masuit.tools.core.2024.3.4.nupkg.sha512", |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.8.0\\microsoft.identitymodel.protocols.6.8.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.8.0\\microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.8.0\\microsoft.identitymodel.tokens.6.8.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.io.recyclablememorystream\\2.3.2\\microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.win32.systemevents\\7.0.0\\microsoft.win32.systemevents.7.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\mysqlconnector\\2.2.5\\mysqlconnector.2.2.5.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.codedom\\8.0.0\\system.codedom.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.collections.immutable\\8.0.0\\system.collections.immutable.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512", |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.diagnostics.performancecounter\\8.0.0\\system.diagnostics.performancecounter.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.directoryservices\\6.0.1\\system.directoryservices.6.0.1.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.directoryservices.protocols\\6.0.2\\system.directoryservices.protocols.6.0.2.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.drawing.common\\7.0.0\\system.drawing.common.7.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.formats.asn1\\7.0.0\\system.formats.asn1.7.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.8.0\\system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", |
| | |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.pkcs\\7.0.2\\system.security.cryptography.pkcs.7.0.2.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512", |
| | | "C:\\Users\\Administrator\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | # çæéæè¯·æ±åæ¥å£ |
| | | |
| | | ## æ¥å£ä¿¡æ¯ |
| | | - **æ¥å£å°å**: `/api/MesInvItemStocks/CreateReturnMaterialRequest` |
| | | - **è¯·æ±æ¹å¼**: `POST` |
| | | - **æ¥å£è¯´æ**: æ ¹æ®ç©ææ¡ç çæéæè¯·æ±åï¼è°ç¨ç«åºç³»ç»åæä»»å¡æ¥å£ |
| | | |
| | | ## 请æ±åæ° |
| | | |
| | | **Content-Type**: `application/json` |
| | | |
| | | **请æ±ä½ç»æ**: |
| | | ```json |
| | | { |
| | | "userCode": "string", |
| | | "itemBarcodes": ["string"] |
| | | } |
| | | ``` |
| | | |
| | | **åæ°è¯´æ**: |
| | | | åæ°å | ç±»å | å¿
å¡« | 说æ | |
| | | |--------|------|------|------| |
| | | | userCode | string | æ¯ | ç¨æ·ç¼ç | |
| | | | itemBarcodes | array[string] | æ¯ | ç©ææ¡ç éå | |
| | | |
| | | ## 请æ±ç¤ºä¾ |
| | | ```json |
| | | { |
| | | "userCode": "USER001", |
| | | "itemBarcodes": ["BC20231121001", "BC20231121002"] |
| | | } |
| | | ``` |
| | | |
| | | ## ååºåæ° |
| | | |
| | | **ååºä½ç»æ**: |
| | | ```json |
| | | { |
| | | "status": 0, |
| | | "message": "string", |
| | | "data": null |
| | | } |
| | | ``` |
| | | |
| | | **åæ°è¯´æ**: |
| | | | åæ°å | ç±»å | 说æ | |
| | | |--------|------|------| |
| | | | status | int | ç¶æç ï¼0-æåï¼1-失败 | |
| | | | message | string | ååºæ¶æ¯ | |
| | | | data | object | ååºæ°æ®ï¼æ¤æ¥å£ä¸ºnullï¼ | |
| | | |
| | | ## ååºç¤ºä¾ |
| | | |
| | | **æåååº**: |
| | | ```json |
| | | { |
| | | "status": 0, |
| | | "message": "éæè¯·æ±åçææå", |
| | | "data": null |
| | | } |
| | | ``` |
| | | |
| | | **失败ååº**: |
| | | ```json |
| | | { |
| | | "status": 1, |
| | | "message": "éæè¯·æ±åçæå¤±è´¥", |
| | | "data": null |
| | | } |
| | | ``` |
| | | |
| | | **å¼å¸¸ååº**: |
| | | ```json |
| | | { |
| | | "status": -1, |
| | | "message": "å
·ä½é误信æ¯", |
| | | "data": null |
| | | } |
| | | ``` |
| | | |
| | | ## ä¸å¡é»è¾è¯´æ |
| | | 1. ç³»ç»ä¼æ ¹æ®ä¼ å
¥çæ¡ç æ¥è¯¢å¯¹åºçåºåä¿¡æ¯ |
| | | 2. æç©æåæ¹å·æ±æ»æ°é |
| | | 3. çæä»»å¡å·ï¼ç«åºå
¥åºåå·ï¼ |
| | | 4. è°ç¨ç«åºç³»ç»åææ¥å£ï¼`http://172.20.5.5:50080/Services/Wmcs/RetrieveTask` |
| | | 5. æ ¹æ®ç«åºæ¥å£ååºè®°å½ä»»å¡æ¥å¿å°ç³»ç» |
| | | 6. ç«åºæ¥å£è¿åCode=200æ¶ä¸ºæåï¼å
¶ä»ä¸ºå¤±è´¥ |
| | | |
| | | ## 注æäºé¡¹ |
| | | - æ¡ç å¿
é¡»åå¨äºåºåä¸ä¸æ°é大äº0 |
| | | - æ¯ä¸ªæ¡ç åç¬çæä¸ä¸ªåæä»»å¡ |
| | | - 妿æä¸ªæ¡ç 没æåºåï¼ä¼è·³è¿è¯¥æ¡ç ç»§ç»å¤çå
¶ä»æ¡ç |
| | | - ç«åºæ¥å£è°ç¨å¤±è´¥ä¼æåºå¼å¸¸ï¼å端éè¦å¤çé误æç¤º |