trestles[]에 subModuleTpCd 추가 (Cross Mix 식별용, 단일/동계열은 빈 값) #472

Merged
ysCha merged 1 commits from dev into dev-deploy 2026-04-21 16:15:32 +09:00
Showing only changes of commit 45f8bbd481 - Show all commits

View File

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