zhangqian
2023-08-25 30eaec8c41e167b0d5527dbcc987fba222f31b93
1
2
3
4
5
6
7
8
9
10
11
12
package constvar
type PlcBrandQueryClass string
 
const (
    PlcBrandQueryClassExpireLessThen60Days PlcBrandQueryClass = ""
)
 
type PlcBrandKeywordType string
 
const (
    PlcBrandKeywordCustomerName   PlcBrandKeywordType = ""
)