解决app版本发布id有负值问题

This commit is contained in:
1378012178@qq.com 2025-11-10 10:03:19 +08:00
parent f9148ce08c
commit 04104f23ee
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class AppVersionConfig implements Serializable {
/**主键*/ /**主键*/
@TableId(type = IdType.ASSIGN_ID) @TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "主键") @ApiModelProperty(value = "主键")
private Integer id; private String id;
/**版本号*/ /**版本号*/
@Excel(name = "版本号", width = 15) @Excel(name = "版本号", width = 15)
@ApiModelProperty(value = "版本号") @ApiModelProperty(value = "版本号")