경사도 기본 수치 추가 inclBase #263

Merged
ysCha merged 1 commits from dev into dev-deploy 2025-12-15 15:18:16 +09:00

View File

@ -41,4 +41,7 @@ public class ApiRoofMaterialResponse {
@Schema(description = "서까래 기본 수치")
private String raftBaseCd;
@Schema(description = "경사도 기본 수치")
private String inclBase;
}