This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
schyogolev
/
price-management-v2
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
ADD: [manufacturer] dto
portowyi
hace 2 años
padre
c674143434
commit
a61fe2df8a
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
src/manufacturer/dto/manufacturer.dto.ts
+ 5
- 0
src/manufacturer/dto/manufacturer.dto.ts
Ver fichero
@@ -0,0 +1,5 @@
+export class ManufacturerDto {
+ id: string;
+ name: string;
+ code: string;
+}