소스 검색

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

zhangweixin 4 년 전
부모
커밋
46bae29183
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data-core/src/main/kotlin/com/persagy/server/datacenter/models/entities/objects/ZoneSpace.kt

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