xuhy
2025-03-06 c681ff23a12b9a5a5f06aa6a046b6787f47d8ca2
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.system.bo;
 
import lombok.Data;
 
@Data
public class ProcessTemplatePageBO {
 
    private Integer currentPage;
    private Integer pageSize;
    private String name;
 
}