<?php

namespace app\admin\model\shopro;

use app\admin\model\shopro\Common;


class WithdrawLog extends Common
{
    protected $name = 'shopro_withdraw_log';


}