Commit ce1c31bd authored by kongfm's avatar kongfm

接口测试修正

parent 97f6501c
...@@ -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 Remark; private String remark;
@ApiModelProperty(value = "维保反馈结果") @ApiModelProperty(value = "维保反馈结果")
private String mainFeedbackResult; private String mainFeedbackResult;
......
...@@ -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 Remark; private String remark;
@ApiModelProperty(value = "回访时间") @ApiModelProperty(value = "回访时间")
private Date feedbackTime; private Date feedbackTime;
......
...@@ -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 Remark; private String remark;
@ApiModelProperty(value = "回访时间") @ApiModelProperty(value = "回访时间")
private Date feedbackTime; private Date feedbackTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment