Merge remote-tracking branch 'origin/dev' into feature/ysCha

This commit is contained in:
ysCha 2025-12-30 14:27:33 +09:00
commit 10f95281a3

View File

@ -15,4 +15,7 @@ public class ApiPcsModuleItemRequest {
@Schema(description = "혼합모듈번호", maxLength = 10)
public Integer mixMatlNo;
@Schema(description = "모듈 북면 여부", maxLength = 10)
public String northModuleYn;
}