This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
shuzhihua
/
pms-iot-vue
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
d62bbcdd92
Ramos
Etiquetas
master
workordering
pms-iot-vue
/
src
/
api
/
mall
/
statistics
/
common.ts
common.ts
103 B
Histórico
Em bruto
1
2
3
4
5
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
value: T
reference: T
}