添加字段和表
parent
4c89b91804
commit
44b7cc920c
|
@ -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 newFieName;
|
private String newFieId;
|
||||||
private String lastFieName;
|
private String lastFieName;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue