fix
zhangqian
2023-08-25 0b4ea890e5483afcc34c8d33533f0f531b95e288
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 = ""
)