| | |
| | | @ApiModelProperty(value = "供应商") |
| | | @ExcelColumn(name="供应商") |
| | | private String inRepertotyCode; |
| | | |
| | | @ApiModelProperty(value = "收货地") |
| | | @ExcelColumn(name="收货地") |
| | | private String repertotyAddress; |
| | | @ApiModelProperty(value = "计划收货数量", example = "1") |
| | | @ExcelColumn(name="计划收货数量") |
| | | private BigDecimal ioQty; |
| | |
| | | @ApiModelProperty(value = "作业完成时间(最终时间)") |
| | | @TableField(exist = false) |
| | | private Date doneDate; |
| | | @ApiModelProperty(value = "计划收货数量(非wms)", example = "1") |
| | | @ApiModelProperty(value = "承运单号", example = "1") |
| | | @TableField(exist = false) |
| | | private BigDecimal ortherIoQty; |
| | | private String carryBillCode; |
| | | |
| | | @ApiModelProperty(value = "合同号`") |
| | | @ExcelColumn(name="合同号`") |
| | | private String contractNum; |
| | | |
| | | } |