双重预防项目-国泰新华二开定制版
heheng
8 天以前 7a9272343fa934b50a64ddc6727b24ce45c92bf8
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;
}