修改了排序

This commit is contained in:
wucongxing8150 2025-08-06 11:59:46 +08:00
parent a0aa28ee88
commit 4767df4073

View File

@ -8,7 +8,7 @@ import net.lab1024.sa.common.common.domain.PageParam;
public class StatisticsExpertQueryForm extends PageParam {
@ApiModelProperty(value = "排序")
private int sort;
private int sort = 0;
@ApiModelProperty(value = "省份")
private Long provId;