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 cd81c2ad
authored
Jun 15, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库字段修改
1 parent
1ca393e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/entity/OrderAppointment.java
project-order/src/main/java/com/alibaba/cloud/integration/order/entity/OrderAppointment.java
View file @
cd81c2a
...
@@ -9,18 +9,18 @@ public class OrderAppointment {
...
@@ -9,18 +9,18 @@ public class OrderAppointment {
private
Integer
id
;
private
Integer
id
;
private
String
orderId
;
private
String
orderId
;
private
String
suborderId
;
private
String
suborderId
;
private
String
mainSub
;
private
Integer
mainSub
;
private
String
engineerCode
;
private
String
engineerCode
;
private
String
engineerName
;
private
String
engineerName
;
private
String
engineerPhone
;
private
String
engineerPhone
;
private
String
engineerAge
;
private
String
engineerAge
;
private
String
isWorkshop
;
private
Integer
isWorkshop
;
private
Timestamp
expectStartTime
;
private
Timestamp
expectStartTime
;
private
Timestamp
expectEndTime
;
private
Timestamp
expectEndTime
;
private
Timestamp
actualTime
;
private
Timestamp
actualTime
;
private
Timestamp
actualStartTime
;
private
Timestamp
actualStartTime
;
private
Timestamp
actualEndTime
;
private
Timestamp
actualEndTime
;
private
String
pre
_s
tatus
;
private
String
pre
S
tatus
;
private
String
status
;
private
String
status
;
private
String
memo
;
private
String
memo
;
private
Timestamp
createTime
;
private
Timestamp
createTime
;
...
...
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