提交 14a92a8c authored 作者: 彭寒菲's avatar 彭寒菲

接口

上级 4ad87b56
...@@ -186,8 +186,8 @@ namespace LQKJ.K3.MFG.PRD.App.ServicePlugIn ...@@ -186,8 +186,8 @@ namespace LQKJ.K3.MFG.PRD.App.ServicePlugIn
string sql2 = $@"/*dialect*/ select t1.FROWID zFROWID,t2.FROWID fFROWID,t1.FMATERIALIDSUB z,t4.FNUMBER znumber, string sql2 = $@"/*dialect*/ select t1.FROWID zFROWID,t2.FROWID fFROWID,t1.FMATERIALIDSUB z,t4.FNUMBER znumber,
t6.FINCREASEQTY zmin,t1.FLACKQTY zLACKQTY,t1.FLACKQTY zsumLACKQTY,t2.FMATERIALIDSUB f,t5.FNUMBER fnumber, t6.FINCREASEQTY zmin,t1.FLACKQTY zLACKQTY,t1.FLACKQTY zsumLACKQTY,t2.FMATERIALIDSUB f,t5.FNUMBER fnumber,
t7.FINCREASEQTY fmin,t2.FLACKQTY,t3_z.*,t3_f.*,t1.FNEEDDATE fFNEEDDATE, t7.FINCREASEQTY fmin,t2.FLACKQTY,t3_z.*,t3_f.*,t1.FNEEDDATE fFNEEDDATE,
t1.FMOBILLNO fFSALEORDERNO,t1.FMOENTRYSEQ,t10.FNUMBER fxqwl,t11.FMATERIALID lackmaterial,t11.FLACKQTY sumlackqty t1.FMOBILLNO fFSALEORDERNO,t1.FMOENTRYSEQ,t10.FNUMBER fxqwl,t11.FMATERIALID lackmaterial,t11.FLACKQTY sumlackqty,t1.FREPLACEGROUP,
from T_PRD_PMPPBOMENTRY t1 t1.FMOENTRYSEQ from T_PRD_PMPPBOMENTRY t1
left join T_PRD_PMPPBOMENTRY t2 on t1.FID = T2.FID and t1.FPARENTROWID=t2.FROWID left join T_PRD_PMPPBOMENTRY t2 on t1.FID = T2.FID and t1.FPARENTROWID=t2.FROWID
left join ( left join (
select FORDERBOMID zFORDERBOMID,T2.FMATERIALID,T2.FMATERIALTYPE z物料类型,T3.FREPLACEPOLICY z替代策略, select FORDERBOMID zFORDERBOMID,T2.FMATERIALID,T2.FMATERIALTYPE z物料类型,T3.FREPLACEPOLICY z替代策略,
...@@ -212,7 +212,7 @@ namespace LQKJ.K3.MFG.PRD.App.ServicePlugIn ...@@ -212,7 +212,7 @@ namespace LQKJ.K3.MFG.PRD.App.ServicePlugIn
left join T_BD_MATERIAL t10 on t10.FMATERIALID=t1.FMATERIALID--产品物料(需求) left join T_BD_MATERIAL t10 on t10.FMATERIALID=t1.FMATERIALID--产品物料(需求)
left join T_PRD_LACKENTRY t11 on t11.FMATERIALID=t1.FMATERIALIDSUB and t11.FID=t1.FID left join T_PRD_LACKENTRY t11 on t11.FMATERIALID=t1.FMATERIALIDSUB and t11.FID=t1.FID
where T1.FID={id} and (t2.FLACKQTY>1 or (t2.FLACKQTY is null and t1.FLACKQTY>1)) and (t1type .FISSUETYPE!=7 or(t1type .FISSUETYPE is null ) ) where T1.FID={id} and (t2.FLACKQTY>1 or (t2.FLACKQTY is null and t1.FLACKQTY>1)) and (t1type .FISSUETYPE!=7 or(t1type .FISSUETYPE is null ) )
and t8.FERPCLSID!=5 and (t9.FERPCLSID!=5 or t9.FERPCLSID is null) "; and t8.FERPCLSID!=5 and (t9.FERPCLSID!=5 or t9.FERPCLSID is null) ORDER by t1.FMOBILLNO,t1.FREPLACEGROUP,t1.FMOENTRYSEQ desc";
Logger.Info("sql2:", ctx.DBId + "," + sql2.ToString()); Logger.Info("sql2:", ctx.DBId + "," + sql2.ToString());
Logger.Info("sql1:", ctx.DBId + "," + sql1.ToString()); Logger.Info("sql1:", ctx.DBId + "," + sql1.ToString());
......
 
...@@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LQKJ.K3.MFG.PRD.App.Service ...@@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LQKJ.K3.MFG.PRD.App.Service
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LQKJ.K3.MFG.PRD.BusinessPlugIn", "..\LQKJ.K3.MFG.PRD.BusinessPlugIn\LQKJ.K3.MFG.PRD.BusinessPlugIn.csproj", "{BD10ED4F-5423-4B56-B2AF-04B43E184E32}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LQKJ.K3.MFG.PRD.BusinessPlugIn", "..\LQKJ.K3.MFG.PRD.BusinessPlugIn\LQKJ.K3.MFG.PRD.BusinessPlugIn.csproj", "{BD10ED4F-5423-4B56-B2AF-04B43E184E32}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LQKJ.PushAndSaveWebApi.Stub", "..\LQKJ.WebApi.Stub\LQKJ.PushAndSaveWebApi.Stub.csproj", "{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
...@@ -21,6 +23,10 @@ Global ...@@ -21,6 +23,10 @@ Global
{BD10ED4F-5423-4B56-B2AF-04B43E184E32}.Debug|Any CPU.Build.0 = Debug|Any CPU {BD10ED4F-5423-4B56-B2AF-04B43E184E32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD10ED4F-5423-4B56-B2AF-04B43E184E32}.Release|Any CPU.ActiveCfg = Release|Any CPU {BD10ED4F-5423-4B56-B2AF-04B43E184E32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD10ED4F-5423-4B56-B2AF-04B43E184E32}.Release|Any CPU.Build.0 = Release|Any CPU {BD10ED4F-5423-4B56-B2AF-04B43E184E32}.Release|Any CPU.Build.0 = Release|Any CPU
{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
......
差异被折叠。
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
namespace LQKJ.WebApi.Stub
{
public class DESHelper
{
/// <summary>
/// DES加密
/// </summary>
/// <param name="pToEncrypt"></param>
/// <param name="sKey">密钥(8位字符)</param>
/// <returns></returns>
public static string Encrypt(string pToEncrypt, string sKey)
{
DESCryptoServiceProvider des = new DESCryptoServiceProvider();
byte[] inputByteArray = Encoding.Default.GetBytes(pToEncrypt);
des.Key = ASCIIEncoding.ASCII.GetBytes(sKey);
des.IV = ASCIIEncoding.ASCII.GetBytes(sKey);
MemoryStream ms = new MemoryStream();
CryptoStream cs = new CryptoStream(ms, des.CreateEncryptor(), CryptoStreamMode.Write);
cs.Write(inputByteArray, 0, inputByteArray.Length);
cs.FlushFinalBlock();
StringBuilder ret = new StringBuilder();
foreach (byte b in ms.ToArray())
{
ret.AppendFormat("{0:X2}", b);
}
ret.ToString();
return ret.ToString();
}
/// <summary>
/// 解密方法
/// </summary>
/// <param name="pToDecrypt">需要解密的字符串</param>
/// <param name="sKey">密匙</param>
/// <returns>解密后的字符串</returns>
public static string Decrypt(string pToDecrypt, string sKey)
{
try
{
DESCryptoServiceProvider des = new DESCryptoServiceProvider();
byte[] inputByteArray = new byte[pToDecrypt.Length / 2];
for (int x = 0; x < pToDecrypt.Length / 2; x++)
{
int i = (Convert.ToInt32(pToDecrypt.Substring(x * 2, 2), 16));
inputByteArray[x] = (byte)i;
}
//建立加密对象的密钥和偏移量,此值重要,不能修改
des.Key = ASCIIEncoding.ASCII.GetBytes(sKey);
des.IV = ASCIIEncoding.ASCII.GetBytes(sKey);
MemoryStream ms = new MemoryStream();
CryptoStream cs = new CryptoStream(ms, des.CreateDecryptor(), CryptoStreamMode.Write);
cs.Write(inputByteArray, 0, inputByteArray.Length);
cs.FlushFinalBlock();
//建立StringBuild对象,CreateDecrypt使用的是流对象,必须把解密后的文本变成流对象
StringBuilder ret = new StringBuilder();
return System.Text.Encoding.Default.GetString(ms.ToArray());
}
catch (Exception ex)
{
}
return "";
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LQKJ.PushAndSaveWebApi.Stub</RootNamespace>
<AssemblyName>LQKJ.PushAndSaveWebApi.Stub</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\K3Cloud\bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Kingdee.BOS, Version=7.7.2256.5, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\Kingdee.BOS.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.App, Version=8.0.144.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\K3Cloud\bin\Kingdee.BOS.App.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.Core, Version=8.0.144.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\K3Cloud\bin\Kingdee.BOS.Core.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.DataEntity, Version=7.7.2256.5, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\Kingdee.BOS.DataEntity.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.ServiceFacade.KDServiceFx, Version=7.7.2256.5, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\Kingdee.BOS.ServiceFacade.KDServiceFx.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.ServiceHelper, Version=7.7.2256.5, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\Kingdee.BOS.ServiceHelper.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.WebApi.FormService, Version=8.0.144.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\K3Cloud\bin\Kingdee.BOS.WebApi.FormService.dll</HintPath>
</Reference>
<Reference Include="Kingdee.BOS.WebApi.ServicesStub, Version=7.7.2256.5, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\Kingdee.BOS.WebApi.ServicesStub.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DESHelper.cs" />
<Compile Include="Performance.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="CustomWebApiService.cs" />
<Compile Include="PushAndSaveArgs.cs" />
<Compile Include="Result.cs" />
<Compile Include="ResultData.cs" />
<Compile Include="Save.cs" />
<Compile Include="SQLResult.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LQKJ.WebApi.Stub
{
/// <summary>
/// 性能
/// </summary>
public class Performance
{
/// <summary>
/// 阶段
/// </summary>
public string stage { get; set; }
/// <summary>
/// 时间点
/// </summary>
public DateTime pointTime { get; set; }
}
}
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("webapis")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("webapis")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// 将 ComVisible 设置为 false 会使此程序集中的类型
//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
//请将此类型的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("6ea92a22-fab9-4acc-ac0e-d76efa9bc67f")]
// 程序集的版本信息由下列四个值组成:
//
// 主版本
// 次版本
// 生成号
// 修订号
//
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
using Kingdee.BOS.JSON;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LQKJ.WebApi.Stub
{
/// <summary>
/// 下推/保存参数
/// </summary>
///
public enum Ismode { submit, draft, save, auto }//暂存,保存,保存提交,保存提交审核
public class PushAndSaveArgs
{
public PushAndSaveArgs()
{
IsAutoSubmitAndAudit = true;
IsInTransaction = true;
isAutoSubmit = Ismode.submit;
}
/// <summary>
/// 订单唯一标识
/// </summary>
public string FormId { get; set; }
/// <summary>
/// 源订单分录标识
/// </summary>
public string SrcEntryKey { get; set; }
/// <summary>
/// 源订单唯一标识
/// </summary>
public string SrcFormId { get; set; }
/// <summary>
/// 单据转换唯一标识
/// </summary>
public string ConvertRule { get; set; }
/// <summary>
/// 源单分录内码
/// </summary>
public List<string> SrcIds { get; set; }
/// <summary>
/// 是否自动提交审核
/// </summary>
public bool IsAutoSubmitAndAudit { get; set; }
/// <summary>
/// 是否在事务中
/// </summary>
public bool IsInTransaction { get; set; }
/// <summary>
/// 修改数据
/// </summary>
public JSONObject Model { get; set; }
public Ismode isAutoSubmit { get; set; }
}
}
using Kingdee.BOS.JSON;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LQKJ.WebApi.Stub
{
/// <summary>
/// 返回消息
/// </summary>
public class Result
{
public Result()
{
resultData = new List<ResultData>();
performances = new List<Performance>();
}
/// <summary>
/// 返回编码 0000为成功 0001为失败
/// </summary>
public string resultCode { get; set; }
/// <summary>
/// 返回消息
/// </summary>
public string resultMsg { get; set; }
/// <summary>
/// 性能数据
/// </summary>
public List<Performance> performances { get; set; }
/// <summary>
/// 返回数据
/// </summary>
public List<ResultData> resultData { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LQKJ.WebApi.Stub
{
/// <summary>
/// 返回明细
/// </summary>
public class ResultData
{
/// <summary>
/// 单据编码
/// </summary>
public string code { get; set; }
/// <summary>
/// 错误消息
/// </summary>
public string msg { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LQKJ.WebApi.Stub
{
public class SQLResult
{
/// <summary>
/// 返回编码 0000为成功 0001为失败
/// </summary>
public string resultCode { get; set; }
/// <summary>
/// 返回消息
/// </summary>
public string resultMsg { get; set; }
/// <summary>
/// 返回消息
/// </summary>
public object data { get; set; }
}
}
差异被折叠。
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")]
D:\AAA我的文件夹\代码\欧智通\欧智通\OZT\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.PushAndSaveWebApi.Stub.csproj.CoreCompileInputs.cache
D:\AAA我的文件夹\代码\欧智通\欧智通\OZT\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.PushAndSaveWebApi.Stub.csproj.CopyComplete
D:\AAA我的文件夹\代码\欧智通\欧智通\OZT\K3Cloud\bin\LQKJ.PushAndSaveWebApi.Stub.dll
D:\AAA我的文件夹\代码\欧智通\欧智通\OZT\K3Cloud\bin\LQKJ.PushAndSaveWebApi.Stub.pdb
D:\AAA我的文件夹\代码\欧智通\欧智通\OZT\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.PushAndSaveWebApi.Stub.dll
D:\AAA我的文件夹\代码\欧智通\欧智通\OZT\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.PushAndSaveWebApi.Stub.pdb
D:\AAA我的文件夹\代码\新建文件夹\KingdeeCloudIntegrationInterface\K3Cloud\bin\LQKJ.WebApi.Stub.dll
D:\AAA我的文件夹\代码\新建文件夹\KingdeeCloudIntegrationInterface\K3Cloud\bin\LQKJ.WebApi.Stub.pdb
D:\AAA我的文件夹\代码\新建文件夹\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.csproj.CoreCompileInputs.cache
D:\AAA我的文件夹\代码\新建文件夹\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.csproj.CopyComplete
D:\AAA我的文件夹\代码\新建文件夹\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.dll
D:\AAA我的文件夹\代码\新建文件夹\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.pdb
D:\AAA我的文件夹\代码\新建文件夹\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.csproj.AssemblyReference.cache
D:\AAA我的文件夹\代码\新建文件夹1\KingdeeCloudIntegrationInterface\K3Cloud\bin\LQKJ.WebApi.Stub.dll
D:\AAA我的文件夹\代码\新建文件夹1\KingdeeCloudIntegrationInterface\K3Cloud\bin\LQKJ.WebApi.Stub.pdb
D:\AAA我的文件夹\代码\新建文件夹1\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.csproj.CoreCompileInputs.cache
D:\AAA我的文件夹\代码\新建文件夹1\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.csproj.CopyComplete
D:\AAA我的文件夹\代码\新建文件夹1\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.dll
D:\AAA我的文件夹\代码\新建文件夹1\KingdeeCloudIntegrationInterface\Code\LQKJ.WebApi.Stub\obj\Debug\LQKJ.WebApi.Stub.pdb

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LQKJ.WebApi.Stub", "LQKJ.WebApi.Stub.csproj", "{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA92A22-FAB9-4ACC-AC0E-D76EFA9BC67F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8E1D3E5-83C3-4A91-9A2E-84EF5AC127F1}
EndGlobalSection
EndGlobal
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论