pcsTpCd 추가

This commit is contained in:
hyojun.choi 2025-12-02 12:28:28 +09:00
parent fa367debb2
commit 1bbac0ed6b

View File

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