diff --git a/serve/app/model/Deploy.php b/serve/app/model/Deploy.php deleted file mode 100644 index 1ab1f1b..0000000 --- a/serve/app/model/Deploy.php +++ /dev/null @@ -1,15 +0,0 @@ - 'json' - ]; - - //组织属性关联 - public function frameData(){ - return $this->hasOne(Frame::class,'id','frame'); - } -}