package
Version:
v0.7.2
Opens a new window with list of versions in this module.
Published: May 1, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Type = businessType{
UnKnow: enum.New[TypeEnum](0, "未知业务"),
Operator: enum.New[TypeEnum](1, "运营商"),
Facilitator: enum.New[TypeEnum](2, "服务商"),
Member: enum.New[TypeEnum](4, "消费者"),
WeBusiness: enum.New[TypeEnum](8, "微商"),
Merchant: enum.New[TypeEnum](16, "商户"),
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.