|
|
@ -62,12 +62,13 @@ public class FinVehicleInvoiceDetailsVo implements Vo { |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
@ApiModelProperty("移交日期") |
|
|
|
private Date transferTime; |
|
|
|
@ApiModelProperty("纳税人识别号") |
|
|
|
private String taxpayerNo; |
|
|
|
@ApiModelProperty("图片地址集合") |
|
|
|
private List<String> filePaths; |
|
|
|
@ApiModelProperty("开票申请附件") |
|
|
|
private List<String> billingFilePaths; |
|
|
|
@ApiModelProperty("合格证照片") |
|
|
|
private List<String> certificatePaths; |
|
|
|
@ApiModelProperty("纳税人识别号") |
|
|
|
private String taxpayerNo; |
|
|
|
|
|
|
|
} |
|
|
|