update README.md.

Signed-off-by: Odboy <tianjun@odboy.cn>
This commit is contained in:
骑着蜗牛追导弹 2024-02-06 02:26:33 +00:00 committed by Gitee
parent b70bb7d03a
commit 1fb07dd0cc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ https://gorm.io/zh_CN/docs/index.html
### 结构说明
```text
1、所有API接口必须在"src/infra/bind_api.go"上定义与"gin.HandlerFunc"的绑定关系
2、所有API接口必须在"system_router"表中定义
2、所有API接口必须在"system_api"表中定义
```
### golang版本