bvc.go 98 B

12345678
  1. package model
  2. // BVCRecord .
  3. type BVCRecord struct {
  4. SVID int64
  5. FLowID string
  6. Type int8
  7. }