@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ExcelEntity
String
id
name
boolean
show
public abstract String id
public abstract String name
public abstract boolean show
Copyright © 2017 Lumer. All Rights Reserved.