|
@@ -45,6 +45,10 @@ public class ScratchWords extends BaseEntity<ScratchWords> {
|
|
@TableField("scratch_type")
|
|
@TableField("scratch_type")
|
|
private String scratchType;
|
|
private String scratchType;
|
|
|
|
|
|
|
|
+ @TableField("scratch_field")
|
|
|
|
+ private String scratchField;
|
|
|
|
+
|
|
|
|
+
|
|
/**
|
|
/**
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
@@ -81,4 +85,16 @@ public class ScratchWords extends BaseEntity<ScratchWords> {
|
|
@TableField("project_id")
|
|
@TableField("project_id")
|
|
private Integer projectId;
|
|
private Integer projectId;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 公开类型 0私有1公有
|
|
|
|
+ */
|
|
|
|
+ @TableField("permission_type")
|
|
|
|
+ private Integer permissionType;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 公开范围类型(0全部1本专题库2本报告)
|
|
|
|
+ */
|
|
|
|
+ @TableField("range_type")
|
|
|
|
+ private Integer rangeType;
|
|
|
|
+
|
|
}
|
|
}
|