tp6框架的销售统计系统

Company.php 254B

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