This website requires JavaScript.
Explore
Help
Register
Sign In
yixr
/
localhost_oa_based
Watch
1
Star
0
Fork
You've already forked localhost_oa_based
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f3b09bbed4
localhost_oa_based
/
src
/
common
/
dto
/
id.dto.ts
7 lines
96 B
TypeScript
Raw
Blame
History
import
{
IsNumber
}
from
'class-validator'
;
export
class
IdDto
{
@IsNumber
(
)
id
:
number
;
}
Reference in New Issue
View Git Blame
Copy Permalink