Comendnotice.php 269 B

123456789101112131415161718
  1. <?php
  2. /**
  3. *------Create thems Model------
  4. *------SCWPHP Version 1.0.0------
  5. *------Dev Model Jions------
  6. *------Create Time 2017-06-13 18:45:24------
  7. */
  8. namespace App\Models;
  9. use DB;
  10. class Comendnotice extends BaseModel {
  11. protected $table = 'comendnotice';
  12. }