first push

This commit is contained in:
2020-09-14 09:56:48 +08:00
commit 24315e4798
698 changed files with 163980 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace App\Models;
class DedeArchive extends Model
{
public function info()
{
return $this->hasOne(DedeAddonarticle::class, 'aid');
}
}