添加字段和表
parent
44b7cc920c
commit
57f4f2a59c
|
@ -18,6 +18,6 @@ public class TaskOutput {
|
||||||
@TableId(value = "id",type = IdType.AUTO)
|
@TableId(value = "id",type = IdType.AUTO)
|
||||||
private Long id;
|
private Long id;
|
||||||
private Long taskId;
|
private Long taskId;
|
||||||
private String newFieId;
|
private String newFieName;
|
||||||
private String lastFieName;
|
private String lastFieName;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue