WechatAttachment.php 347 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Author: 芸众商城 www.yunzshop.com
  4. * Date: 2017/6/6
  5. * Time: 下午9:09
  6. */
  7. namespace app\common\modules\upload\models;
  8. use app\common\models\BaseModel;
  9. use Illuminate\Database\Eloquent\SoftDeletes;
  10. use Illuminate\Support\Facades\DB;
  11. class WechatAttachment extends CoreAttach
  12. {
  13. protected $tableName = 'wechat_attachment';
  14. }