parent
765fe6f253
commit
cca18b50c5
@ -0,0 +1,29 @@
|
||||
package com.ruoyi.system.domain;
|
||||
|
||||
|
||||
import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
* @author 聪明笨狗
|
||||
* @since 2020-07-25 16:18
|
||||
*/
|
||||
@Data
|
||||
public class UserCheckDTO implements Serializable {
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
private Long deptId;
|
||||
|
||||
private Long roleId;
|
||||
|
||||
private String roleKey;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in new issue