952-EstimateSendResponse 2차 SAP 판매점코드 추가 #8

Merged
ysCha merged 1 commits from feature/cha into dev 2025-04-04 17:24:20 +09:00

View File

@ -115,4 +115,7 @@ public class EstimateSendResponse {
@Schema(description = "첨부파일 목록") @Schema(description = "첨부파일 목록")
List<FileResponse> fileList; List<FileResponse> fileList;
@Schema(description = "2차 SAP 판매점코드")
private String secSapSalesStoreCd;
} }