This website works better with JavaScript
Home
Explore
Help
Sign In
schyogolev
/
price-management-v2
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
ADD: [manufacturer] dto
portowyi
2 years ago
parent
c674143434
commit
a61fe2df8a
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
src/manufacturer/dto/manufacturer.dto.ts
+ 5
- 0
src/manufacturer/dto/manufacturer.dto.ts
View File
@@ -0,0 +1,5 @@
+export class ManufacturerDto {
+ id: string;
+ name: string;
+ code: string;
+}