From c8cf6aec2499ef46f026fc81b567bf14a5788225 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 24 Dec 2025 17:28:40 +0900 Subject: [PATCH] =?UTF-8?q?northModuleYn=20=EC=BB=AC=EB=9F=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qcast/biz/master/dto/pcs/ApiPcsModuleItemRequest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/interplug/qcast/biz/master/dto/pcs/ApiPcsModuleItemRequest.java b/src/main/java/com/interplug/qcast/biz/master/dto/pcs/ApiPcsModuleItemRequest.java index f27ae67c..1843c94f 100644 --- a/src/main/java/com/interplug/qcast/biz/master/dto/pcs/ApiPcsModuleItemRequest.java +++ b/src/main/java/com/interplug/qcast/biz/master/dto/pcs/ApiPcsModuleItemRequest.java @@ -15,4 +15,7 @@ public class ApiPcsModuleItemRequest { @Schema(description = "혼합모듈번호", maxLength = 10) public Integer mixMatlNo; + + @Schema(description = "모듈 북면 여부", maxLength = 10) + public Integer northModuleYn; }