新增多证书模板管理流程
This commit is contained in:
10
backend/app/schemas/certificate_template.py
Normal file
10
backend/app/schemas/certificate_template.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class CertificateTemplateOut(BaseModel):
|
||||
code: str
|
||||
name: str
|
||||
description: str
|
||||
dynamic_fields: list[str]
|
||||
preview_url: str
|
||||
status: str
|
||||
Reference in New Issue
Block a user