作者 郑周

1. 模型补充公司ID

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