Compare commits

..

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

2 changed files with 0 additions and 3 deletions

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;
} }