feature/jp-0331 #526

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

View File

@ -70,4 +70,9 @@ public class ApiPcsSeriesItemResponse {
@Schema(description = "최대매수(모듈최대매수)")
public String moduleMaxQty;
@Schema(description = "pcs의 타입(실내집중형, 야외집중형 등)")
public String pcsTpCd;
}