liujiandao
2023-12-02 9ec9a4987cb5fe4a3bd39d61029add5c51d3ab92
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 = ""
)