<?php


namespace app\em\model;


class EmType extends Base
{
    protected $table = 'em_type';
}