Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
on-site-service
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
external
on-site-service
Commits
8db5288e
Commit
8db5288e
authored
Aug 10, 2022
by
lining
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 重复发送订单实体修改
parent
b7fc59dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
ServiceOrder.java
...ain/java/com/onsiteservice/entity/order/ServiceOrder.java
+7
-3
No files found.
entity/src/main/java/com/onsiteservice/entity/order/ServiceOrder.java
View file @
8db5288e
...
@@ -108,9 +108,9 @@ public class ServiceOrder implements Serializable {
...
@@ -108,9 +108,9 @@ public class ServiceOrder implements Serializable {
/**
/**
* 重新发送后的订单状态:3发送订单,4支付,5派维修工或修改维修工
* 重新发送后的订单状态:3发送订单,4支付,5派维修工或修改维修工
*/
*/
@Column
(
name
=
"
dup_order_status
"
)
@Column
(
name
=
"
skip_work
"
)
@ApiModelProperty
(
"
重新发送后的订单状态:3发送订单,4支付,5派维修工或修改维修工
"
)
@ApiModelProperty
(
"
跳过维修工,派过维修工后,该字段永久为为true
"
)
private
Integer
dupOrderStatus
;
private
Integer
skipWork
;
@Column
(
name
=
"total_price"
)
@Column
(
name
=
"total_price"
)
@ApiModelProperty
(
"订单总价格,以元为单位"
)
@ApiModelProperty
(
"订单总价格,以元为单位"
)
...
@@ -120,6 +120,10 @@ public class ServiceOrder implements Serializable {
...
@@ -120,6 +120,10 @@ public class ServiceOrder implements Serializable {
@ApiModelProperty
(
"当前发送订单操作的价格,以元为单位"
)
@ApiModelProperty
(
"当前发送订单操作的价格,以元为单位"
)
private
BigDecimal
price
;
private
BigDecimal
price
;
@Column
(
name
=
"pay_num"
)
@ApiModelProperty
(
"支付次数"
)
private
Integer
payNum
;
/**
/**
* 服务订单备注字段
* 服务订单备注字段
*/
*/
...
...
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