dashboard
repositories
filestore
activity
search
login
admin
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
角色配置空菜单
lizijie
2021-04-23
5cc8b3391df3b351dc3427ba3d4bc335af287754
[~admin/moral.git]
/
screen-manage
/
src
/
main
/
java
/
com
/
moral
/
api
/
pojo
/
form
/
user
/
UserInsertForm.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.moral.api.pojo.form.user;
/**
* @ClassName UserInsertForm
* @Description TODO
* @Author 陈凯裕
* @Date 2021/3/22 14:05
* @Version TODO
**/
public class UserInsertForm {
}