Mr.Shi
2023-09-14 19891ca345ef52eb8f6fb418ba3b916d37c73591
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;