fix 修复 SysOssConfig 主键类型错误
This commit is contained in:
parent
a9488ba3c9
commit
bcd5b713f8
@ -22,7 +22,7 @@ public class SysOssConfig extends BaseEntity {
|
|||||||
* 主建
|
* 主建
|
||||||
*/
|
*/
|
||||||
@TableId(value = "oss_config_id")
|
@TableId(value = "oss_config_id")
|
||||||
private Integer ossConfigId;
|
private Long ossConfigId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 配置key
|
* 配置key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user