jiangshuai
2023-11-21 68bb7ca9af76f83028da94c53436da679e00f067
1
2
3
4
5
6
7
8
9
10
11
12
package constvar
type PriorityLevelQueryClass string
 
const (
    PriorityLevelQueryClassExpireLessThen60Days PriorityLevelQueryClass = ""
)
 
type PriorityLevelKeywordType string
 
const (
    PriorityLevelKeywordCustomerName   PriorityLevelKeywordType = ""
)