feature/jp-0331 #526

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

View File

@ -15,6 +15,9 @@ public class ApiQuotationItemTrestleRequest {
@NotNull @NotNull
public String moduleTpCd; public String moduleTpCd;
@Schema(description = "서브모듈타입코드")
public String subModuleTpCd;
@Schema(description = "지붕재코드") @Schema(description = "지붕재코드")
@NotNull @NotNull
public String roofMatlCd; public String roofMatlCd;