SealFoot.go 104 B

1234567
  1. package common
  2. type SealFoot struct {
  3. // 【文字内容】文字内容
  4. Text string `json:"text"`
  5. }