| | |
| | | */ |
| | | @Excel(name = "*单据类型") |
| | | @ApiModelProperty(value = "*单据类型") |
| | | @ExcelComment(value = "type", example = "采购入库单") |
| | | @ExcelComment(value = "type", example = "入库单") |
| | | private String type; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @Excel(name = "*业务类型") |
| | | @ApiModelProperty(value = "*业务类型") |
| | | @ExcelComment(value = "wkType", example = "完工入库单") |
| | | @ExcelComment(value = "wkType", example = "采购入库单") |
| | | private String wkType; |
| | | |
| | | |
| | |
| | | @ExcelComment(value = "logicNo", example = "SF100064851") |
| | | private String logicNo; |
| | | |
| | | |
| | | @Excel(name = "质检状态") |
| | | @ApiModelProperty("质检状态") |
| | | @ExcelComment(value = "isptResult", example = "合格") |
| | | private String isptResult; |
| | | |
| | | |
| | | @Excel(name = "预计送达时间") |
| | | @ApiModelProperty("预计送达时间") |
| | | @ExcelComment(value = "arrTime", example = "2025-05-21") |