This website works better with JavaScript
Home
Explore
Help
Register
Sign In
open-wechat
/
wechat-oplatform-sdk
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
1
Commit
1
Branch
Tree:
8839a41f57
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '8839a41f57'
${ noResults }
wechat-oplatform-sdk
/
entity
/
entity.go
entity.go
88B
History
Raw
1
2
3
4
5
6
package entity
// Enum 通用枚举类型
type Enum struct {
ID float64 `json:"id"`
}