个税扣缴义务人排序

This commit is contained in:
Harryxzy 2023-06-06 14:44:00 +08:00
parent 0d3a48e7ea
commit 1584a27fe8
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ public class TaxAgentFormDTO {
//管理员
private List<TaxAgentEmployeeOptionDTO> adminUserIds;
//排序
private Integer sortedIndex;
//备注
private String description;
}