// 销售数据统计 import { FC } from 'react' const Sell: FC = () => { return
Sell
} export default Sell