dashboard
repositories
filestore
activity
search
login
main
/
jfptht-public
洪城义警-正式版后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
密码修改
zengh
2022-09-14
df878618a8882fc057a5863738df43e1fcd878ea
[jfptht-public.git]
/
src
/
main
/
java
/
org
/
springblade
/
modules
/
system
/
vo
/
UserRegisterStatisVO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.springblade.modules.system.vo;
import lombok.Data;
import java.io.Serializable;
@Data
public class UserRegisterStatisVO implements Serializable {
private String region;
private Integer num;
}