This website requires JavaScript.
Explore
Help
Sign In
digimon
/
app-cloudep-wallet-service
Watch
3
Star
0
Fork
You've already forked app-cloudep-wallet-service
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4f6262d489
app-cloudep-wallet-service
/
pkg
/
domain
/
wallet
/
business_name.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
add wallet
2025-04-10 09:33:09 +00:00
package
wallet
type
BusinessName
string
feat: add mysql lib
2025-04-16 09:24:54 +00:00
func
(
b
BusinessName
)
ToInt8
(
)
int8
{
return
int8
(
0
)
}