<?php namespace app\common\model; use think\Model; /** * Description of Batch * * @author sgq */ class Batch extends Model { protected $table = "sys_batch"; }