perf: 修改 base

This commit is contained in:
ibuler
2022-04-20 10:15:20 +08:00
parent 832228e184
commit 54e772741b
9 changed files with 64 additions and 98 deletions

View File

@@ -0,0 +1,5 @@
from common.db.models import JMSBaseModel
class Protocol(JMSBaseModel):
pass