dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
manage模块 添加组织增删改功能 查待完成
kaiyu
2021-03-25
3b72f1f4dd46191857583a166d5b67722c6b118e
[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 {
}