scrm-go
庄逸洲 001db7a0bd 初始配置,定一些项目规则 il y a 6 ans
..
Readme.md 初始配置,定一些项目规则 il y a 6 ans
admin_user_models.go 初始配置,定一些项目规则 il y a 6 ans
org_models.go 初始配置,定一些项目规则 il y a 6 ans
purview_models.go 初始配置,定一些项目规则 il y a 6 ans
role_models.go 初始配置,定一些项目规则 il y a 6 ans
service_models.go 初始配置,定一些项目规则 il y a 6 ans
subscibe_state_models.go 初始配置,定一些项目规则 il y a 6 ans

Readme.md

这个文件夹下只定义数据库相关的 model;
其他如 view model 则在具体的 controller 或 service 中定义;
避免因为 model 太多而导致混乱和难查;