This commit is contained in:
2024-11-17 18:42:22 +09:00
parent dd814993f1
commit 15cc48cd40
3 changed files with 52 additions and 2 deletions

View File

@@ -162,4 +162,12 @@ class Event(Base):
class ErrorCreate(BaseModel):
title:str
location:str
content:str
content:str
class OperationCreate(BaseModel):
tenantid:str
domainurl:str
userid:int
operation:str
function:str
detail:str