scrm-go
庄逸洲 aff04d7282 活动编辑接口 il y a 5 ans
..
Readme.md 初始配置,定一些项目规则 il y a 5 ans
activity_models.go 活动编辑接口 il y a 5 ans
admin_user_models.go 初始配置,定一些项目规则 il y a 5 ans
article_models.go 文章列表页面的开发 il y a 5 ans
district_models.go 添加机构信息模块 il y a 5 ans
illness_models.go 添加会员 il y a 5 ans
org_models.go 添加会员 il y a 5 ans
purview_models.go 初始配置,定一些项目规则 il y a 5 ans
role_models.go 初始配置,定一些项目规则 il y a 5 ans
service_models.go 初始配置,定一些项目规则 il y a 5 ans
subscibe_state_models.go 初始配置,定一些项目规则 il y a 5 ans
user_customer_models.go 会员管理-列表 il y a 5 ans
user_membership_card_models.go 添加会员 il y a 5 ans
user_models.go 添加会员 il y a 5 ans
user_tag_models.go 添加会员 il y a 5 ans

Readme.md

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