|
|
@@ -139,6 +139,15 @@ public class AfterwardsAudit implements Serializable {
|
|
|
@ApiModelProperty(value = "审查结果:pass=系统问题不违规;issue_review=疑似违规_下发复核;violation=直接违规")
|
|
|
private String reviewResults;
|
|
|
|
|
|
+ @Excel(name = "是否医保", width = 15)
|
|
|
+ @ApiModelProperty(value = "是否医保,1=是,0=否")
|
|
|
+ private int medicalInsurance;
|
|
|
+
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern= "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "就诊时间")
|
|
|
+ private Date visitTime;
|
|
|
+
|
|
|
|
|
|
|
|
|
@TableField(exist = false)
|