whyclxw
2 天以前 cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7
src/main/java/com/whyc/pojo/SOPProduct.java
@@ -15,6 +15,7 @@
    /**sop id*/
    private Integer sopId;
    public Integer getId() {
        return id;
    }
@@ -46,4 +47,5 @@
    public void setSopId(Integer sopId) {
        this.sopId = sopId;
    }
}