This website works better with JavaScript.
Home
Help
Sign In
lucas2
/
goInOut
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
数据 输入输出 处理
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56
Commits
2
Branches
0
Tags
1.3 MiB
Branch:
dev
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dev'
${ noResults }
goInOut
/
models
/
aggWay.go
7 lines
87 B
Raw
Permalink
Normal View
History
update 添加gnss 数据获取
3 weeks ago
package
models
type
AggWay
struct
{
Id
int64
`
db:"id"
`
Name
string
`
db:"name"
`
}