Oppose.php 246 B

1234567891011121314
  1. <?php
  2. namespace Community\Lib;
  3. use Dever;
  4. class Oppose extends Core
  5. {
  6. protected $lang = '反对';
  7. protected $name = 'oppose';
  8. protected $table = 'community/oppose';
  9. # 互斥的table
  10. protected $otable = 'community/lib/up';
  11. }