You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
262 B
Markdown

## 系统定义的结构体都放在这个包下面
### 注意事项
1. entity包对应的是数据库表结构
2. 所有涉及param和entity转换的操作都放在param里面去实现一个`ToEntity`函数和`FromEntity`函数,避免两个包交叉引用