示例#1
0
文件: Producto.php 项目: ericray/gas
 public static function cart($id)
 {
     return Producto::prodCart($id);
 }