浏览代码

去掉生成唯一码

jsonwang 3 年之前
父节点
当前提交
98418688de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFFramework/Classes/PModels/editDarftModels/PQEditBaseModel.swift

+ 1 - 1
BFFramework/Classes/PModels/editDarftModels/PQEditBaseModel.swift

@@ -43,7 +43,7 @@ public let sectionIndexTransform = TransformOf<Int, Int>(fromJSON: { (value: Int
 })
 
 open class PQEditBaseModel: Object, Mappable ,NSCopying{
-    @objc dynamic public var uniqueId: String = getUniqueId(desc: "uniqueId")
+    @objc dynamic public var uniqueId: String = ""
     public func mapping(map _: Map) {}
 
     required convenience public init?(map _: Map) {