This website works better with JavaScript
Home
Explore
Help
Sign In
student-physical-examination
/
contract_lock_sdk
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4e8fbbf721
Branches
Tags
master
contract_loc...
/
model
/
common
/
Result.go
Result.go
122 B
History
Raw
1
2
3
4
5
6
7
package common
type Result struct {
// 【模板页面链接】模板页面链接
Url string `json:"url,omitempty"`
}