[1258] api/v1/master/pcsMakerList 에 moduleMatlCds 추가 #243

Merged
ysCha merged 1 commits from dev into prd-deploy 2025-10-21 11:26:36 +09:00

View File

@ -32,4 +32,7 @@ public class ApiPcsMakerResponse {
@Schema(description = "PCS시리즈 병설 여부")
private String pcsSerParallelYn;
@Schema(description = "모듈코드")
private String moduleMatlCds;
}