|
|
@@ -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() {
|