tp6框架的销售统计系统
<?phpnamespace app\model;class Department extends \think\Model{ protected $schema = [ 'id' => 'int', 'name' => 'string', 'director' => 'steing', 'create_time' => 'int' ];}