| | |
| | | package com.ruoyi.approve.pojo; |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | |
| | | */ |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long tenantId; |
| | | @ApiModelProperty(value = "创建用户") |
| | | @Schema(description = "创建用户") |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Integer createUser; |
| | | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long deptId; |
| | | |
| | | /** |
| | | * 文件数量 |
| | | */ |
| | | private Integer fileCount; |
| | | |
| | | /** |
| | | * 总切片数量 |
| | | */ |
| | | private Integer totalChunkCount; |
| | | |
| | | /** |
| | | * 知识库描述 |
| | | */ |
| | | private String description; |
| | | |
| | | } |