| | |
| | | /** |
| | | * 残疾人证 |
| | | */ |
| | | @ExcelProperty(value = "残疾人证" ,index = 3) |
| | | @Excel(name = "残疾人证等级(必填项)", width = 20, isImportField = "true_st") |
| | | @ExcelProperty(value = "残疾人证类型" ,index = 3) |
| | | @Excel(name = "残疾人证类型(必填项)", width = 20, isImportField = "true_st") |
| | | private String level; |
| | | /** |
| | | * 性别(取字典表国家编码) |
| | |
| | | /** |
| | | * 残疾部位/类别 |
| | | */ |
| | | @ExcelProperty(value = "残疾部位" ,index = 7) |
| | | @Excel(name = "残疾部位(必填项)", width = 20, isImportField = "true_st") |
| | | @ExcelProperty(value = "残疾类别" ,index = 7) |
| | | @Excel(name = "残疾类别(必填项)", width = 20, isImportField = "true_st") |
| | | private String disableType; |
| | | /** |
| | | * 残疾级别 |