Commit 37a0d572 by fengshuonan

更新id策略

parent 7666d4ff
......@@ -23,7 +23,7 @@ public class SysConfig implements Serializable {
/**
* 主键
*/
@TableId(value = "id", type = IdType.AUTO)
@TableId(value = "id", type = IdType.ID_WORKER)
private Long id;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment