fix
zhangqian
2023-10-13 2b3a8140d6ca91cfb9f5aefcb6db067a8284215c
1
2
3
4
5
6
7
8
9
10
11
12
package constvar
type FaqQueryClass string
 
const (
    FaqQueryClassExpireLessThen60Days FaqQueryClass = ""
)
 
type FaqKeywordType string
 
const (
    FaqKeywordCustomerName   FaqKeywordType = ""
)