liujiandao
2023-12-19 981681b3cc96d3f8e90ce5e358e1540d02f9f5d9
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 = ""
)