示例#1
0
文件: Info.php 项目: rob1121/qdn
 public static function last()
 {
     return Info::orderBy('id', 'desc')->first();
 }