| | |
| | | /** |
| | | * 编号 |
| | | */ |
| | | @Excel(name = "*编号") |
| | | @ApiModelProperty(value = "*编号") |
| | | @Excel(name = "*ASN单号") |
| | | @ApiModelProperty(value = "*ASN单号") |
| | | @ExcelComment(value = "code", example = "ASN5945272236") |
| | | private String code; |
| | | |
| | |
| | | @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") |