| | |
| | | @ApiModelProperty(value = "规格型号") |
| | | private String specificationModel; |
| | | @ApiModelProperty(value = "资产类型") |
| | | private String assetTypeName; |
| | | private String category; |
| | | @ApiModelProperty(value = "计量单位") |
| | | private String measurementUnit; |
| | | |
| | | @ApiModelProperty(value = "数量") |
| | | private BigDecimal quantity; |
| | | private Integer quantity; |
| | | |
| | | @ApiModelProperty(value = "单价") |
| | | private BigDecimal unitPrice; |
| | | @ApiModelProperty(value = "总价值(数量*单价)") |
| | | private BigDecimal totalValue; |
| | | @ApiModelProperty(value = "入账时间") |
| | | @TableField("accounting_date") |
| | | private LocalDate accountingDate; |
| | | |
| | | @ApiModelProperty(value = "会计凭证号") |