Tag: common
-
Post Views: 48 1. Background In development, there are often situations where public domain names need to be used, which can be divided into two situations: One is that if you want to show the results of your local development to others, you need to publish it on the public website; One is like WeChat development, which requires a public…
-
Post Views: 67 1. Definition and specification: Define: (1) Data layer: Models is used to define automatic verification and automatic completion and data access interfaces related to data; (2) Logical layer: Logics is used to define the business logic related to data; Specification: (1) The model class file in the /common/models directory is only allowed to be generated by the…