管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-15 9c8e92eb65eb8dbc597b2835353ca4d59617eb11
src/main/java/com/lf/server/entity/ctrl/MarkJsonEntity.java
@@ -20,6 +20,10 @@
    public MarkJsonEntity() {
    }
    public MarkJsonEntity(Integer id) {
        this.id = id;
    }
    public Integer getId() {
        return id;
    }