'use client'; import { Card } from '@/components/ui/card'; export default function InventoryPage() { return (

库存管理

页面路径: /agricultural-asset/inventory

); }