Compare commits

..

No commits in common. "4b848bc1040792b4a22821f42aab06001808410f" and "e148b36e5ed04e7fa9d6d618b7d6d16834146d42" have entirely different histories.

View File

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