| | |
| | | */ |
| | | private static final long serialVersionUID = -7131774374918644731L; |
| | | |
| | | @PropertyDef(label = "药剂编号") |
| | | private String yjbh; |
| | | |
| | | @PropertyDef(label = "库区代码") |
| | | @Column(name = "kqdm", length = 21) |
| | | private String kqdm; |
| | | |
| | | @PropertyDef(label = "药剂编号") |
| | | @Column(name = "yjbh", length = 50) |
| | | private String yjbh; |
| | | @PropertyDef(label = "统一库区编码") |
| | | private String tykqbm; |
| | | |
| | | @PropertyDef(label = "采购日期") |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | private Date cgrq; |
| | | |
| | | @PropertyDef(label = "药剂名称") |
| | | private String yjmc; |
| | |
| | | @PropertyDef(label = "残渣处理方式") |
| | | private String czclfs; |
| | | |
| | | @PropertyDef(label = "保质期") |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | private Date bzq; |
| | | |
| | | @PropertyDef(label = "采购日期") |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | private Date cgrq; |
| | | |
| | | @PropertyDef(label = "库存数量") |
| | | private Double kcsl; |