| | |
| | | private LocalDateTime weighingDate; |
| | | |
| | | private String parentName; |
| | | |
| | | @ApiModelProperty("净重(总数)") |
| | | private BigDecimal netWeight; |
| | | |
| | | @ApiModelProperty("车牌号") |
| | | private String licensePlateNo; |
| | | |
| | | @ApiModelProperty("毛重") |
| | | private BigDecimal grossWeight; |
| | | |
| | | @ApiModelProperty("皮重") |
| | | private BigDecimal tareWeight; |
| | | |
| | | @ApiModelProperty("过磅员") |
| | | private String weighingOperator; |
| | | |
| | | @ApiModelProperty("磅单文件路径") |
| | | private String weighbridgeDocPath; |
| | | |
| | | @ApiModelProperty("产品类型") |
| | | private Integer productType; |
| | | |
| | | @ApiModelProperty("现净重(吨)") |
| | | private BigDecimal currentWeight; |
| | | } |