feat: 售后列表文件

This commit is contained in:
2025-11-19 10:05:22 +08:00
parent a15bda739a
commit 607b292f36

View File

@@ -0,0 +1,6 @@
// 售后列表
const TradeSales: React.FC = () => {
return 111;
};
export default TradeSales;