Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
miemieYaho committed Jun 19, 2020
1 parent 9e43f18 commit 75843b8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
package com.baomidou.mybatisplus.core.incrementer;


import com.baomidou.mybatisplus.annotation.KeySequence;

/**
* 表主键生成器接口 (sql)
*
Expand All @@ -27,7 +29,7 @@ public interface IKeyGenerator {
/**
* 执行 key 生成 SQL
*
* @param incrementerName 序列名称
* @param incrementerName 序列名称(对应类上注解 {@link KeySequence#value()} 的值)
* @return sql
*/
String executeSql(String incrementerName);
Expand Down

0 comments on commit 75843b8

Please sign in to comment.