mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add model for InvenTreePartAttachment
This commit is contained in:
parent
40805b2aff
commit
ffd423cf9a
5 changed files with 78 additions and 32 deletions
|
|
@ -9,9 +9,6 @@ import 'model.dart';
|
|||
|
||||
class InvenTreeCompany extends InvenTreeModel {
|
||||
|
||||
@override
|
||||
String NAME = "Company";
|
||||
|
||||
@override
|
||||
String get URL => "company/";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue