个税月度统计详情
This commit is contained in:
parent
e47d9eda1e
commit
76dee330be
|
|
@ -29,11 +29,11 @@ public class TaxDeclarationApiFlowStatisticDetailListDTO {
|
|||
private Long taxAgentId;
|
||||
|
||||
@JsonIgnore
|
||||
@TableTitle(title = "个税扣缴义务人",key = "taxAgentName",dataIndex = "taxAgentName")
|
||||
// @TableTitle(title = "个税扣缴义务人",key = "taxAgentName",dataIndex = "taxAgentName")
|
||||
private String taxAgentName;
|
||||
|
||||
//税款所属期
|
||||
@TableTitle(title = "税款所属期",key = "taxMonth",dataIndex = "税款所属期")
|
||||
@TableTitle(title = "税款所属期",key = "taxMonth",dataIndex = "taxMonth")
|
||||
private String taxMonth;
|
||||
|
||||
//月使用流量数
|
||||
|
|
|
|||
Loading…
Reference in New Issue