浏览代码

******************************************* wx *****************
修改接口

zhangweixin 4 年之前
父节点
当前提交
46bae29183

+ 1 - 1
data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/ZoneSpace.kt

@@ -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
 
 
+
 }