dashboard
repositories
filestore
activity
search
login
admin
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
screen-manage 字典模块 缓存模块
kaiyu
2021-04-16
895136cb544ae2f46cd76d184ec14760e82353a7
[~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 {
}