| | |
| | | * 物品模版名称 |
| | | */ |
| | | @ApiModelProperty(value = "物品模版名称") |
| | | private String goodsTempName; |
| | | /** |
| | | * 物品模版名称 |
| | | */ |
| | | @ApiModelProperty(value = "物品模版id") |
| | | private String goodsTemplateId; |
| | | /** |
| | | * 物品模版名称 |
| | | */ |
| | | @ApiModelProperty(value = "物品模版名称") |
| | | private String goodsName; |
| | | /** |
| | | * 物品模版名称 |
| | | */ |
| | | @ApiModelProperty(value = "物品模版id") |
| | | private String baseGoodsId; |
| | | |
| | | /** |
| | | * 机构 |
| | | */ |
| | |
| | | * 申领出库 map.put("4" + "2", "7") |
| | | */ |
| | | @ApiModelProperty(value = "1采购入库 2退还入库 3调拨入库 4盘盈入库 5申领出库 6调拨出库 7盘亏出库 8报废出库 9其他出库") |
| | | private Integer flowType; |
| | | |
| | | @ApiModelProperty(value = "状态") |
| | | private Integer states; |
| | | |
| | | /** |