Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ public class TaxDeclarationApiFlowStatisticDetailListDTO {
private Long taxAgentId; private Long taxAgentId;
@JsonIgnore @JsonIgnore
@TableTitle(title = "个税扣缴义务人",key = "taxAgentName",dataIndex = "taxAgentName") // @TableTitle(title = "个税扣缴义务人",key = "taxAgentName",dataIndex = "taxAgentName")
private String taxAgentName; private String taxAgentName;
//税款所属期 //税款所属期
@TableTitle(title = "税款所属期",key = "taxMonth",dataIndex = "税款所属期") @TableTitle(title = "税款所属期",key = "taxMonth",dataIndex = "taxMonth")
private String taxMonth; private String taxMonth;
//月使用流量数 //月使用流量数