|
@@ -78,6 +78,11 @@ public class MedicalInsRuleProject implements Serializable {
|
|
|
@Excel(name = "年龄", width = 15)
|
|
@Excel(name = "年龄", width = 15)
|
|
|
@ApiModelProperty(value = "年龄;")
|
|
@ApiModelProperty(value = "年龄;")
|
|
|
private java.lang.Integer age;
|
|
private java.lang.Integer age;
|
|
|
|
|
+
|
|
|
|
|
+ /**年龄;*/
|
|
|
|
|
+ @Excel(name = "数量", width = 15)
|
|
|
|
|
+ @ApiModelProperty(value = "数量;")
|
|
|
|
|
+ private java.lang.Integer quantity;
|
|
|
/**医疗机构等级;*/
|
|
/**医疗机构等级;*/
|
|
|
@Excel(name = "医疗机构等级", width = 15)
|
|
@Excel(name = "医疗机构等级", width = 15)
|
|
|
@ApiModelProperty(value = "医疗机构等级;")
|
|
@ApiModelProperty(value = "医疗机构等级;")
|