使用料号ID,调用ERP料号图纸接口,实现可预览图纸功能
zjh
2025-03-08 5bd7ade241a9efe2cfe664a4ebc1f74054facb4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35818.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileUrlByU9List", "ToFileUrlByU9List\FileUrlByU9List.csproj", "{0D5A883C-BA6C-43EE-A0E4-29E9A590B10F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileList", "FileList\FileList.csproj", "{E2EA89F7-D7C4-4C91-84A2-BA29A7B83F8E}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {0D5A883C-BA6C-43EE-A0E4-29E9A590B10F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {0D5A883C-BA6C-43EE-A0E4-29E9A590B10F}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {0D5A883C-BA6C-43EE-A0E4-29E9A590B10F}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {0D5A883C-BA6C-43EE-A0E4-29E9A590B10F}.Release|Any CPU.Build.0 = Release|Any CPU
        {E2EA89F7-D7C4-4C91-84A2-BA29A7B83F8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {E2EA89F7-D7C4-4C91-84A2-BA29A7B83F8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {E2EA89F7-D7C4-4C91-84A2-BA29A7B83F8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {E2EA89F7-D7C4-4C91-84A2-BA29A7B83F8E}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        SolutionGuid = {B4C8EE11-AB42-475B-8080-65D1C2E14CBF}
    EndGlobalSection
EndGlobal