dev #464

Merged
ysCha merged 181 commits from dev into dev-deploy 2026-04-08 10:17:03 +09:00
Showing only changes of commit dca4a83062 - Show all commits

View File

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