正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论