mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
14 lines
176 B
PHP
14 lines
176 B
PHP
<?php
|
|
|
|
namespace app\admin\model\shopro;
|
|
|
|
use app\admin\model\shopro\Common;
|
|
|
|
|
|
class WithdrawLog extends Common
|
|
{
|
|
protected $name = 'shopro_withdraw_log';
|
|
|
|
|
|
}
|