From 770c681572301c938d7b9adcc60d9aad9d1dd604 Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期二, 19 九月 2023 17:37:03 +0800 Subject: [PATCH] 1.新增基本资料功能接口(erp车间/部门、erp仓库、erp用户信息) 2.报工接口添加字段入库条码 3.增加末道工序报工后提交入库接口(对接erp) 4.增加生成系统条码接口(自定义) --- VueWebApi/bin/System.Web.WebPages.Deployment.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/VueWebApi/bin/System.Web.WebPages.Deployment.xml b/VueWebApi/bin/System.Web.WebPages.Deployment.xml new file mode 100644 index 0000000..7dc960b --- /dev/null +++ b/VueWebApi/bin/System.Web.WebPages.Deployment.xml @@ -0,0 +1,60 @@ +锘�<?xml version="1.0" encoding="utf-8"?> +<doc> + <assembly> + <name>System.Web.WebPages.Deployment</name> + </assembly> + <members> + <member name="T:System.Web.WebPages.Deployment.PreApplicationStartCode"> + <summary>Provides a registration point for pre-application start code for Web Pages deployment.</summary> + </member> + <member name="M:System.Web.WebPages.Deployment.PreApplicationStartCode.Start"> + <summary>Registers pre-application start code for Web Pages deployment.</summary> + </member> + <member name="T:System.Web.WebPages.Deployment.WebPagesDeployment"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides methods that are used to get deployment information about the Web application.</summary> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetAssemblyPath(System.Version)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly path for the Web Pages deployment.</summary> + <returns>The assembly path for the Web Pages deployment.</returns> + <param name="version">The Web Pages version.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetExplicitWebPagesVersion(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version from the given binary path.</summary> + <returns>The Web Pages version.</returns> + <param name="path">The binary path for the Web Pages.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetIncompatibleDependencies(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly references from the given path regardless of the Web Pages version.</summary> + <returns>The dictionary containing the assembly references of the Web Pages and its version.</returns> + <param name="appPath">The path to the Web Pages application.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetMaxVersion"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the maximum version of the Web Pages loaded assemblies.</summary> + <returns>The maximum version of the Web Pages loaded assemblies.</returns> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersion(System.String)"> + <summary>Gets the Web Pages version from the given path.</summary> + <returns>The Web Pages version.</returns> + <param name="path">The path of the root directory for the application.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersionWithoutEnabledCheck(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version using the configuration settings with the specified path.</summary> + <returns>The Web Pages version.</returns> + <param name="path">The path to the application settings.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetWebPagesAssemblies"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the assemblies for this Web Pages deployment.</summary> + <returns>A list containing the assemblies for this Web Pages deployment.</returns> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsEnabled(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is enabled.</summary> + <returns>true if the Web Pages deployment is enabled; otherwise, false.</returns> + <param name="path">The path to the Web Pages deployment.</param> + </member> + <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsExplicitlyDisabled(System.String)"> + <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is explicitly disabled.</summary> + <returns>true if the Web Pages deployment is explicitly disabled; otherwise, false.</returns> + <param name="path">The path to the Web Pages deployment.</param> + </member> + </members> +</doc> \ No newline at end of file -- Gitblit v1.9.3