@@ -55,6 +55,7 @@ public class DosingRange implements Serializable {
/**药品类别*/
@Excel(name = "药品类别", width = 15)
@ApiModelProperty(value = "药品类别")
+ @Dict(dicCode = "drug_type")
private String drugType;
/**药品编码*/
@Excel(name = "药品编码", width = 15)