모델 수정/삭제 API 커밋
This commit is contained in:
@@ -138,4 +138,14 @@ public class ModelMngDto {
|
||||
private String deployState;
|
||||
private String strDeployDttm;
|
||||
}
|
||||
|
||||
@Schema(name = "ModelDmlReturn", description = "모델 등록/수정/삭제 리턴")
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class ModelDmlReturn {
|
||||
private String execStatus;
|
||||
private String message;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user