Compare commits

..

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

View File

@ -17,5 +17,5 @@ public class ApiPcsModuleItemRequest {
public Integer mixMatlNo;
@Schema(description = "모듈 북면 여부", maxLength = 10)
public String northModuleYn;
public Integer northModuleYn;
}