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
2022-02-22
b4a26dbdfbb5d8c12ae1e0fc14f998aebbf05af4
[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;
}