| | |
| | | @ExcelComment(value = "platItemId", example = "1357564255478") |
| | | private String platItemId; |
| | | |
| | | @Excel(name = "客户订单号") |
| | | @ApiModelProperty("客户订单号") |
| | | @ExcelComment(value = "platOrderCode", example = "PT202564713301") |
| | | private String platOrderCode; |
| | | |
| | | @Excel(name = "工单号") |
| | | @ApiModelProperty("工单号") |
| | | @ExcelComment(value = "platWorkCode", example = "PWC2354894211") |
| | | private String platWorkCode; |
| | | |
| | | @Excel(name = "项目号") |
| | | @ApiModelProperty("项目号") |
| | | @ExcelComment(value = "projectCode", example = "PC2365845636001") |
| | | private String projectCode; |
| | | |
| | | /** |
| | | * 单据类型 |