package
Version:
v0.0.0-...-eb4a020
Opens a new window with list of versions in this module.
Published: May 11, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UserDTO struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
Version string `json:"version"`
CTime string `json:"ctime"`
MTime string `json:"mtime"`
}
UserDTO use的dto定义,用于api层
Source Files
¶
Click to show internal directories.
Click to hide internal directories.