jiaosong
2023-08-25 8f918cb6db02c39e67ce7b0d77cc1be5ed26edaf
server/src/main/java/doumeemes/dao/business/model/UnqualifiedRecord.java
@@ -23,6 +23,7 @@
public class UnqualifiedRecord {
    @TableId(type = IdType.AUTO)
    @ExcelColumn(name="主键",index = 0,width =15)
    @ApiModelProperty(value = "主键", example = "1")
    private Integer id;