# Class: MailAttachmentConf

MailAttachmentConf()

邮件附件物品 配置信息

# Accessors

# customInt

get customInt(): Long | undefined

自定义整型

# 返回值:

Long | undefined


# customStr

get customStr(): string | undefined

自定义字符串

# 返回值:

string | undefined


# description

get description(): string | undefined

附件物品描述

# 返回值:

string | undefined


# id

get id(): number

# 返回值:

number


# name

get name(): string

附件物品名称

# 返回值:

string


# resPath

get resPath(): string | undefined

todo 资源对应的图片?

# 返回值:

string | undefined