Skip to content
Docs
Business Model

Business Model

Latest Update:Jun 30,2023, 16:24:45

Overview

Business model is a simple and convenient type of business data model. Developers only need to focus on the business model to display or operate data in the application, without concerning themselves with data reading and writing methods, stored procedures, or access control.

Creation Method

Business model can be created directly within the "Data Model."

You can directly create a business model by using the "Add" button.

Business model allows you to directly create data tables or bind to existing tables. If you need to modify fields, you will need to save and synchronize them with the database.

Data Field

Fields support displaying database types and the mapping relationship when used in practice.

Model Method

Model default support 8 method:

  • Create
  • Create Multiple
  • Delete
  • Delete Multiple
  • Update
  • Update Multiple
  • Query
  • Query List

Methods can be adjusted based on actual usage. If a method is not selected, the model will not provide that method.