dashboard
repositories
filestore
activity
search
login
main
/
HuaTaiFourierSpecialGasMonitor
华泰-傅里叶后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
初始化华泰傅里叶
zhangf
2024-08-08
71706ced3375f4c18148516d0477d8fd645de2ee
[HuaTaiFourierSpecialGasMonitor.git]
/
src
/
main
/
java
/
com
/
gkhy
/
huataiFourierSpecialGasMonitor
/
entity
/
req
/
DelGasWarnUserByIdReqDTO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.gkhy.huataiFourierSpecialGasMonitor.entity.req;
import lombok.Data;
/**
* @author Mr.huang
* @decription
* @date 2023/8/9 15:09
*/
@Data
public class DelGasWarnUserByIdReqDTO {
private Long id;
}