jiangshuai
2023-11-22 d1fa69153ac1e7536291d5a999564f5a8b3bac3c
1
2
3
4
5
6
7
8
9
10
11
12
package constvar
type FileQueryClass string
 
const (
    FileQueryClassExpireLessThen60Days FileQueryClass = ""
)
 
type FileKeywordType string
 
const (
    FileKeywordCustomerName   FileKeywordType = ""
)