String으로 수정 #280

Merged
ysCha merged 1 commits from dev into prd-deploy 2025-12-24 17:50:35 +09:00

View File

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