wujianwei
2026-01-06 67ed08fdbc54408e2e6f29bc72b2f548a8d91290
service/src/main/java/com/ruoyi/cwgl/domain/InvoiceManage.java
@@ -91,6 +91,10 @@
        @TableField("invoice_operating_license_address")
    private String invoiceOperatingLicenseAddress;
    @Excel(name = "销售方地址")
    @TableField("invoice_seller_address")
    private String invoiceSellerAddress;
    /** 注册固定电话 */
    @Excel(name = "注册固定电话")
@@ -98,6 +102,10 @@
        @TableField("invoice_operating_license_phone")
    private String invoiceOperatingLicensePhone;
    @Excel(name = "销售方固定电话")
    @TableField("invoice_seller_phone")
    private String invoiceSellerPhone;
    /** 邮箱 */
    @Excel(name = "邮箱")