管道基础大数据平台系统开发-【后端】-Server
1
sws
2022-11-23 ae598aa11e4381efad31f7a41b20932ba86017ae
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;
    }