dev #265

Merged
ysCha merged 2 commits from dev into prd-deploy 2025-12-15 16:43:28 +09:00
Showing only changes of commit eb621b5cc5 - Show all commits

View File

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