How to use the information submission and disposal platform

(Note: This article is for self-use instructions, which is convenient for users to view and learn.) A
brief introduction to the
platform. 1.
The composition of the platform ; this platform is composed of two parts: the mobile terminal h5 and the pc background.
2. Platform function support:
1. Submit form information on the mobile terminal + manage pc background processing
2. Submit form information on the mobile terminal + manage mobile terminal processing
3. Manager enter form information + manage pc background processing
4... Manager enter form information + Mobile pc background processing
8. Form submitters can check the processing progress at any time

If you don’t understand, you can call me.
Name: Tang Hu
Mobile: 17636405015

Briefly introduce the system:
System description
1. System modules:

  1. Permission management: Click on the second-level menu to enter the third-level menu to display roles (basic permissions) and button permissions.
    Roles (basic permissions): divided into role groups and roles, independently assigned menu permissions and add, delete, modify, and check permissions. (One user can have multiple roles)
    Button permissions: Assign button permissions to roles.
  2. Button management: custom button management, maintenance button shiro authority identification, etc.
  3. Menu management: N-level custom menu, select menu icon, menu status display and hide
  4. Data dictionary: N level, supports multi-level classification. Built-in number, sorting, etc.
  5. Log management: record user login and exit and some important operation records
  6. System users: add, delete, modify and check each basic user, export to excel form, and delete in batch
  7. Code generation: Generate complete module code, and retain the generated record template, which can be reused (super powerful development tool)
    8. System settings: modify the system name, display the number of items per page
    2. Business module:
    1. Custom form submission: The user submits the form to the background for processing through the mobile terminal. The content of the form can be customized, including file upload and SMS verification.
    2. Background process processing: The background can receive, confirm, accept, complete and other operations on the submitted information, support rejection, support SMS progress notification, and support the function of marking event types.
    3. SMS notification function: SMS function has been integrated.
    4. Data display on large screen: Alibaba Cloud data large screen has been integrated and can be copied.

Technology used:
system framework: springboot 2.0.6+ mybaits+maven bootstrap html5 jquery jsp jstl
operating system: windows linux mac etc. to build the correct java runtime environment
development tools: eclipse (recommended)
Important reminder: the project is a maven project , All jars are managed by maven. The
project runs based on the springboot built-in web container. It runs by running the startup class and does not require external web containers such as tomcat.
Database: mysql 5.6 (other versions are not tested)
Environment: jdk requires 1.8

The following is a display diagram, you can view simple functions
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_36551486/article/details/112788110