dev #305

Merged
ysCha merged 6 commits from dev into dev-deploy 2026-01-12 11:11:45 +09:00
Showing only changes of commit 4e023e7f9b - Show all commits

View File

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