tp6框架的销售统计系统

GoodsCategory.php 188B

    <?php namespace app\model; class GoodsCategory extends \think\Model { protected $schema = [ 'id' => 'int', 'name' => 'string', 'create_time' => 'int' ]; }