mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.0
This commit is contained in:
2
sop.sql
2
sop.sql
@@ -6,7 +6,7 @@ USE `sop`;
|
||||
|
||||
CREATE TABLE `api_info` (
|
||||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`application` varchar(64) NOT NULL DEFAULT '' COMMENT '应用名称',
|
||||
`application` varchar(64) NOT NULL DEFAULT '' COMMENT '所属应用',
|
||||
`api_name` varchar(128) NOT NULL DEFAULT '' COMMENT '接口名称',
|
||||
`api_version` varchar(16) NOT NULL DEFAULT '1.0' COMMENT '版本号',
|
||||
`interface_class_name` varchar(128) NOT NULL DEFAULT '' COMMENT '接口class',
|
||||
|
Reference in New Issue
Block a user