|
|
|
@ -102,6 +102,13 @@ public class ThirdAliDrug implements Serializable {
|
|
|
|
|
@ApiModelProperty(value = "包装级别")
|
|
|
|
|
private String erpId;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 批准文号
|
|
|
|
|
*/
|
|
|
|
|
@TableField(value = "approvalNum")
|
|
|
|
|
@ApiModelProperty(value = "批准文号")
|
|
|
|
|
private String approvalNum;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 创建时间
|
|
|
|
|
*/
|
|
|
|
@ -118,7 +125,7 @@ public class ThirdAliDrug implements Serializable {
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
|
public ThirdAliDrug(String type, String manufacturer, String cpmctymc, String form, String formSpec, String bzgg, String spmc, String nameCode, String packRatio, String packLevel, Date createTime, Date updateTime) {
|
|
|
|
|
public ThirdAliDrug(String type, String manufacturer, String cpmctymc, String form, String formSpec, String bzgg,String approvalNum, String spmc, String nameCode, String packRatio, String packLevel, Date createTime, Date updateTime) {
|
|
|
|
|
this.type = type;
|
|
|
|
|
this.manufacturer = manufacturer;
|
|
|
|
|
this.cpmctymc = cpmctymc;
|
|
|
|
@ -131,5 +138,6 @@ public class ThirdAliDrug implements Serializable {
|
|
|
|
|
this.packLevel = packLevel;
|
|
|
|
|
this.createTime = createTime;
|
|
|
|
|
this.updateTime = updateTime;
|
|
|
|
|
this.approvalNum = approvalNum;
|
|
|
|
|
}
|
|
|
|
|
}
|