Merge pull request '[1258] api/v1/master/pcsMakerList 에 moduleMatlCds 제거' (#244) from dev into dev-deploy

Reviewed-on: #244
This commit is contained in:
ysCha 2025-10-22 13:05:14 +09:00
commit 4b848bc104

View File

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