PersonnelRequestVo.java
358 Bytes
package com.ruoyi.pojo.request;
import lombok.Data;
@Data
public class PersonnelRequestVo {
String appType;
String systemToken;
String userId;
String formUuid;
/**
* 非必须
*/
String searchFieldJson;
/**
* 非必须
*/
Integer currentPage;
/**
* 非必须
*/
Integer pageSize;
}