@@ -43,5 +43,5 @@ public class MsgApiDTO {
private String appealOperationType;
@ApiModelProperty(value = "备注")
- private String remark;
+ private String explainInfo;
}