身份类型

This commit is contained in:
18895359881@163.com 2022-04-20 16:45:59 +08:00
parent ad3af977ab
commit e66defc3a2
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public class TaxDeclarationExcelServiceImpl extends Service implements TaxDeclar
List<Object> row = new ArrayList<>();
row.add(dto.getSeq());
row.add(dto.getEmployeeName());
row.add(dto.getIdCardType());
row.add(dto.getIdCardNo());
row.add(dto.getTaxpayerIdNo());
row.add(dto.getResidentType());