|
@ -13,7 +13,7 @@ import org.hibernate.validator.constraints.Length; |
|
|
public class BuildingPageVO{ |
|
|
public class BuildingPageVO{ |
|
|
|
|
|
|
|
|
@Schema(description ="Building unique identifier ID, not required for new additions", example = "2738967") |
|
|
@Schema(description ="Building unique identifier ID, not required for new additions", example = "2738967") |
|
|
private Long buildingId; |
|
|
private String buildingId; |
|
|
|
|
|
|
|
|
@Schema(description ="Company ID", example = "2738967", required = true) |
|
|
@Schema(description ="Company ID", example = "2738967", required = true) |
|
|
private String companyId; |
|
|
private String companyId; |
|
|