| | |
| | | */ |
| | | @Excel(name = "数量") |
| | | private BigDecimal quantity; |
| | | |
| | | @TableField(value = "single_quantity") |
| | | @Excel(name = "每件数量") |
| | | private BigDecimal singleQuantity; |
| | | |
| | | @TableField(value = "total_quantity") |
| | | @Excel(name = "总数") |
| | | private BigDecimal totalQuantity; |
| | | |
| | | @Excel(name = "最低库存数量") |
| | | private BigDecimal minStock; |
| | | /** |
| | |
| | | /** |
| | | * 产品状态 |
| | | */ |
| | | @TableField(exist = false) |
| | | @Schema(description = "入库审核状态") |
| | | private String stockInApprovalStatus; |
| | | |
| | | // @TableField(exist = false) |
| | | @Schema(description = "产品状态:1-充足") |
| | | private Integer approveStatus; |