| | |
| | | |
| | | @Excel(name = "仓库", width = 15) |
| | | @ApiModelProperty(value = "仓库id") |
| | | @Dict(dictTable = "mom_base_warehouse", dicCode = "id", dicText = "name") |
| | | private java.lang.String warehouseId; |
| | | |
| | | @Excel(name = "库区", width = 15) |
| | |
| | | |
| | | /** |
| | | * 出厂日期 |
| | | */ |
| | | @Excel(name = "出厂日期", width = 15) |
| | | **/ |
| | | @Excel(name = "出厂日期", width = 15,format = "yyyy-MM-dd") |
| | | @ApiModelProperty(value = "出厂日期") |
| | | private java.util.Date manufactureDate; |
| | | |
| | |
| | | */ |
| | | @Excel(name = "供应商", width = 15) |
| | | @ApiModelProperty(value = "供应商id") |
| | | @Dict(dictTable = "mom_base_supplier", dicCode = "id", dicText = "name") |
| | | private String supplierId; |
| | | |
| | | |