Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Biz.Finances.V2.0
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.Biz.Finances.V2.0
Commits
d2923001
Commit
d2923001
authored
May 05, 2022
by
陶然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结构调整
parent
4d3a21f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Settlement.cs
Src/Entities/Settlement.cs
+8
-0
No files found.
Src/Entities/Settlement.cs
View file @
d2923001
...
...
@@ -80,6 +80,10 @@ namespace Kivii.Finances.Entities
[
StringLength
(
50
),
Default
(
""
)]
public
string
Type
{
get
;
set
;
}
[
ApiMember
(
Description
=
"结算分类"
)]
[
StringLength
(
50
),
Default
(
""
)]
public
string
Category
{
get
;
set
;
}
[
ApiMember
(
Description
=
"预结算金额"
)]
[
InternalSetter
]
[
DecimalLength
(
15
,
2
),
Default
(
0
)]
...
...
@@ -112,6 +116,10 @@ namespace Kivii.Finances.Entities
[
Required
]
public
DateTime
OperateTime
{
get
;
set
;
}
[
ApiMember
(
Description
=
"付款日期"
)]
[
InternalSetter
]
public
DateTime
?
PayedTime
{
get
;
set
;
}
[
IgnoreUpdate
]
[
DefaultEmptyGuid
]
public
Guid
OperatorKvid
{
get
;
set
;
}
...
...
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