모델관리 목록 DTO 수정

This commit is contained in:
2025-12-26 09:40:14 +09:00
parent cee232bb2b
commit d5f6d7e91d

View File

@@ -93,6 +93,7 @@ public class ModelMngDto {
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class ModelList {
private Integer rowNum;