bztang-admin/app/frontend/models/MemberRelation.php

17 lines
231 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Created by PhpStorm.
*
* User: king/QQ995265288
* Date: 2018/7/23 下午2:14
* Email: livsyitian@163.com
*/
namespace app\frontend\models;
class MemberRelation extends \app\common\models\MemberRelation
{
}