开票信息添加变更时间
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user