dev #255

Merged
ysCha merged 4 commits from dev into prd-deploy 2025-12-02 13:36:01 +09:00
Showing only changes of commit fa367debb2 - Show all commits

View File

@ -19,7 +19,7 @@ public class ApiPcsSerQtyRoofSurfaceDto {
@Schema(description = "촌수(경사도)", maxLength = 10)
private Double roofSurfaceIncl;
@Schema(description = "북면 여부", maxLength = 10)
@Schema(description = "북면 여부")
private String roofSurfaceNorthYn;
@Schema(description = "모듈아이템 List(도면에 설치된 모듈)")