|
@@ -1,10 +1,17 @@
|
|
package com.lantone.qc.pub.model.entity;
|
|
package com.lantone.qc.pub.model.entity;
|
|
|
|
|
|
|
|
+import lombok.Getter;
|
|
|
|
+import lombok.Setter;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @ClassName : AllergyMedicine
|
|
* @ClassName : AllergyMedicine
|
|
* @Description : 药物过敏原
|
|
* @Description : 药物过敏原
|
|
* @Author : 楼辉荣
|
|
* @Author : 楼辉荣
|
|
* @Date: 2020-03-05 19:07
|
|
* @Date: 2020-03-05 19:07
|
|
*/
|
|
*/
|
|
|
|
+@Setter
|
|
|
|
+@Getter
|
|
public class AllergyMedicine extends General {
|
|
public class AllergyMedicine extends General {
|
|
|
|
+ private PD pd; //时间
|
|
|
|
+ private Degree degree; //程度
|
|
}
|
|
}
|