Compare commits

..

No commits in common. "bbcb95a27989db22793eec434818d0e49bd3b9df" and "3edfd84c4fb778aa01dcf4b6ebcfc7a64ad9631a" have entirely different histories.

View File

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