作者 郑周

1. 模型补充公司ID

@@ -7,6 +7,7 @@ import ( @@ -7,6 +7,7 @@ import (
7 "gorm.io/plugin/soft_delete" 7 "gorm.io/plugin/soft_delete"
8 ) 8 )
9 9
  10 +// MessageBusiness 消息中心业务
10 type MessageBusiness struct { 11 type MessageBusiness struct {
11 Id int64 // 唯一标识 12 Id int64 // 唯一标识
12 CompanyId int64 `json:"companyId"` // 公司ID 13 CompanyId int64 `json:"companyId"` // 公司ID
@@ -7,6 +7,7 @@ import ( @@ -7,6 +7,7 @@ import (
7 "gorm.io/plugin/soft_delete" 7 "gorm.io/plugin/soft_delete"
8 ) 8 )
9 9
  10 +// MessageSystem 消息中心-系统消息
10 type MessageSystem struct { 11 type MessageSystem struct {
11 Id int64 // 唯一标识 12 Id int64 // 唯一标识
12 CompanyId int64 `json:"companyId"` // 公司ID 13 CompanyId int64 `json:"companyId"` // 公司ID