Commit 2b39a5f0 authored by zhuwei's avatar zhuwei

后台业绩日报,周报

parent 61873746
<?php
namespace app\index\controller;
/**
* 后台业绩日报,周报
* Created by PhpStorm.
* User: 朱伟
* Date: 2018-09-28
* Time: 16:45:01
*/
use app\index\extend\Basic;
use app\index\service\PerformanceService;
use app\index\untils\ExportExcelUntil;
use app\model\RAgentReport;
use think\Request;
use \think\Session;
class PerformanceReport extends Basic
{
private $rAgentReport;
function __construct(Request $request = null)
{
parent::__construct($request);
$this->rAgentReport = new RAgentReport();
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment