doc[entity]: 增加注释

This commit is contained in:
godotg
2022-07-17 15:53:44 +08:00
parent ce74b627d0
commit dcd8476fa5
@@ -22,7 +22,7 @@ import com.zfoo.protocol.util.StringUtils;
public interface IEntity<PK extends Comparable<PK>> {
/**
* 一个文档的主键
* 一个文档的主键 primary key
*/
PK id();