<< return

On December 18, 2024, the theme event conference "Looking into the Future: How Entrepreneurs Layout Current Development and Future Planning" carefully planned and hosted by the Information Technology Chamber of Commerce of Shanghai Federation of Industry and Commerce was successfully held at the Lujiazui Private Banking Center of China Minsheng Bank.This activity was hosted by Shanghai Leap River Finance and Shanghai Minsheng Bank. The main speakers were Singapore Trust, Chekuo Capital, overseas enterprises and tax-raising enterprises. Many relevant enterprises of the Chamber of Commerce were invited to participate in the activity.With the vigorous development and continuous change of the Information Technology Chamber of Commerce, the demand of enterprises in the fields of debt financing, equity financing, going to sea, tax financing and so on has become increasingly prominent.In order to better serve the chamber of commerce enterprises and promote their innovation and transformation, the Shanghai Federation of Industry and Commerce Information Technology Chamber of Commerce and Runjiang Finance have jointly built a professional investment and financing platform to provide the latest corporate financing and overseas information, and help companies improve their operational efficiency. In-depth exchanges and discussions with enterprises.
Jin Haihong, Secretary General of Information Technology Chamber of Commerce of Shanghai Federation of Industry and CommerceAfter the tide receded and the dividends receded, many companies slowly withdrew from the stage of history, but there are still some companies that are still strong, even against the current. We must have a sense of crisis to improve our cognition and a sense of urgency for enterprises to go to sea. Only when you have a deeper understanding of the source of the business can you firmly seize the opportunity in the future. Opportunities are always reserved for those who are prepared. At the same time, the environment is bad, our sense of holding together should be stronger. The social organization value of our chamber of commerce is also reflected. Through this small and sophisticated, small and beautiful event meeting, let everyone go to group, link with each other, and cooperate for a win-win situation.
Gao Feinan, General Manager of Shanghai Leap River FinanceThe mission of Leap River Finance is to make financing simple and is committed to building a one-stop financial service platform. With the development of the company, the business scope of Runjiang Finance has gradually expanded, covering personal loans, corporate loan consulting, corporate investment and financing, and the disposal of non-performing assets.Ding Hua, Partner of Qikuo CapitalQikuo Group is committed to global equity investment, China Equity Investment Limited Partner (LP) education, financial advisory and mergers and acquisitions.The business sector is mainly divided into three parts: first, equity investment. At present, we may have more than 60 projects in China; second, business going abroad and overseas investment and mergers and acquisitions; third, listing of US stocks.Jiang Wu, Director of Singapore Trust ChinaSingapore Trust aims to be an exclusive trust providing technology-driven, personalized and private trust services to corporate and private clients from around the world. Our goal is to meet the growing demand for estate, tax and succession planning from high net worth individuals and family offices in Asia.Liu Jianbo, General Manager of Shanghai Qishundao Enterprise Service Co., Ltd.From an accounting perspective, explain how to avoid corporate tax risks.
Zhuang Xuan, Product Manager, International Business Department, Minsheng BankMinsheng Bank continues to make efforts in cross-border finance, providing more comprehensive, convenient and efficient financial support around the core business needs of capital appreciation, foreign exchange derivatives, payment and settlement, trade financing and international credit, so as to help enterprises develop and the process of RMB internationalization.
At the event site, various entrepreneurs actively communicated with each other. Everyone was introducing their company and business. The atmosphere was very warm, and they truly achieved mutual links and win-win cooperation.Excellent entrepreneurs exchange style


{
// token = await getDialogueToken(userId); // 获取服务器 token
// token = tokenObj.data
// console.log("获取到的token数据:" , token);
},
},
"footer": {
"isShow": true,
"expressionText": 'Powered by {{name}} & {{name1}}',
"linkvars": {
"name": {
"text": '凌泽科技',
"link": 'https://www.lingzetech.com'
},
"name1": {
"text": '@2009 AI自动回复,具体请咨询官方售前',
"link": ''
}
}
},
},
"auth": {
"type": "token",
"token": token,
"onRefreshToken": async () => {
const newTokenObj = await getDialogueToken(userId);
return newTokenObj?.data || token;
}
}
});
}
const client = new CozeWebSDK.WebChatClient(options);
client.destroy();