mirror of
https://github.com/himool/HimoolERP.git
synced 2024-11-15 20:06:43 +08:00
10 lines
158 B
Python
10 lines
158 B
Python
from extensions.permissions import ModelPermission
|
|
|
|
|
|
class StockInPermission(ModelPermission):
|
|
code = 'stock_in'
|
|
|
|
|
|
__all__ = [
|
|
'StockInPermission',
|
|
]
|