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