@@ -78,4 +78,7 @@ public class MsgDTO {
@ApiModelProperty(value = "审核时间")
private Date exampleDate;
+
+ @ApiModelProperty(value = "备注")
+ private String remark;
}
@@ -707,6 +707,7 @@
c.gmt_modified,
c.modifier,
c.is_deleted,
+ c.remark,
c.explain_info AS explainInfo,
a.type,
a.drgs,