경사도 기본 수치 추가 inclBase

This commit is contained in:
ysCha 2025-12-15 15:10:33 +09:00
parent 72cba944dc
commit eb621b5cc5

View File

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