Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8637aa50
authored
Jul 24, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
1 parent
1b09a8d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
project-order/src/main/java/com/dituhui/pea/order/entity/OrderInfo.java
project-order/src/main/java/com/dituhui/pea/order/entity/OrderInfo.java
View file @
8637aa5
...
...
@@ -44,15 +44,15 @@ public class OrderInfo {
private
String
orderStatus
;
private
String
serviceStatus
;
private
String
engineerCode
;
private
String
engineer
_n
ame
;
private
String
engineer
_p
hone
;
private
String
engineer
_code_s
ub
;
private
Timestamp
plan
_start_t
ime
;
private
Timestamp
plan
_end_t
ime
;
private
Integer
arrive
_e
lapsed
;
private
Integer
arrive
_d
istance
;
private
Timestamp
actual
_start_t
ime
;
private
Timestamp
actual
_end_t
ime
;
private
String
engineer
N
ame
;
private
String
engineer
P
hone
;
private
String
engineer
CodeS
ub
;
private
Timestamp
plan
StartT
ime
;
private
Timestamp
plan
EndT
ime
;
private
Integer
arrive
E
lapsed
;
private
Integer
arrive
D
istance
;
private
Timestamp
actual
StartT
ime
;
private
Timestamp
actual
EndT
ime
;
private
String
description
;
private
Timestamp
createTime
;
private
Timestamp
updateTime
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment