|
@@ -282,7 +282,6 @@ open class ZoneSpace: Serializable, SBaseEntity() {
|
|
|
var floorlList: ArrayList<Floor>? = null
|
|
|
|
|
|
/** 对象类型 */
|
|
|
- /** 对象类型 */
|
|
|
// @Schema(description = "对象类型")
|
|
|
// @Column(name = "class_code")
|
|
|
// var objectType: String? = null
|
|
@@ -293,4 +292,5 @@ open class ZoneSpace: Serializable, SBaseEntity() {
|
|
|
var spaceOutline: SpaceOutline? = null
|
|
|
|
|
|
|
|
|
+
|
|
|
}
|