16639036659
2023-07-13 40b263fb22d260e5d3afffcb6009eabd935aef03
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ruoyi.doublePrevention.entity.dto.req;
 
import lombok.Data;
 
@Data
public class RiskAndPeopleInfoReqBO {
 
    private Integer  pageNum;
 
    private Integer  pageSize;
 
    private String  hazardName;
 
    private String  hazardRank;
 
    private Long  id;
}