This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
schyogolev
/
price-management-v2
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
ADD: [manufacturer] dto
portowyi
%!s(int64=2) %!d(string=hai) anos
pai
c674143434
achega
a61fe2df8a
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
src/manufacturer/dto/manufacturer.dto.ts
+ 5
- 0
src/manufacturer/dto/manufacturer.dto.ts
Ver ficheiro
@@ -0,0 +1,5 @@
+export class ManufacturerDto {
+ id: string;
+ name: string;
+ code: string;
+}