<?php namespace app\em\model; class EmReceiptType extends Base { protected $table = 'em_receipt_type'; }