Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Female 女性 Female = 0 // Male 男性 Male = 1 )
Variables ¶
View Source
var ( // ErrUnexpected 校验意外错误 ErrUnexpected = errors.New("参数校验出错") )
Functions ¶
Types ¶
type CorpAccount ¶
type CorpAccount string
CorpAccount 企业对公账户
func NewCorpAccount ¶
func NewCorpAccount(corpaccount string) CorpAccount
NewCorpAccount 新建企业对公账户校验器
Click to show internal directories.
Click to hide internal directories.