企业国别 企业单位返回值total问题

This commit is contained in:
zhaoqing
2026-05-13 19:11:36 +08:00
parent 237e743280
commit d97c837d91
4 changed files with 27 additions and 3 deletions
@@ -32,4 +32,11 @@ public class ErpCountryDTO {
@ApiModelProperty(value = "所属组织ID")
private Long TopOrganizationId;
@ApiModelProperty(value = "页码")
private Integer pageNum = 1;
@ApiModelProperty(value = "每页数量")
private Integer pageSize = 10;
}