Merge pull request '경사도 기본 수치 추가 inclBase' (#263) from dev into dev-deploy

Reviewed-on: #263
This commit is contained in:
ysCha 2025-12-15 15:18:15 +09:00
commit 0f0da4f9be

View File

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