refactor: 가대 상세 모듈 조회 api 응답 필드 추가
This commit is contained in:
parent
f1a30a6840
commit
f2e13680ad
@ -26,4 +26,7 @@ public class ApiTrestleDetailModuleResponse {
|
|||||||
|
|
||||||
@Schema(description = "모듈최대단수")
|
@Schema(description = "모듈최대단수")
|
||||||
private Integer moduleMaxRows;
|
private Integer moduleMaxRows;
|
||||||
|
|
||||||
|
@Schema(description = "혼합모듈최대단수")
|
||||||
|
private Integer mixModuleMaxRows;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user