|
@@ -2,14 +2,13 @@
|
|
|
|
|
|
namespace app\admin\model;
|
|
|
|
|
|
-use app\common\model\MobileHoldLog;
|
|
|
-use app\common\model\MobileOrderRefundLog;
|
|
|
use think\db\Query;
|
|
|
use think\Model;
|
|
|
use think\Session;
|
|
|
/**
|
|
|
*@method static Query|static proxy()
|
|
|
*@method static Query|static sub()
|
|
|
+ * @property bool is_seller
|
|
|
*/
|
|
|
class Admin extends Model
|
|
|
{
|