This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
schyogolev
/
price-management-v2
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
ADD: [manufacturer] dto
portowyi
2 anos atrás
pai
c674143434
commit
a61fe2df8a
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
5
0
src/manufacturer/dto/manufacturer.dto.ts
+ 5
- 0
src/manufacturer/dto/manufacturer.dto.ts
Ver arquivo
@@ -0,0 +1,5 @@
+export class ManufacturerDto {
+ id: string;
+ name: string;
+ code: string;
+}