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