<?php

namespace app\common\model;

use think\Model;

/**
 * 模型
 */
class UserProfitLog extends Model
{

}