Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/cca18b50c5c4b19bcb0e7e455d724feef4b95102 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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