dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
油井数量
aijinhui
2024-04-12
5b992c91e2794311d5fc7cfc91cd68d9aed2573a
[~liusuyi/ruoyi-api.git]
/
ard-work
/
src
/
main
/
java
/
com
/
ruoyi
/
sy
/
param
/
AddRtuParam.java
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.sy.param;
import lombok.Data;
@Data
public class AddRtuParam {
private String carId;
private Integer installType; //装油点 0施封 1解封
private Integer unloadType; //卸油点 0施封 1解封
}