fix
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
|
||||
# 模板表
|
||||
from python_core.kv import kv
|
||||
from .db import Db
|
||||
|
||||
|
||||
# 模板管理
|
||||
# 实现模板的增删改查
|
||||
# 主键 是模板的ID uuid
|
||||
class TemplateDb(Db):
|
||||
|
||||
def __init__(self):
|
||||
self.key = "templates"
|
||||
self.key = "template"
|
||||
pass
|
||||
Reference in New Issue
Block a user