whycxzp
2021-03-17 1fc5c5b72db71c8c36c7d64950e2795cc8a5b3ac
src/main/java/com/whyc/pojo/ApplicationConfig.java
@@ -26,8 +26,6 @@
    private Double y;
    /**模块图表展示类型*/
    private String type;
    /**所属用户*/
    private Integer userId;
    public Integer getId() {
        return id;
@@ -95,14 +93,4 @@
        this.type = type;
    }
    /**传入的时候可以接收,传出的时候无需传递*/
    //@Transient
    public Integer getUserId() {
        return userId;
    }
    @Transient
    public void setUserId(Integer userId) {
        this.userId = userId;
    }
}