entity.go 106 B

1234567
  1. package entity
  2. import "regexp"
  3. var (
  4. RegWinner = regexp.MustCompile(".+[司院厂所心处普学]$")
  5. )