mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-19 07:26:57 +00:00
doc[entity]: 增加注释
This commit is contained in:
@@ -22,7 +22,7 @@ import com.zfoo.protocol.util.StringUtils;
|
||||
public interface IEntity<PK extends Comparable<PK>> {
|
||||
|
||||
/**
|
||||
* 一个文档的主键
|
||||
* 一个文档的主键 primary key
|
||||
*/
|
||||
PK id();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user