refactor: 모듈 타입별 아이템 목록 조회 api 응답 필드 추가

This commit is contained in:
Daseul Kim 2025-02-04 17:18:35 +09:00
parent f2e13680ad
commit 7b9603787c

View File

@ -20,6 +20,9 @@ public class ApiModuleTpItemResponse {
@Schema(description = "제품타입(A1, A2, A1A2, B, B1...)")
private String itemTp;
@Schema(description = "모듈타입코드")
private String moduleTpCd;
@Schema(description = "색상")
private String color;