whyclxw
2 天以前 cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7
src/main/java/com/whyc/pojo/SOP.java
@@ -42,6 +42,8 @@
    /**通用表示(0:非通用,1:通用)*/
    private int currentFlag;
    /**是否有效*/
    private Integer status;
    /**
     * [
@@ -175,4 +177,12 @@
    public void setCurrentFlag(int currentFlag) {
        this.currentFlag = currentFlag;
    }
    public Integer getStatus() {
        return status;
    }
    public void setStatus(Integer status) {
        this.status = status;
    }
}