初始版本

This commit is contained in:
2026-04-19 01:39:41 +08:00
commit 2b4d3e9880
1272 changed files with 389959 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Sales extends CI_Controller {
public function __construct(){
parent::__construct();
$this->common_model->checkpurview();
}
public function sales_search() {
$this->load->view('sales/sales-search');
}
}
/* End of file welcome.php */
/* Location: ./application/controllers/welcome.php */