示例#1
0
文件: Invoice.php 项目: Peelz/bait
 static function getCountInvoice()
 {
     $count = Invoice::count();
     return $count;
 }