xuhy
3 天以前 33fea8cb7804ba9ee45a1c832907cbde5f336444
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;
 
}