From da6350d73fdd6b168756a2986b1e5cb0a2da00ed Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 29 三月 2023 10:59:13 +0800
Subject: [PATCH] 订单下达生成工单语句修改、手工创建生产工单生成单据号接口

---
 VueWebApi/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml |   67 +++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml b/VueWebApi/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
new file mode 100644
index 0000000..6114361
--- /dev/null
+++ b/VueWebApi/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<doc>
+    <assembly>
+        <name>Microsoft.CodeDom.Providers.DotNetCompilerPlatform</name>
+    </assembly>
+    <members>
+        <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider">
+            <summary>
+            Provides access to instances of the .NET Compiler Platform C# code generator and code compiler.
+            </summary>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor">
+            <summary>
+            Default Constructor
+            </summary>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor(Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings)">
+            <summary>
+            Creates an instance using the given ICompilerSettings
+            </summary>
+            <param name="compilerSettings"></param>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.CreateCompiler">
+            <summary>
+            Gets an instance of the .NET Compiler Platform C# code compiler.
+            </summary>
+            <returns>An instance of the .NET Compiler Platform C# code compiler</returns>
+        </member>
+        <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings">
+            <summary>
+            Provides settings for the C# and VB CodeProviders
+            </summary>
+        </member>
+        <member name="P:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings.CompilerFullPath">
+            <summary>
+            The full path to csc.exe or vbc.exe
+            </summary>
+        </member>
+        <member name="P:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings.CompilerServerTimeToLive">
+            <summary>
+            TTL in seconds
+            </summary>
+        </member>
+        <member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider">
+            <summary>
+            Provides access to instances of the .NET Compiler Platform VB code generator and code compiler.
+            </summary>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.#ctor">
+            <summary>
+            Default Constructor
+            </summary>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.#ctor(Microsoft.CodeDom.Providers.DotNetCompilerPlatform.ICompilerSettings)">
+            <summary>
+            Creates an instance using the given ICompilerSettings
+            </summary>
+            <param name="compilerSettings"></param>
+        </member>
+        <member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider.CreateCompiler">
+            <summary>
+            Gets an instance of the .NET Compiler Platform VB code compiler.
+            </summary>
+            <returns>An instance of the .NET Compiler Platform VB code compiler</returns>
+        </member>
+    </members>
+</doc>

--
Gitblit v1.9.3