Compare commits

..

No commits in common. "9c5feef68d9e287a806593c634fcb385c52cbc57" and "c4eb97a02a85bbc493aec4ba3a4747a06accdf76" have entirely different histories.

View File

@ -15,7 +15,4 @@ public class ApiPcsModuleItemRequest {
@Schema(description = "혼합모듈번호", maxLength = 10) @Schema(description = "혼합모듈번호", maxLength = 10)
public Integer mixMatlNo; public Integer mixMatlNo;
@Schema(description = "모듈 북면 여부", maxLength = 10)
public Integer northModuleYn;
} }