【新增】资源管理模块

This commit is contained in:
PandaGoAdmin
2022-01-14 17:37:01 +08:00
parent 9094780f40
commit 6b060d54aa
22 changed files with 619 additions and 36 deletions

View File

@@ -0,0 +1,14 @@
package from
/**
* @Description 添加qq群467890197 交流学习
* @Author 熊猫
* @Date 2022/1/14 16:53
**/
type SendMail struct {
MailId int64 `json:"mailId"`
To string `json:"to"`
Subject string `json:"subject"`
Body string `json:"body"`
}