newEntity.go 437 B

1234567891011121314151617
  1. package entity
  2. type MsgGroup struct {
  3. Name string `ch:"name"`
  4. GroupId int32 `ch:"group_id"`
  5. Switch string `ch:"switch"`
  6. Img string `ch:"img"`
  7. Sequence int32 `ch:"sequence"`
  8. Msg_type int32 `ch:"msg_type"`
  9. }
  10. type GroupClass struct {
  11. Switch string `ch:"switch"`
  12. Wxtmpl_Id string `ch:"wxtmpl_Id"`
  13. Msg_type int32 `ch:"msg_type"`
  14. Msg_name string `ch:"msg_name"`
  15. Wxtmp_value string `ch:"wxtmp_value"`
  16. }