|
|
@@ -114,6 +114,9 @@ public class MidIncidentAudit implements Serializable {
|
|
|
@Excel(name = "过敏史", width = 15)
|
|
|
@ApiModelProperty(value = "过敏史")
|
|
|
private String allergies;
|
|
|
+ @Excel(name = "险种类别;1.医疗、2.工伤、3.生育", width = 15)
|
|
|
+ @ApiModelProperty(value = "险种类别;1.医疗、2.工伤、3.生育")
|
|
|
+ private String insuranceType;
|
|
|
|
|
|
/**住院号/门诊号*/
|
|
|
@Excel(name = "住院号/门诊号", width = 15)
|