doit/easyapi

Automatic application program interface

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/doit/easyapi

dev-master 2021-07-14 16:35 UTC

This package is auto-updated.

Last update: 2025-10-15 02:00:01 UTC


README

the easy voluntarily application programming interface

后期翻译英文

通过配置和数据表对应,实现数据库与方法对接,以实现高效开发接口 使用说明: 1.模型名称需要和数据表名对应(考虑前缀问题,可提前做静态方法配置) 2.需要继承控制器

开工