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; } }