feat:export entry data

This commit is contained in:
zzs 2025-03-10 11:39:33 +08:00
parent bbf9170a03
commit ef8c067f94

View File

@ -52,8 +52,8 @@ public class DealerRegistrationModel {
@ExcelColumnSelect(dictType = DictTypeConstants.INTENTION_OPTION)
private String yem_intentionality;
@ExcelProperty(value = "转换客户", converter = DictConvert.class)
@DictFormat(DictTypeConstants.BOOLEAN_OPTION)
@ExcelColumnSelect(dictType = DictTypeConstants.BOOLEAN_OPTION)
private Boolean yem_switching;
// @ExcelProperty(value = "转换客户", converter = DictConvert.class)
// @DictFormat(DictTypeConstants.BOOLEAN_OPTION)
// @ExcelColumnSelect(dictType = DictTypeConstants.BOOLEAN_OPTION)
// private Boolean yem_switching;
}