WechatAttachment.php 241 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: liuyifan
  5. * Date: 2019/3/19
  6. * Time: 19:17
  7. */
  8. namespace app\platform\modules\application\models;
  9. class WechatAttachment extends CoreAttach
  10. {
  11. protected $tableName = 'yz_wechat_attachment';
  12. }