| | |
| | | @Excel(name = "工具编号", width = 15) |
| | | @ApiModelProperty(value = "工具编号") |
| | | private String toolId; |
| | | /**工具入库方式*/ |
| | | @Excel(name = "工具入库方式", width = 15) |
| | | @ApiModelProperty(value = "工具入库方式") |
| | | /**工具入库类型*/ |
| | | @Excel(name = "工具入库类型", width = 15) |
| | | @ApiModelProperty(value = "工具入库类型") |
| | | @Dict(dicCode = "in_storehouse_type") |
| | | private String inStorehouseType; |
| | | /**库位号*/ |
| | | @Excel(name = "库位号", width = 15) |
| | |
| | | 2.手工操作*/ |
| | | @Excel(name = "入库操作方式;1.按申请单 2.手工操作", width = 15) |
| | | @ApiModelProperty(value = "入库操作方式;1.按申请单 2.手工操作") |
| | | @Dict(dicCode = "inbound_operate_type") |
| | | private java.lang.String operateType; |
| | | /**入库时间*/ |
| | | @Excel(name = "入库时间", width = 15, format = "yyyy-MM-dd") |