| | |
| | | @Column(name = "kqdm", length = 21) |
| | | private String kqdm; |
| | | |
| | | @PropertyDef(label = "统一库区编码") |
| | | @Column(name = "tykqbm", length = 22) |
| | | private String tykqbm; |
| | | |
| | | @PropertyDef(label = "单位代码") |
| | | @Column(name = "dwdm", length = 18) |
| | | private String dwdm; |
| | |
| | | @Column(name = "czclfs", length = 1000) |
| | | private String czclfs; |
| | | |
| | | @PropertyDef(label = "保质期") |
| | | @Column(name = "bzq", length = 40) |
| | | @PropertyDef(label = "保质期", description = "几年、几个月等") |
| | | @Column(name = "bzq", length = 50) |
| | | private String bzq; |
| | | |
| | | @PropertyDef(label = "采购日期") |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @Column(name = "cgrq", nullable = false) |
| | | @Column(name = "cgrq") |
| | | private Date cgrq; |
| | | |
| | | @PropertyDef(label = "库存数量") |
| | |
| | | |
| | | @PropertyDef(label = "最后更新时间") |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @Column(name = "zhgxsj", nullable = false) |
| | | @Column(name = "zhgxsj") |
| | | private Date zhgxsj; |
| | | |
| | | } |