dev #465

Merged
ysCha merged 186 commits from dev into prd-deploy 2026-04-08 10:22:57 +09:00
Showing only changes of commit dca4a83062 - Show all commits

View File

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