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
2
Commits
1
Branch
Tree:
eabf218566
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'eabf218566'
${ noResults }
wechat-oplatform-sdk
/
entities
/
entity.go
entity.go
90B
History
Raw
1
2
3
4
5
6
package entities
// Enum 通用枚举类型
type Enum struct {
ID float64 `json:"id"`
}