mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-23 00:38:39 +00:00
perf: 添加 types
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from django.db import models
|
||||
|
||||
from .common import Asset
|
||||
|
||||
|
||||
class RemoteApp(Asset):
|
||||
pass
|
||||
app_path = models.CharField(max_length=1024, verbose_name=_("App path"))
|
||||
attrs = models.JSONField(default=dict, verbose_name=_('Attrs'))
|
||||
|
Reference in New Issue
Block a user