mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
发票分页接口返回修正发票文件编号属性
This commit is contained in:
+2
-3
@@ -43,9 +43,8 @@ public class InvoiceRecordsRespVO {
|
|||||||
@Schema(description = "发票状态,1待开票 2已开票 3开票失败")
|
@Schema(description = "发票状态,1待开票 2已开票 3开票失败")
|
||||||
private Integer status;
|
private Integer status;
|
||||||
|
|
||||||
|
@Schema(description = "发票附件文件编号")
|
||||||
@Schema(description = "发票附件保存路径")
|
private String invoiceAttachmentId;
|
||||||
private String invoiceAttachmentPath;
|
|
||||||
|
|
||||||
@Schema(description = "发票附件名称")
|
@Schema(description = "发票附件名称")
|
||||||
private String invoiceAttachmentName;
|
private String invoiceAttachmentName;
|
||||||
|
|||||||
Reference in New Issue
Block a user