Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
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
liudong1993
huatu_API
Commits
54989bbc
Commit
54989bbc
authored
Aug 27, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
71ecc6be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ClientTypeEnum.cs
REBORN.Common/Enum/Finance/ClientTypeEnum.cs
+5
-5
No files found.
REBORN.Common/Enum/Finance/ClientTypeEnum.cs
View file @
54989bbc
...
@@ -53,11 +53,6 @@ namespace REBORN.Common.Enum.Finance
...
@@ -53,11 +53,6 @@ namespace REBORN.Common.Enum.Finance
[
EnumField
(
"我的客户"
)]
[
EnumField
(
"我的客户"
)]
MyClient
=
8
,
MyClient
=
8
,
/// <summary>
/// <summary>
/// OP
/// </summary>
//[EnumField("OP")]
//OP = 9,
/// <summary>
/// 员工
/// 员工
/// </summary>
/// </summary>
[
EnumField
(
"员工"
)]
[
EnumField
(
"员工"
)]
...
@@ -92,5 +87,10 @@ namespace REBORN.Common.Enum.Finance
...
@@ -92,5 +87,10 @@ namespace REBORN.Common.Enum.Finance
/// </summary>
/// </summary>
[
EnumField
(
"团队供应商"
)]
[
EnumField
(
"团队供应商"
)]
Travel
=
15
,
Travel
=
15
,
/// <summary>
/// 其他供应商
/// </summary>
[
EnumField
(
"其他供应商"
)]
OtherSupplier
=
16
,
}
}
}
}
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