Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-server
Project
Project
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
licc
data-server
Commits
a3a3d4ee
Commit
a3a3d4ee
authored
Feb 24, 2021
by
codezwjava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加注释
parent
ea2e7cd2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
OrderInfo.java
...model/src/main/java/cn/wisenergy/model/app/OrderInfo.java
+3
-3
No files found.
wisenergy-model/src/main/java/cn/wisenergy/model/app/OrderInfo.java
View file @
a3a3d4ee
...
...
@@ -106,19 +106,19 @@ public class OrderInfo {
private
BigDecimal
payment
;
/**
* 返佣状态
* 返佣状态
0:未返佣 1: 返佣
*/
@ApiModelProperty
(
name
=
"rebateStatus"
,
value
=
"返佣状态"
)
private
Integer
rebateStatus
;
/**
* 当月订单处理状态
* 当月订单处理状态
0: 未处理 1:处理
*/
@ApiModelProperty
(
name
=
"monthOrderStatus"
,
value
=
"当月订单处理状态"
)
private
Integer
monthOrderStatus
;
/**
* 月度任务处理状态
* 月度任务处理状态
0:未处理 1:处理
*/
@ApiModelProperty
(
name
=
"rebateStatus"
,
value
=
"月度任务处理状态"
)
private
Integer
monthlyTaskStatus
;
...
...
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