作者 lyh

gx

@@ -25,7 +25,7 @@ class Product extends Base @@ -25,7 +25,7 @@ class Product extends Base
25 const STATUS_ON = 1; 25 const STATUS_ON = 1;
26 const STATUS_RECYCLE = 2; 26 const STATUS_RECYCLE = 2;
27 27
28 -// protected $appends = ['route']; 28 + protected $appends = ['route'];
29 29
30 public static function statusMap(){ 30 public static function statusMap(){
31 return [ 31 return [