苍穹外卖初始化代码
This commit is contained in:
19
sky-pojo/src/main/java/com/sky/dto/EmployeePageQueryDTO.java
Normal file
19
sky-pojo/src/main/java/com/sky/dto/EmployeePageQueryDTO.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package com.sky.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class EmployeePageQueryDTO implements Serializable {
|
||||
|
||||
//员工姓名
|
||||
private String name;
|
||||
|
||||
//页码
|
||||
private int page;
|
||||
|
||||
//每页显示记录数
|
||||
private int pageSize;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user