管道基础大数据平台系统开发-【后端】-Server
13693261870
2023-09-20 9e80b0e01501851a2e37d3612d6f0fc03f58ce8d
src/main/java/com/lf/server/entity/ctrl/KeyValueEntity.java
@@ -12,6 +12,11 @@
    public KeyValueEntity() {
    }
    public KeyValueEntity(String key, String value) {
        this.key = key;
        this.value = value;
    }
    public String getKey() {
        return key;
    }