Browse Source

拜城公安,媒体库

lyhzzz 10 months ago
parent
commit
645a188022
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/java/com/fdkankan/fusion/entity/CaseFilesType.java

+ 6 - 0
src/main/java/com/fdkankan/fusion/entity/CaseFilesType.java

@@ -46,6 +46,12 @@ public class CaseFilesType implements Serializable {
     /**
      * 附件类型名称
      */
+    @TableField("child_key")
+    private String childKey;
+
+    /**
+     * 附件类型名称
+     */
     @TableField("sort")
     private Integer sort;