摘要: <?php namespace app\api\model; use think\Model; class Dfp extends Model { protected $name = 'dw_dfp'; public function user() { return $this->belongsTo 阅读全文
posted @ 2020-07-31 16:48 CanyingV 阅读(120) 评论(0) 推荐(0)