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 ca40b217
authored
Jun 12, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改返回字段
1 parent
745f3523
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/dto/OrderAppointmentListResp.java
project-order/src/main/java/com/alibaba/cloud/integration/order/dto/OrderAppointmentListResp.java
View file @
ca40b21
...
...
@@ -12,8 +12,9 @@ public class OrderAppointmentListResp {
@Data
public
static
class
OrderAppointment
{
private
String
title
;
private
String
engineerCode
;
private
String
expectTime
;
private
List
<
List
<
KV
>>
engineer
s
;
private
List
<
KV
>
item
s
;
private
List
<
KV
>
timelines
;
}
}
...
...
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