| | |
| | | @Excel(width = 30,name = "*商品名称") |
| | | private String goodsName; |
| | | |
| | | @Excel(width = 30,name = "*商品标识码") |
| | | @Excel(width = 30,name = "*商品条码") |
| | | private String goodsIdCode; |
| | | |
| | | @Excel(width = 30,name = "*国药准字号") |
| | |
| | | private String packingSpec; |
| | | |
| | | |
| | | @Excel(width = 30,name = "商品69码") |
| | | @Excel(width = 30,name = "商品标识码") |
| | | private String goodsYards; |
| | | |
| | | @Excel(width = 30,name = "保养周期(天)") |
| | |
| | | @Excel(width = 30,name = "最低采购单位") |
| | | private String lowUnitName; |
| | | |
| | | @Excel(width = 30,name = "是否为处方药",replace = {"1_是","2_否"}) |
| | | @Excel(width = 30,name = "是否为处方药") |
| | | private String isPrescriptionDrug; |
| | | |
| | | @ApiModelProperty(value = "商品规格") |
| | | @TableField("goods_spec") |
| | | private String goodsSpec; |
| | | |
| | | |
| | | @Excel(width = 30,name = "*预警库存") |