@@ -35,7 +35,7 @@ public class AfterwardsAudit implements Serializable {
@ApiModelProperty(value = "主键ID")
private java.lang.Integer id;
-
+ private String hisid;
/**就诊类别;住院/门诊*/
@Excel(name = "就诊类别;住院/门诊", width = 15)
@ApiModelProperty(value = "就诊类别;住院/门诊")
@@ -165,6 +165,7 @@ public class AfterwardsAuditDetail implements Serializable {
private java.lang.Integer medicalRuleProjectId;
private java.lang.Integer afterIncidentDetailLogId;
@ApiModelProperty(value = "项目使用时间")
private String projectUseTime;