|
@@ -10,6 +10,7 @@ import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* 申述记录
|
|
|
+ *
|
|
|
* @Description:
|
|
|
* @author: cy
|
|
|
* @time: 2020/9/4 14:59
|
|
@@ -34,7 +35,7 @@ public class GetComplaintRecordDTO {
|
|
|
private String behDeptName;
|
|
|
|
|
|
@ApiModelProperty(value = "申述申诉时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private Date claimantGmtCreate;
|
|
|
|
|
|
@ApiModelProperty(value = "病人住院序号")
|
|
@@ -62,7 +63,7 @@ public class GetComplaintRecordDTO {
|
|
|
private String checkName;
|
|
|
|
|
|
@ApiModelProperty(value = "审核时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private Date checkGmtCreate;
|
|
|
|
|
|
@ApiModelProperty(value = "操作类型")
|
|
@@ -85,4 +86,7 @@ public class GetComplaintRecordDTO {
|
|
|
|
|
|
@ApiModelProperty(value = "模块id")
|
|
|
private Long modeId;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "备注")
|
|
|
+ private String remark;
|
|
|
}
|