| | |
| | | @ApiModelProperty("域") |
| | | private String contract; |
| | | |
| | | @ExcelProperty(index = 13, value = "订单号") |
| | | @ExcelProperty(index = 12, value = "订单号") |
| | | @ApiModelProperty("订单号") |
| | | private String orderNo; |
| | | |
| | |
| | | @ApiModelProperty("接收号") |
| | | private Integer receiptNo; |
| | | |
| | | @ExcelProperty(index = 3, value = "零件号") |
| | | @ExcelProperty(index = 2, value = "零件号") |
| | | @ApiModelProperty("零件号") |
| | | private String partNo; |
| | | |
| | | @ExcelProperty(index = 4, value = "零件描述") |
| | | @ExcelProperty(index = 3, value = "零件描述") |
| | | @ApiModelProperty("零件描述") |
| | | private String partDesc; |
| | | |
| | |
| | | @ApiModelProperty("状态(IFS原本拉取的状态)") |
| | | private String statusDb; |
| | | |
| | | @ExcelProperty(index = 11, value = "抵达的采购数量") |
| | | @ExcelProperty(index = 10, value = "抵达的采购数量") |
| | | @ApiModelProperty("抵达的采购数量") |
| | | private BigDecimal qtyArrived; |
| | | |
| | |
| | | @ApiModelProperty("供应商编号") |
| | | private String supplierId; |
| | | |
| | | @ExcelProperty(index = 5, value = "供应商名称") |
| | | @ExcelProperty(index = 4, value = "供应商名称") |
| | | @ApiModelProperty("供应商名称") |
| | | private String supplierName; |
| | | |
| | |
| | | @ApiModelProperty("采购订单行备注") |
| | | private String lineRemarks; |
| | | |
| | | @ExcelProperty(index = 12, value = "单位") |
| | | @ExcelProperty(index = 11, value = "单位") |
| | | @ApiModelProperty("单位") |
| | | private String buyUnitMeas; |
| | | |
| | |
| | | private Integer isQuarter; |
| | | |
| | | // 修改后的 |
| | | @ExcelProperty(index = 1, value = "批号") |
| | | @ExcelProperty(index = 0, value = "批号") |
| | | @ApiModelProperty("批号") |
| | | private String updateBatchNo; |
| | | |