feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit f2e13680ad - Show all commits

View File

@ -26,4 +26,7 @@ public class ApiTrestleDetailModuleResponse {
@Schema(description = "모듈최대단수")
private Integer moduleMaxRows;
@Schema(description = "혼합모듈최대단수")
private Integer mixModuleMaxRows;
}