dashboard
repositories
filestore
activity
search
login
main
/
testFourierSpecialGasMonitor
傅里叶测试—后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
“djh”
2025-07-30
55b8adf7b267993ed964e394ace3b57f45faed83
[testFourierSpecialGasMonitor.git]
/
src
/
main
/
java
/
com
/
gkhy
/
testFourierSpecialGasMonitor
/
entity
/
req
/
DelGasWarnUserByIdReqDTO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.gkhy.testFourierSpecialGasMonitor.entity.req;
import lombok.Data;
/**
* @author Mr.huang
* @decription
* @date 2023/8/9 15:09
*/
@Data
public class DelGasWarnUserByIdReqDTO {
private Long id;
}