This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
YG-GROUP
/
younggee_m_api
Seguir
6
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
258b877dc4
Ramas
Etiquetas
XxY
develop
ljl
zhou
younggee_m_api
/
app
/
vo
/
re_talent_category.go
re_talent_category.go
109 B
Histórico
Raw
1
2
3
4
5
6
package vo
type ReTalentCategory struct {
ID int64 `json:"id"`
Category string `json:"category"`
}