refactor: 모듈 타입별 아이템 목록 조회 api 응답 필드 추가
This commit is contained in:
parent
f2e13680ad
commit
7b9603787c
@ -20,6 +20,9 @@ public class ApiModuleTpItemResponse {
|
|||||||
@Schema(description = "제품타입(A1, A2, A1A2, B, B1...)")
|
@Schema(description = "제품타입(A1, A2, A1A2, B, B1...)")
|
||||||
private String itemTp;
|
private String itemTp;
|
||||||
|
|
||||||
|
@Schema(description = "모듈타입코드")
|
||||||
|
private String moduleTpCd;
|
||||||
|
|
||||||
@Schema(description = "색상")
|
@Schema(description = "색상")
|
||||||
private String color;
|
private String color;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user