@@ -14,4 +14,6 @@ import lombok.Setter;
public class Drug extends Item {
// 剂型
private String form;
+ // 给药途径
+ private String route;
}