feat:export entry data
This commit is contained in:
parent
bbf9170a03
commit
ef8c067f94
@ -52,8 +52,8 @@ public class DealerRegistrationModel {
|
|||||||
@ExcelColumnSelect(dictType = DictTypeConstants.INTENTION_OPTION)
|
@ExcelColumnSelect(dictType = DictTypeConstants.INTENTION_OPTION)
|
||||||
private String yem_intentionality;
|
private String yem_intentionality;
|
||||||
|
|
||||||
@ExcelProperty(value = "转换客户", converter = DictConvert.class)
|
// @ExcelProperty(value = "转换客户", converter = DictConvert.class)
|
||||||
@DictFormat(DictTypeConstants.BOOLEAN_OPTION)
|
// @DictFormat(DictTypeConstants.BOOLEAN_OPTION)
|
||||||
@ExcelColumnSelect(dictType = DictTypeConstants.BOOLEAN_OPTION)
|
// @ExcelColumnSelect(dictType = DictTypeConstants.BOOLEAN_OPTION)
|
||||||
private Boolean yem_switching;
|
// private Boolean yem_switching;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user