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