dev #465

Merged
ysCha merged 186 commits from dev into prd-deploy 2026-04-08 10:22:57 +09:00
Showing only changes of commit 0f0da4f9be - Show all commits

View File

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