msg.go 92 B

12345678
  1. package model
  2. // MSG .
  3. type MSG struct {
  4. Code string
  5. Title string
  6. Content string
  7. }