mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-25 01:58:37 +00:00
feat:【system 系统功能】邮箱增加抄送、密送,支持多个
This commit is contained in:
@@ -4,7 +4,9 @@ export interface MailLogVO {
|
||||
id: number
|
||||
userId: number
|
||||
userType: number
|
||||
toMail: string
|
||||
toMails: string[]
|
||||
ccMails?: string[]
|
||||
bccMails?: string[]
|
||||
accountId: number
|
||||
fromMail: string
|
||||
templateId: number
|
||||
|
||||
Reference in New Issue
Block a user