Commit 0ff67415 authored by 曹盼盼's avatar 曹盼盼

增加ugp的task字段

parent 21f9012a
...@@ -58,6 +58,7 @@ public class Task extends BaseEntity { ...@@ -58,6 +58,7 @@ public class Task extends BaseEntity {
private String extend; //url路径 private String extend; //url路径
private Long extendId; private Long extendId;
private String projectName; private String projectName;
@TableField(exist = false)
private String image; private String image;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment