Batch.php 114 B

12345678
  1. <?php
  2. namespace app\common\model\monitor;
  3. class Batch extends Base
  4. {
  5. protected $table='new_coupons_batch';
  6. }