李帅

1. 众妙接口新增一言内容

......@@ -11,6 +11,8 @@ class PackPoem extends Model
use HasDateTimeFormatter;
protected $table = 'pack_poem';
protected $with = ['poem'];
public function poem()
{
return $this->belongsTo(OnePoem::class);
......