id 自增 取消
This commit is contained in:
@@ -22,7 +22,7 @@ public class HelpClassify implements Serializable {
|
||||
/**
|
||||
* 帮助中心分类
|
||||
*/
|
||||
@TableId(type = IdType.AUTO)
|
||||
@TableId
|
||||
private Long helpClassifyId;
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,7 +16,7 @@ public class HelpWord implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@TableId(type = IdType.AUTO)
|
||||
@TableId
|
||||
/**
|
||||
* 帮助文档id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user