解决app版本发布id有负值问题
This commit is contained in:
parent
f9148ce08c
commit
04104f23ee
|
|
@ -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 = "版本号")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue