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 2a594887
authored
Jul 05, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库新增dt
1 parent
990b2a51
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/entity/OrderAppointment.java
project-order/src/main/java/com/dituhui/pea/order/entity/OrderRequest.java
project-order/src/main/java/com/dituhui/pea/order/entity/OrderAppointment.java
View file @
2a59488
...
...
@@ -3,6 +3,7 @@ package com.dituhui.pea.order.entity;
import
lombok.Data
;
import
java.sql.Timestamp
;
import
java.time.LocalDate
;
@Data
public
class
OrderAppointment
{
...
...
@@ -15,6 +16,7 @@ public class OrderAppointment {
private
String
engineerPhone
;
private
Integer
engineerAge
;
private
Integer
isWorkshop
;
private
LocalDate
dt
;
private
Timestamp
expectStartTime
;
private
Timestamp
expectEndTime
;
private
Timestamp
actualTime
;
...
...
project-order/src/main/java/com/dituhui/pea/order/entity/OrderRequest.java
View file @
2a59488
package
com
.
dituhui
.
pea
.
order
.
entity
;
import
lombok.Data
;
import
java.sql.Timestamp
;
import
java.time.LocalDate
;
@Data
public
class
OrderRequest
{
...
...
@@ -21,6 +23,7 @@ public class OrderRequest {
private
String
skill
;
private
String
applyNote
;
private
String
faultDescribe
;
private
LocalDate
dt
;
private
Timestamp
expectTimeBegin
;
private
Timestamp
expectTimeEnd
;
private
String
expectTimeDesc
;
...
...
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