个税扣缴义务人排序
This commit is contained in:
parent
0d3a48e7ea
commit
1584a27fe8
|
|
@ -29,6 +29,9 @@ public class TaxAgentFormDTO {
|
|||
//管理员
|
||||
private List<TaxAgentEmployeeOptionDTO> adminUserIds;
|
||||
|
||||
//排序
|
||||
private Integer sortedIndex;
|
||||
|
||||
//备注
|
||||
private String description;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue