xuhy
2025-02-28 65e5430e4f3cb9a5d9716b916bcdeb8518dbf3c5
ruoyi-system/src/main/java/com/ruoyi/system/model/TInvoice.java
@@ -80,5 +80,9 @@
    @TableField("contract_number")
    private String contractNumber;
    @ApiModelProperty(value = "开票文件名称")
    @TableField("invoice_voucher_name")
    private String invoiceVoucherName;
}