k94314517
2023-09-19 8e8a08572fafd3d75e81784a82dab554b0eead50
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;