wujianwei
2025-12-15 4553046c0f0f11aee67f0f5f84ed5ca80fa4ebd6
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;