feat(邮件): 添加专属邮件

This commit is contained in:
luying
2023-04-06 17:36:44 +08:00
parent ec65f880b7
commit 579ee7846f
7 changed files with 17 additions and 6 deletions
+1
View File
@@ -45,6 +45,7 @@ export class UpdateMailParams {
}
this.receivers = obj.receivers;
this.reason = obj.reason;
this.isSp = obj.isSp;
}
checkParams() {