从山证v2.3.0拷贝
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using YLErp.MailKit;
|
||||
|
||||
namespace YLErp.Modules.AppModule
|
||||
{
|
||||
public class SmtpConfigExt : SmtpConfig
|
||||
{
|
||||
public IEnumerable<SmtpConfig> OtherUsers { get; set; }
|
||||
|
||||
public SmtpConfigExt Clone()
|
||||
{
|
||||
return (SmtpConfigExt)MemberwiseClone();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user