mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
发票分页接口发票附件文件编号属性类型修正
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class InvoiceDetailsRespVO {
|
|||||||
@Schema(description = "申请时间")
|
@Schema(description = "申请时间")
|
||||||
private LocalDateTime applyTime;
|
private LocalDateTime applyTime;
|
||||||
|
|
||||||
@Schema(description = "发票附件文件id")
|
@Schema(description = "发票附件文件编号")
|
||||||
private Long invoiceAttachmentId;
|
private Long invoiceAttachmentId;
|
||||||
|
|
||||||
@Schema(description = "发票附件名称")
|
@Schema(description = "发票附件名称")
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@ public class InvoiceRecordsRespVO {
|
|||||||
private Integer status;
|
private Integer status;
|
||||||
|
|
||||||
@Schema(description = "发票附件文件编号")
|
@Schema(description = "发票附件文件编号")
|
||||||
private String invoiceAttachmentId;
|
private Long invoiceAttachmentId;
|
||||||
|
|
||||||
@Schema(description = "发票附件名称")
|
@Schema(description = "发票附件名称")
|
||||||
private String invoiceAttachmentName;
|
private String invoiceAttachmentName;
|
||||||
|
|||||||
Reference in New Issue
Block a user