jiangping
2023-09-19 46ff0bdebfb742a2a0f6898630625570c9657545
server/service/src/main/java/com/doumee/dao/business/model/FileRecord.java
@@ -21,6 +21,7 @@
public class FileRecord {
    @ApiModelProperty(value = "主键", example = "1")
    @TableId(type = IdType.AUTO)
    @ExcelColumn(name="主键")
    private Integer id;