모델 수정 진행중

This commit is contained in:
2025-11-24 17:39:11 +09:00
parent ef84638fc0
commit c56de2bf0c
7 changed files with 51 additions and 42 deletions

View File

@@ -89,7 +89,6 @@ public class ModelMngDto {
@AllArgsConstructor
public static class AddReq {
@NotEmpty private Long modelUid;
private String modelNm;
private String modelCate;
private String modelPath;