organization limit for quota - get org childs
This commit is contained in:
14
apps/pos_device/models.py
Normal file
14
apps/pos_device/models.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from django.db import models
|
||||
from apps.core.models import BaseModel
|
||||
|
||||
|
||||
class PaymentCompany(BaseModel):
|
||||
pass
|
||||
|
||||
|
||||
class Device(BaseModel):
|
||||
pass
|
||||
|
||||
|
||||
class Sessions(BaseModel):
|
||||
pass
|
||||
Reference in New Issue
Block a user