This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
schyogolev
/
price-management-v2
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
ADD: [manufacturer] dto
portowyi
il y a 2 ans
Parent
c674143434
commit
a61fe2df8a
1 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
5
0
src/manufacturer/dto/manufacturer.dto.ts
+ 5
- 0
src/manufacturer/dto/manufacturer.dto.ts
Voir le fichier
@@ -0,0 +1,5 @@
+export class ManufacturerDto {
+ id: string;
+ name: string;
+ code: string;
+}