northModuleYn 컬럼 추가

This commit is contained in:
hyojun.choi 2025-12-24 17:28:40 +09:00
parent bf9a9506fc
commit c8cf6aec24

View File

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