maven
6 天以前 5e79bce73b2cf6a65081082a10f6f4be06413aa3
src/main/java/com/ruoyi/sales/pojo/InvoiceLedgerFile.java
@@ -10,6 +10,9 @@
@Data
public class InvoiceLedgerFile {
    @ApiModelProperty(value = "文件ID")
    private Long id;
    @ApiModelProperty(value = "文件名称")
    private String name;
@@ -40,5 +43,5 @@
    @ApiModelProperty(value = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Integer tenantId;
    private Long tenantId;
}