Browse Source

no message

南鑫林 5 years ago
parent
commit
f3b8324db4

+ 1 - 3
RainbowPlanet/RainbowPlanet/Tools/BaiduToCityFactory/BaiduToCityModel.swift

@@ -24,9 +24,7 @@ class BaiduToCityModel: SQLModel {
         bjcityId = json["bjcity_id"].stringValue
     }
     
-    required init() {
-        
-    }
+    required init() {}
 
     
 }