Commit b88ebf22 by 陶然

增加发票作废对接OA功能

parent e3bd28e8
......@@ -11,6 +11,7 @@ namespace Kivii.Finances.Seeyon
internal static string BaseUrl = "http://61.132.52.110:82";//"http://zyoa.jst-gov.com";
public const string TableNameApply = "FINA_Applies";
public const string TableNameInvoice = "FINA_Invoices";
/// <summary>
/// 提交表单接口
......
......@@ -52,11 +52,15 @@
<ItemGroup>
<Compile Include="ApplyExtension.cs" />
<Compile Include="Configs.cs" />
<Compile Include="Entities\BillApply.cs" />
<Compile Include="Entities\Apply.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RestfulBillApply.cs" />
<Compile Include="RestfulApply.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Kivii.Biz.Finances.V2.0\Src\Kivii.Biz.Finances.V2.0.csproj">
<Project>{8d9479e9-5c4f-4d96-8bc1-c771be0d91b1}</Project>
<Name>Kivii.Biz.Finances.V2.0</Name>
</ProjectReference>
<ProjectReference Include="..\..\Kivii.Seeyon.Addons\Src\Kivii.Seeyon.Addons.V4.5.csproj">
<Project>{4304bea2-2f6c-41e6-976b-3b2bc63d3fe3}</Project>
<Name>Kivii.Seeyon.Addons.V4.5</Name>
......
......@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2023.12180")]
[assembly: AssemblyFileVersion("5.4.2023.12180")]
[assembly: AssemblyVersion("5.4.2024.1150")]
[assembly: AssemblyFileVersion("5.4.2024.1150")]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment