| | |
| | | private String outStorehouseId; |
| | | /**刀具编码*/ |
| | | @Excel(name = "刀具编码", width = 15) |
| | | @ApiModelProperty(value = "刀具编码") |
| | | @ApiModelProperty(value = "刀具编码(tms_base_tool表主键id)") |
| | | private String toolCode; |
| | | /**刀具编号*/ |
| | | @Excel(name = "刀具编号", width = 15) |
| | | @ApiModelProperty(value = "刀具编号") |
| | | @ApiModelProperty(value = "刀具编号(刀具唯一编码,管到把的属性)") |
| | | private String toolId; |
| | | /**申请出库数量*/ |
| | | @Excel(name = "申请出库数量", width = 15) |
| | |
| | | @Excel(name = "出库状态;1.未出库;2.部分出库;3.出库完成", width = 15) |
| | | @ApiModelProperty(value = "出库状态;1.未出库;2.部分出库;3.出库完成") |
| | | @Dict(dicCode = "out_storehouse_status") |
| | | private Integer status; |
| | | private String status; |
| | | /**租户号*/ |
| | | @Excel(name = "租户号", width = 15) |
| | | @ApiModelProperty(value = "租户号") |