EmInvoiceUseage.php 113 Bytes
<?php
namespace app\em\model;

class EmInvoiceUseage extends Base
{
    protected $table = 'em_invoice_useage';
}