This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
schyogolev
/
price-management-v2
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
ADD: [manufacturer] dto
portowyi
2 năm trước cách đây
mục cha
c674143434
commit
a61fe2df8a
1 tập tin đã thay đổi
với
5 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
5
0
src/manufacturer/dto/manufacturer.dto.ts
+ 5
- 0
src/manufacturer/dto/manufacturer.dto.ts
Xem Tập Tin
@@ -0,0 +1,5 @@
+export class ManufacturerDto {
+ id: string;
+ name: string;
+ code: string;
+}