Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Third.Finances.Seeyon.V4.5
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Third.Finances.Seeyon.V4.5
Commits
b88ebf22
Commit
b88ebf22
authored
Jan 15, 2024
by
陶然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加发票作废对接OA功能
parent
e3bd28e8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
212 additions
and
4 deletions
+212
-4
ApplyExtension.cs
Src/ApplyExtension.cs
+0
-0
Configs.cs
Src/Configs.cs
+1
-0
Apply.cs
Src/Entities/Apply.cs
+0
-0
Kivii.Third.Finances.Seeyon.V4.5.csproj
Src/Kivii.Third.Finances.Seeyon.V4.5.csproj
+6
-2
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
RestfulApply.cs
Src/RestfulApply.cs
+203
-0
No files found.
Src/ApplyExtension.cs
View file @
b88ebf22
This diff is collapsed.
Click to expand it.
Src/Configs.cs
View file @
b88ebf22
...
@@ -11,6 +11,7 @@ namespace Kivii.Finances.Seeyon
...
@@ -11,6 +11,7 @@ namespace Kivii.Finances.Seeyon
internal
static
string
BaseUrl
=
"http://61.132.52.110:82"
;
//"http://zyoa.jst-gov.com";
internal
static
string
BaseUrl
=
"http://61.132.52.110:82"
;
//"http://zyoa.jst-gov.com";
public
const
string
TableNameApply
=
"FINA_Applies"
;
public
const
string
TableNameApply
=
"FINA_Applies"
;
public
const
string
TableNameInvoice
=
"FINA_Invoices"
;
/// <summary>
/// <summary>
/// 提交表单接口
/// 提交表单接口
...
...
Src/Entities/
Bill
Apply.cs
→
Src/Entities/Apply.cs
View file @
b88ebf22
This diff is collapsed.
Click to expand it.
Src/Kivii.Third.Finances.Seeyon.V4.5.csproj
View file @
b88ebf22
...
@@ -52,11 +52,15 @@
...
@@ -52,11 +52,15 @@
<ItemGroup>
<ItemGroup>
<Compile
Include=
"ApplyExtension.cs"
/>
<Compile
Include=
"ApplyExtension.cs"
/>
<Compile
Include=
"Configs.cs"
/>
<Compile
Include=
"Configs.cs"
/>
<Compile
Include=
"Entities\
Bill
Apply.cs"
/>
<Compile
Include=
"Entities\Apply.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Restful
Bill
Apply.cs"
/>
<Compile
Include=
"RestfulApply.cs"
/>
</ItemGroup>
</ItemGroup>
<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"
>
<ProjectReference
Include=
"..\..\Kivii.Seeyon.Addons\Src\Kivii.Seeyon.Addons.V4.5.csproj"
>
<Project>
{4304bea2-2f6c-41e6-976b-3b2bc63d3fe3}
</Project>
<Project>
{4304bea2-2f6c-41e6-976b-3b2bc63d3fe3}
</Project>
<Name>
Kivii.Seeyon.Addons.V4.5
</Name>
<Name>
Kivii.Seeyon.Addons.V4.5
</Name>
...
...
Src/Properties/AssemblyInfo.cs
View file @
b88ebf22
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.202
3.1218
0")]
[assembly: AssemblyVersion("5.4.202
4.115
0")]
[assembly: AssemblyFileVersion("5.4.202
3.1218
0")]
[assembly: AssemblyFileVersion("5.4.202
4.115
0")]
Src/Restful
Bill
Apply.cs
→
Src/RestfulApply.cs
View file @
b88ebf22
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment