血脉初建

This commit is contained in:
wangjinlei
2023-11-02 16:28:13 +08:00
parent 2996a1bbc7
commit f219296d33
7 changed files with 108 additions and 7 deletions

View File

@@ -16,6 +16,8 @@ public class PointEntity implements Serializable {
@TableId(type = IdType.AUTO)
private Integer id;
private String title;
private Integer pointCategoryId;
private String alias;