添加字段和表

master
Cui YongXing 2024-09-02 00:36:59 +08:00
parent 44b7cc920c
commit 57f4f2a59c
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ public class TaskOutput {
@TableId(value = "id",type = IdType.AUTO)
private Long id;
private Long taskId;
private String newFieId;
private String newFieName;
private String lastFieName;
}