소스 검색

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

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

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

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