dev #255

Merged
ysCha merged 4 commits from dev into prd-deploy 2025-12-02 13:36:01 +09:00
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;
}