go_gin_tmpl/model/readme.md
2022-05-09 09:00:14 +08:00

5 lines
262 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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