/**
 * 返回自定义模型
 * @param unknown_type $model
 */
function D($model)
{
    return rc::D($model);
}