|
|
|
@ -66,4 +66,8 @@ public class WorkflowStepEntity {
|
|
|
|
@Schema(description = "프로젝트 아이디", example = "1", defaultValue = "0")
|
|
|
|
@Schema(description = "프로젝트 아이디", example = "1", defaultValue = "0")
|
|
|
|
@Column(nullable = false)
|
|
|
|
@Column(nullable = false)
|
|
|
|
private Long projectId;
|
|
|
|
private Long projectId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "워크플로우 스텝 아이디", example = "1", defaultValue = "0")
|
|
|
|
|
|
|
|
@Column(nullable = false)
|
|
|
|
|
|
|
|
private Long workflowStepId;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|