修改数据库类型

This commit is contained in:
yangjun 2024-07-11 18:00:47 +08:00
parent 91ad1df117
commit 7ab8eb11a0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class BlStuAnswer implements Serializable {
/**主键ID*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键ID")
private java.lang.Integer id;
private java.lang.String id;
/**年份*/
@Excel(name = "年份", width = 15)
@ApiModelProperty(value = "年份")