scrm-go
xiaoming_global 278a28caaf 微网站 il y a 4 ans
..
Readme.md 初始配置,定一些项目规则 il y a 5 ans
activity_models.go 微网站 il y a 4 ans
admin_user_models.go 初始配置,定一些项目规则 il y a 5 ans
article_models.go 微网站 il y a 4 ans
district_models.go 添加机构信息模块 il y a 5 ans
illness_models.go 添加会员 il y a 5 ans
org_fans_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
site_models.go 微网站 il y a 4 ans
sms_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
wechat_models.go 公众号菜单:上传微信公众号素材永久图片,图库 il y a 5 ans

Readme.md

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