Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
ce1c31bd
Commit
ce1c31bd
authored
Aug 16, 2021
by
kongfm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口测试修正
parent
97f6501c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
DispatchConsultFeedbackDto.java
...s/boot/module/tzs/api/dto/DispatchConsultFeedbackDto.java
+1
-1
DispatchRepairFeedbackDto.java
...os/boot/module/tzs/api/dto/DispatchRepairFeedbackDto.java
+1
-1
DispatchSaveFeedbackDto.java
...amos/boot/module/tzs/api/dto/DispatchSaveFeedbackDto.java
+1
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/api/dto/DispatchConsultFeedbackDto.java
View file @
ce1c31bd
...
@@ -70,7 +70,7 @@ public class DispatchConsultFeedbackDto extends BaseDto {
...
@@ -70,7 +70,7 @@ public class DispatchConsultFeedbackDto extends BaseDto {
private
String
errorResult
;
private
String
errorResult
;
@ApiModelProperty
(
value
=
"备注"
)
@ApiModelProperty
(
value
=
"备注"
)
private
String
R
emark
;
private
String
r
emark
;
@ApiModelProperty
(
value
=
"维保反馈结果"
)
@ApiModelProperty
(
value
=
"维保反馈结果"
)
private
String
mainFeedbackResult
;
private
String
mainFeedbackResult
;
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/api/dto/DispatchRepairFeedbackDto.java
View file @
ce1c31bd
...
@@ -73,7 +73,7 @@ public class DispatchRepairFeedbackDto extends BaseDto {
...
@@ -73,7 +73,7 @@ public class DispatchRepairFeedbackDto extends BaseDto {
private
String
errorResult
;
private
String
errorResult
;
@ApiModelProperty
(
value
=
"备注"
)
@ApiModelProperty
(
value
=
"备注"
)
private
String
R
emark
;
private
String
r
emark
;
@ApiModelProperty
(
value
=
"回访时间"
)
@ApiModelProperty
(
value
=
"回访时间"
)
private
Date
feedbackTime
;
private
Date
feedbackTime
;
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/api/dto/DispatchSaveFeedbackDto.java
View file @
ce1c31bd
...
@@ -67,7 +67,7 @@ public class DispatchSaveFeedbackDto extends BaseDto {
...
@@ -67,7 +67,7 @@ public class DispatchSaveFeedbackDto extends BaseDto {
private
String
errorResult
;
private
String
errorResult
;
@ApiModelProperty
(
value
=
"备注"
)
@ApiModelProperty
(
value
=
"备注"
)
private
String
R
emark
;
private
String
r
emark
;
@ApiModelProperty
(
value
=
"回访时间"
)
@ApiModelProperty
(
value
=
"回访时间"
)
private
Date
feedbackTime
;
private
Date
feedbackTime
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment