@@ -41,6 +41,12 @@ public class Feature extends BaseEntity<Feature> {
private Integer projectId;
/**
+ * 任务id
+ */
+ @TableField(value = "project_task_id")
+ private Integer projectTaskId;
+
+ /**
* 特征
*/
@TableField(value = "content")