dashboard
repositories
filestore
activity
search
login
main
/
FourierSpecialGasMonitor
傅里叶后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
数据导出
16639036659
2024-07-16
19514ff362a94a611888f371ffc43a00ec21a38a
[FourierSpecialGasMonitor.git]
/
src
/
main
/
java
/
com
/
gkhy
/
fourierSpecialGasMonitor
/
entity
/
query
/
FindGasWarnUserPageQuery.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.gkhy.fourierSpecialGasMonitor.entity.query;
import lombok.Data;
/**
* @author Mr.huang
* @decription
* @date 2023/8/9 13:49
*/
@Data
public class FindGasWarnUserPageQuery {
private String realName;
}