Purchease.php 173 B

123456789101112
  1. <?php
  2. namespace app\cxinv\controller;
  3. use think\App;class Purchease extends Base{
  4. public function __construct(App $app) {
  5. parent::__construct($app);
  6. }
  7. }