1차점 생성 2차점 가격미노출

This commit is contained in:
ysCha 2026-01-12 11:08:01 +09:00
parent c76292e22e
commit 4e023e7f9b

View File

@ -219,4 +219,6 @@ public class EstimateRequest {
@Schema(description = "판매점레벨")
private String storeLvl;
@Schema(description = "견적서생성판매점코드")
private String createStoreId;
}