加字段

This commit is contained in:
shuo.wang
2025-04-10 18:51:14 +08:00
parent 9c5896fc0a
commit 05d592625e

View File

@@ -31,6 +31,8 @@ public class OpportunityListRequest{
private Integer inspectionStatus ; private Integer inspectionStatus ;
private Integer pageNum = 1; private Integer pageNum = 1;
private Integer pageSize = 20; private Integer pageSize = 20;
@ApiModelProperty("机会点名称")
private String name;