import React, { useState, useEffect } from 'react'; const App = () => { return ( <>
新增编号规则
); }; export default App;