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