public @interface AttachmentType
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
fileSeparator |
String[] |
fileTypes |
AttachmentType.ImageType |
imageType |
int |
maxLimit |
String |
path |
long |
size
单位KB
|
AttachmentType.Type |
type |
public abstract String path
public abstract String[] fileTypes
public abstract AttachmentType.Type type
public abstract AttachmentType.ImageType imageType
public abstract String fileSeparator
Copyright © 2020. All rights reserved.