添加模块文件

This commit is contained in:
linxd
2025-06-18 22:04:33 +08:00
parent 73db059e7d
commit 0b2891a0e3
23 changed files with 1207 additions and 283 deletions

View File

@ -0,0 +1,12 @@
import React from 'react';
import { Card } from 'antd';
const SupplierAnnualTaskManage: React.FC = () => {
return (
<Card title="供应商年度任务管理">
<div></div>
</Card>
);
};
export default SupplierAnnualTaskManage;