فهرست منبع

ADD: [manufacturer] dto

portowyi 2 سال پیش
والد
کامیت
a61fe2df8a
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      src/manufacturer/dto/manufacturer.dto.ts

+ 5 - 0
src/manufacturer/dto/manufacturer.dto.ts

@@ -0,0 +1,5 @@
+export class ManufacturerDto {
+  id: string;
+  name: string;
+  code: string;
+}