@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface UploadVerify
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
requireCellValue
Whether the cell must have a value
|
boolean |
requireRowValue
Whether the row must have a value
|
boolean |
verifyTitleLength
Verify that the length of the header is consistent with what is required for uploading
|
public abstract boolean verifyTitleLength
Copyright © 2019. All rights reserved.