Please read the installation instructions carefully
1. Software installation requires some basic programming knowledge. The first step is to create a new database, and then return the 127_0_0_1(3).sql database structure file in the data folder to my sql5.7.
2. The tables in the database have a prefix, and each prefix represents a customer. The table with the prefix si_ is the global table and is a table shared by all customers.
3. You can modify the corresponding prefix according to the abbreviation of your specific customer. For example, if your customer's name is Yeah, then change the prefix to ye_, but remember to change the tbPrefix field in the si_company table to ye_ accordingly.
4. Open the data folder and fill in your own database name, user, password and connection in the config.php file, as well as the prefix variables corresponding to the guests.
The software is still being used and developed. It is currently being developed using thinkPHP and will be further improved over time.