service/src/main/java/com/ruoyi/cwgl/domain/InvoiceInfo.java
@@ -20,6 +20,13 @@ private Integer id; /** 客户id */ @Excel(name = "客户id") @TableField("customer_id") private Integer customerId; /** 抬头公司 */ @Excel(name = "抬头公司") @@ -87,13 +94,13 @@ /** 创建时间 */ @JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @TableField("create_time") private Date createTime; /** 更新时间 */ @JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @TableField("update_time") private Date updateTime;