添加字段

This commit is contained in:
zt
2025-02-18 17:25:21 +08:00
parent d782d2d9f0
commit 10e5eaf242
17 changed files with 202 additions and 71 deletions

View File

@ -28,7 +28,7 @@ public class FbsProjectTaskApply implements Serializable {
/** 主键ID */
@ApiModelProperty("主键ID")
@TableId(value = "id")
@TableId(value = "id", type = IdType.AUTO)
private Long id;
/** 任务ID */