parent
bfc1b2b891
commit
28b5683227
@ -1,11 +1,13 @@
|
||||
package kr.re.etri.autoflow.payload.request;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class WorkFlowRequest extends BaseSearchRequest {
|
||||
private String projectId;
|
||||
@Schema(description = "프로젝트 ID", example = "1")
|
||||
private Long projectId;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in new issue