user
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,6 @@
|
||||
package org.nl.system.service.user.dto;
|
||||
|
||||
import lombok.Data;
|
||||
import org.nl.common.domain.BaseQuery;
|
||||
import org.nl.system.service.user.dao.SysUser;
|
||||
|
||||
@@ -7,7 +8,9 @@ import org.nl.system.service.user.dao.SysUser;
|
||||
* @author ZZQ
|
||||
* @Date 2022/12/15 9:53 上午
|
||||
*/
|
||||
@Data
|
||||
public class UserQuery extends BaseQuery<SysUser> {
|
||||
|
||||
private Long DeptId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user