tongshanglei hace 2 años
padre
commit
7fe755f0b6
Se han modificado 1 ficheros con 1 adiciones y 12 borrados
  1. 1 12
      catch/transport/model/StuckSection.php

+ 1 - 12
catch/transport/model/StuckSection.php

@@ -67,16 +67,5 @@ class StuckSection extends Model
     public function getOverSpeedStatAttr($value){
         return $value?true:false;
     }
-    public function getPreSpotAttr($value){
-        return (string)$value;
-    }
-    public function getPosSpotAttr($value){
-        return (string)$value;
-    }
-    public function getDistanceAttr($value){
-        return (string)$value;
-    }
-    public function getMaxSpeedAttr($value){
-        return (string)$value;
-    }
+   
 }