BestbaoInformation.php 348 B

123456789101112131415
  1. <?php
  2. /**
  3. * @copyright Copyright (c) 2017 https://www.sapixx.com All rights reserved.
  4. * @license Licensed (http://www.apache.org/licenses/LICENSE-2.0).
  5. * @author pillar<ltmn@qq.com>
  6. * 企业动态
  7. */
  8. namespace app\bestbao\model;
  9. use think\Model;
  10. class BestbaoInformation extends Model{
  11. protected $autoWriteTimestamp = true;
  12. }