|
|
@@ -108,7 +108,11 @@ public class MidIncidentVisitLog 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)
|
|
|
@ApiModelProperty(value = "项目总金额;")
|
|
|
private java.lang.Double totoalAmount;
|