fix javadoc warning
This commit is contained in:
@@ -14,6 +14,12 @@ public class Entity extends BaseEntity implements IDEntity<Long> {
|
||||
@Id
|
||||
protected Long id;
|
||||
|
||||
/**
|
||||
* 创建基础 ID 实体
|
||||
*/
|
||||
public Entity() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取 ID
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user