<?php namespace app\cxinv\controller; use think\App;class Purchease extends Base{ public function __construct(App $app) { parent::__construct($app); } }