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 e7a7316e
authored
Jun 20, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口修改
1 parent
6a6d57a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
project-order/src/main/java/com/dituhui/pea/order/dto/OrderAssignRecommendResp.java
project-order/src/main/java/com/dituhui/pea/order/dto/OrderAssignRecommendResp.java
View file @
e7a7316
...
@@ -20,7 +20,7 @@ public class OrderAssignRecommendResp {
...
@@ -20,7 +20,7 @@ public class OrderAssignRecommendResp {
private
String
startTime
;
private
String
startTime
;
private
String
endTime
;
private
String
endTime
;
private
InsertInfo
insertInfo
;
private
InsertInfo
insertInfo
;
private
List
<
Time
line
>
timelines
;
private
List
<
Time
LineDTO
>
timelines
;
}
}
@Data
@Data
...
@@ -35,11 +35,4 @@ public class OrderAssignRecommendResp {
...
@@ -35,11 +35,4 @@ public class OrderAssignRecommendResp {
private
String
title
;
private
String
title
;
private
String
color
;
private
String
color
;
}
}
@Data
public
static
class
Timeline
{
private
String
startTime
;
private
String
endTime
;
private
String
type
;
}
}
}
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