| | |
| | | @Data |
| | | @ApiModel(value = "资产汇总分页返回VO") |
| | | public class AssetStatisticsDetailVO implements Serializable { |
| | | |
| | | @ApiModelProperty(value = "出入库类型") |
| | | private String typeName; |
| | | @ApiModelProperty(value = "出入库类型 0-入库,1-出库") |
| | | private Integer type; |
| | | @ApiModelProperty(value = "资产名称") |
| | | private String assetName; |
| | | @ApiModelProperty(value = "规格型号") |
| | | private String specificationModel; |
| | | @ApiModelProperty(value = "资产类型") |
| | | private String assetTypeName; |
| | | @ApiModelProperty(value = "资产类型id") |
| | | private Integer assetTypeId; |
| | | @ApiModelProperty(value = "资产类别") |
| | | private String category; |
| | | @ApiModelProperty(value = "计量单位") |