开票信息添加变更时间

This commit is contained in:
qjq
2024-11-14 14:58:18 +08:00
parent 231b46b1d4
commit 9d09319876

View File

@ -73,6 +73,9 @@ public class BillingRespVO {
@Schema(description = "创建时间")
@ExcelProperty("创建时间")
private LocalDateTime createTime;
@Schema(description = "变更时间")
@ExcelProperty("变更时间")
private LocalDateTime updateTime;
@Schema(description = "发票商品名称")
@ExcelProperty("发票商品名称")
private String billingName;