Browse Source

修改列表参数

anderx 3 years ago
parent
commit
c0373c21d6
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/main/java/com/goafanti/order/bo/InputProjectSotp.java

+ 5 - 5
src/main/java/com/goafanti/order/bo/InputProjectSotp.java

@@ -19,15 +19,15 @@ public class InputProjectSotp {
     @NotNull(message = "{"+ ErrorConstants.PARAM_EMPTY_ERROR+"}")
     private String annexUrl;
 
-    private Long soptId;
+    private Long stopId;
 
 
-    public Long getSoptId() {
-        return soptId;
+    public Long getStopId() {
+        return stopId;
     }
 
-    public void setSoptId(Long soptId) {
-        this.soptId = soptId;
+    public void setStopId(Long stopId) {
+        this.stopId = stopId;
     }
 
     public Integer getType() {