하이퍼파라미터 기능 추가

This commit is contained in:
2026-02-03 16:31:43 +09:00
parent 44878e9c37
commit d66711e4f4
11 changed files with 277 additions and 216 deletions

View File

@@ -38,6 +38,7 @@ public class ModelMngDto {
private String step1Status;
private String step2Status;
private String transferStatus;
private String statusCd;
}
@Schema(name = "searchReq", description = "모델 관리 목록조회 파라미터")