lottery.go 118 B

1234567
  1. package lottery
  2. //Notice str
  3. type Notice struct {
  4. BizID int64 `json:"business_id"`
  5. Status int `json:"status"`
  6. }