feat:用户添加校验

new-exam
wangxy 5 months ago
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…
Cancel
Save