EmPaymentInvoice.php 121 Bytes
<?php
namespace app\em\model;

class EmPaymentInvoice extends Base
{
    protected $table = 'em_payment_invoice';
}