liujiandao
2023-12-22 a3b9900dd265ebd2d35b78dd1eb7c4e906d67216
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 = ""
)