feature/jp-0331 #526

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

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;