dashboard
repositories
filestore
activity
search
login
main
/
jfptht-public
洪城义警-正式版后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/master'
zengh
2021-11-05
b39cc2beacc1ec2e37cff349cae42e420105c8a6
[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;
}