From 4e023e7f9b4bae6771a230b62931ccd85189a88c Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 12 Jan 2026 11:08:01 +0900 Subject: [PATCH] =?UTF-8?q?1=EC=B0=A8=EC=A0=90=20=EC=83=9D=EC=84=B1=202?= =?UTF-8?q?=EC=B0=A8=EC=A0=90=20=EA=B0=80=EA=B2=A9=EB=AF=B8=EB=85=B8?= =?UTF-8?q?=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/interplug/qcast/biz/estimate/dto/EstimateRequest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/interplug/qcast/biz/estimate/dto/EstimateRequest.java b/src/main/java/com/interplug/qcast/biz/estimate/dto/EstimateRequest.java index 54848546..f473cdd6 100644 --- a/src/main/java/com/interplug/qcast/biz/estimate/dto/EstimateRequest.java +++ b/src/main/java/com/interplug/qcast/biz/estimate/dto/EstimateRequest.java @@ -219,4 +219,6 @@ public class EstimateRequest { @Schema(description = "판매점레벨") private String storeLvl; + @Schema(description = "견적서생성판매점코드") + private String createStoreId; }