vo.go 121 B

1234567
  1. package settings
  2. type ListVo struct {
  3. Prefix string
  4. // 0 表示禁用,1表示启用,-1 表示全部
  5. Enable int
  6. }