Browse Source

案例添加显示字段

lyhzzz 1 year ago
parent
commit
f26a152e1b
1 changed files with 13 additions and 0 deletions
  1. 13 0
      src/main/java/com/fdkankan/ucenter/entity/Case.java

+ 13 - 0
src/main/java/com/fdkankan/ucenter/entity/Case.java

@@ -105,4 +105,17 @@ public class Case implements Serializable {
     private Integer sysUserId;
 
 
+    /**
+     * 引言,序言
+     */
+    @TableField("introduction")
+    private String introduction;
+    /**
+     * 外链
+     */
+    @TableField("outside_link")
+    private String outsideLink;
+
+
+
 }