Compare commits

...

2 Commits

Author SHA1 Message Date
2b712f2be7 Merge pull request 'String으로 수정' (#280) from dev into prd-deploy
Reviewed-on: #280
2025-12-24 17:50:35 +09:00
2e1e027beb String으로 수정 2025-12-24 17:49:16 +09:00

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