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
9090c9d8
Commit
9090c9d8
authored
Jun 13, 2024
by
Neo Turing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
a967f379
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
22 deletions
+33
-22
OaEntity.cs
Src/Entities/OaEntity.cs
+22
-11
RestfulOA.cs
Src/RestfulOA.cs
+11
-11
No files found.
Src/Entities/OaEntity.cs
View file @
9090c9d8
...
@@ -773,51 +773,59 @@ namespace Kivii.Finances.Seeyon.Entities
...
@@ -773,51 +773,59 @@ namespace Kivii.Finances.Seeyon.Entities
/// <summary>
/// <summary>
/// 享受折扣输入
/// 享受折扣输入
/// Field0014
/// </summary>
/// </summary>
[
StringLength
(
20
)]
[
StringLength
(
20
)]
public
string
Field0014
{
get
;
set
;
}
public
string
RateText
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 享受折扣
/// 享受折扣
/// Field0019
/// </summary>
/// </summary>
[
StringLength
(
5
)]
[
StringLength
(
5
)]
public
string
Field0019
{
get
;
set
;
}
public
string
Rate
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 合作类型
/// 合作类型
/// Field0015
/// </summary>
/// </summary>
[
StringLength
(
20
)]
[
StringLength
(
20
)]
public
string
Field0015
{
get
;
set
;
}
public
string
AgreeType
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 其他说明
/// 其他说明
/// Field0017
/// </summary>
/// </summary>
[
StringLength
(
100
)]
[
StringLength
(
100
)]
public
string
Field0017
{
get
;
set
;
}
public
string
Remark
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 合同总金额
/// 合同总金额
/// Field0020
/// </summary>
/// </summary>
[
StringLength
(
20
)]
[
StringLength
(
20
)]
public
string
Field0020
{
get
;
set
;
}
public
string
Amount
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 结算方式
/// 结算方式
/// Field0022
/// </summary>
/// </summary>
[
StringLength
(
20
)]
[
StringLength
(
20
)]
public
string
Field0022
{
get
;
set
;
}
public
string
PayType
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 首次付款金额
/// 首次付款金额
/// Field0023
/// </summary>
/// </summary>
[
StringLength
(
20
)]
[
StringLength
(
20
)]
public
string
Field0023
{
get
;
set
;
}
public
string
AmountFirstPay
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 合同份数
/// 合同份数
/// Field0033
/// </summary>
/// </summary>
[
StringLength
(
20
)]
[
StringLength
(
20
)]
public
string
Field0033
{
get
;
set
;
}
public
string
Quantity
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 合同附件
/// 合同附件
...
@@ -833,9 +841,10 @@ namespace Kivii.Finances.Seeyon.Entities
...
@@ -833,9 +841,10 @@ namespace Kivii.Finances.Seeyon.Entities
/// <summary>
/// <summary>
/// LIMS协议编号
/// LIMS协议编号
/// Field0085
/// </summary>
/// </summary>
[
StringLength
(
100
)]
[
StringLength
(
100
)]
public
string
Field0085
{
get
;
set
;
}
public
string
LimsNumber
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 承检承接部门意见
/// 承检承接部门意见
...
@@ -893,8 +902,9 @@ namespace Kivii.Finances.Seeyon.Entities
...
@@ -893,8 +902,9 @@ namespace Kivii.Finances.Seeyon.Entities
/// <summary>
/// <summary>
/// 首次付款时间
/// 首次付款时间
/// Field0070
/// </summary>
/// </summary>
public
string
Fi
eld0070
{
get
;
set
;
}
public
string
Fi
rstPayTime
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 合同所属单位
/// 合同所属单位
...
@@ -916,8 +926,9 @@ namespace Kivii.Finances.Seeyon.Entities
...
@@ -916,8 +926,9 @@ namespace Kivii.Finances.Seeyon.Entities
/// <summary>
/// <summary>
/// 盖章时间
/// 盖章时间
/// Field0089
/// </summary>
/// </summary>
public
string
Field0089
{
get
;
set
;
}
public
string
StampTime
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 合作单位企业信用代码当前位数
/// 合作单位企业信用代码当前位数
...
...
Src/RestfulOA.cs
View file @
9090c9d8
...
@@ -75,19 +75,19 @@ namespace Kivii.Finances.Seeyon
...
@@ -75,19 +75,19 @@ namespace Kivii.Finances.Seeyon
rtn
.
AgreeYear
=
oaData
.
Field0012
.
showValue
;
rtn
.
AgreeYear
=
oaData
.
Field0012
.
showValue
;
rtn
.
AgreeBeginTime
=
oaData
.
Field0045
.
showValue
;
rtn
.
AgreeBeginTime
=
oaData
.
Field0045
.
showValue
;
rtn
.
AgreeEndTime
=
oaData
.
Field0046
.
showValue
;
rtn
.
AgreeEndTime
=
oaData
.
Field0046
.
showValue
;
rtn
.
Field0014
=
oaData
.
Field0014
.
showValue
;
rtn
.
RateText
=
oaData
.
Field0014
.
showValue
;
rtn
.
Field0019
=
oaData
.
Field0019
.
showValue
;
rtn
.
Rate
=
oaData
.
Field0019
.
showValue
;
rtn
.
Field0015
=
oaData
.
Field0015
.
showValue
;
rtn
.
AgreeType
=
oaData
.
Field0015
.
showValue
;
rtn
.
Field0017
=
oaData
.
Field0017
.
showValue
;
rtn
.
Remark
=
oaData
.
Field0017
.
showValue
;
rtn
.
Field0020
=
oaData
.
Field0020
.
showValue
;
rtn
.
Amount
=
oaData
.
Field0020
.
showValue
;
rtn
.
Field0022
=
oaData
.
Field0022
.
showValue
;
rtn
.
PayType
=
oaData
.
Field0022
.
showValue
;
rtn
.
Field0023
=
oaData
.
Field0023
.
showValue
;
rtn
.
AmountFirstPay
=
oaData
.
Field0023
.
showValue
;
rtn
.
Field0033
=
oaData
.
Field0033
.
showValue
;
rtn
.
Quantity
=
oaData
.
Field0033
.
showValue
;
rtn
.
Field0085
=
oaData
.
Field0085
.
showValue
;
rtn
.
LimsNumber
=
oaData
.
Field0085
.
showValue
;
rtn
.
Field0064
=
oaData
.
Field0064
.
showValue
;
rtn
.
Field0064
=
oaData
.
Field0064
.
showValue
;
rtn
.
Fi
eld0070
=
oaData
.
Field0070
.
showValue
;
rtn
.
Fi
rstPayTime
=
oaData
.
Field0070
.
showValue
;
rtn
.
Field0074
=
oaData
.
Field0074
.
showValue
;
rtn
.
Field0074
=
oaData
.
Field0074
.
showValue
;
rtn
.
Field0089
=
oaData
.
Field0089
.
showValue
;
rtn
.
StampTime
=
oaData
.
Field0089
.
showValue
;
rtns
.
Results
.
Add
(
rtn
);
rtns
.
Results
.
Add
(
rtn
);
}
}
...
...
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