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