feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit b4850483d3 - Show all commits

View File

@ -1,8 +1,8 @@
package com.interplug.qcast.biz.master.dto.quotation;
import java.util.List;
import io.swagger.v3.oas.annotations.media.Schema;
import jakarta.validation.constraints.NotNull;
import java.util.List;
import lombok.Getter;
import lombok.Setter;
@ -22,4 +22,7 @@ public class ApiQuotationItemRequest {
@Schema(description = "PCS 목록")
@NotNull
public List<ApiQuotationItemPcsRequest> pcses;
@Schema(description = "양단 케이블 갯수")
public Integer dblCblTotCnt = 0;
}