feat: 邮件模版

This commit is contained in:
puhui999
2025-04-03 23:33:23 +08:00
parent 83ae8ce3fa
commit c0317477c1
5 changed files with 560 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ export namespace SystemMailTemplateApi {
nickname: string;
title: string;
content: string;
params: string;
params: string[];
status: number;
remark: string;
createTime: Date;