refactor: 가대 상세 모듈 조회 api 응답 필드 추가

This commit is contained in:
Daseul Kim 2025-02-04 15:42:59 +09:00
parent f1a30a6840
commit f2e13680ad

View File

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