删除文件 serve/app/model/Deploy.php

This commit is contained in:
姚PD 2024-08-07 03:44:59 +00:00 committed by Gitee
parent 44184527e3
commit 1dc6096a5c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,15 +0,0 @@
<?php
namespace app\model;
use think\Model;
class Deploy extends Model{
//零售配置
protected $type = [
'source' => 'json'
];
//组织属性关联
public function frameData(){
return $this->hasOne(Frame::class,'id','frame');
}
}