import React from "react"; /** 资质申请管理模块入口:需先有机构信息 */ function QualApplication(props) { return (
{props.children}
); } export default QualApplication;