ChannelLoginPicture.php 288 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: cqingt
  5. * Date: 2019/3/1
  6. * Time: 10:32
  7. */
  8. namespace app\common\model;
  9. class ChannelLoginPicture extends \think\Model
  10. {
  11. protected $pk = 'id';
  12. protected $table = 'nw_channel_login_picture';
  13. protected $autoWriteTimestamp = true;
  14. }