Compare commits

..

No commits in common. "2b712f2be72801cd7ba556f18c2710a787c99dd6" and "501654686aa431185d237d7796806e7b4445b83d" have entirely different histories.

View File

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