msg.go 105 B

12345678
  1. package model
  2. type Msg struct {
  3. UserIdSend int
  4. UserIdRcv int
  5. Title string
  6. Content string
  7. }