| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @Excel(name = "*DO单号") |
| | | @ApiModelProperty(value= "*PO单号") |
| | | @ExcelComment(value = "poCode", example = "PO25413975") |
| | | private String poCode; |
| | | @ApiModelProperty(value= "*DO单号") |
| | | @ExcelComment(value = "doCode", example = "DO25413975") |
| | | private String doCode; |
| | | |
| | | @Excel(name = "*行号") |
| | | @ApiModelProperty(value= "*行号") |
| | |
| | | @Excel(name = "物料名称") |
| | | @ApiModelProperty(value= "物料名称") |
| | | @ExcelComment(value = "matnrName", example = "TC-03128寸连体内上托") |
| | | private String matnrName; |
| | | private String maktx; |
| | | |
| | | |
| | | /** |
| | |
| | | @Excel(name = "数量") |
| | | @ApiModelProperty(value= "数量") |
| | | @ExcelComment(value = "anfme", example = "75") |
| | | private Double anfme; |
| | | private String anfme; |
| | | |
| | | /** |
| | | * 供应商编码 |
| | |
| | | @ExcelComment(value = "splrBatch", example = "20250401") |
| | | private String splrBatch; |
| | | |
| | | /** |
| | | * 供应商名称 |
| | | */ |
| | | @Excel(name = "供应商名称") |
| | | @ApiModelProperty(value= "供应商名称") |
| | | @ExcelComment(value = "splrName", example = "中扬立库技术有限公司") |
| | | private String splrName; |
| | | |
| | | |
| | | @Excel(name = "预计送达时间") |
| | | @ApiModelProperty("预计送达时间") |