// 供货商户分类 import { ConnectState } from "@/models/connect"; import { connect, CurrentUser } from "umi"; const SupplierClassification: React.FC<{ currentUser: CurrentUser | undefined }> = (props) => { return (