| | |
| | | private Integer warningInventory; |
| | | |
| | | @ApiModelProperty(value = "1入库 2出库") |
| | | private Integer type; |
| | | private Integer category; |
| | | |
| | | @ApiModelProperty(value = "操作时间") |
| | | private LocalDateTime operationTime; |
| | |
| | | @ApiModelProperty(value = "出库原因") |
| | | private String outboundReason; |
| | | |
| | | @ApiModelProperty(value = "出库类型1=报损 2=到期 3=失效 4=召回 5=其他 6=盘点出库 7=购买出库") |
| | | private Integer outboundType; |
| | | @ApiModelProperty(value = "出库类型1=报损 2=到期 3=失效 4=召回 5=其他 6=盘点出库 7=购买出库 (1正常入库 2盘点入库)") |
| | | private Integer type; |
| | | |
| | | |
| | | @ApiModelProperty(value = "id") |
| | | private String id; |
| | | |
| | | |
| | | @ApiModelProperty("二级信息") |