fix
wangpengfei
2023-08-09 d2c1d8192b60d6981f0a743ef9cab8e37496e6a3
1
2
3
4
5
6
7
8
9
10
11
12
package constvar
type BankAccountQueryClass string
 
const (
    BankAccountQueryClassExpireLessThen60Days BankAccountQueryClass = ""
)
 
type BankAccountKeywordType string
 
const (
    BankAccountKeywordCustomerName   BankAccountKeywordType = ""
)