dcs 1 سال پیش
والد
کامیت
c94d59b49c
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      virgo.api/src/main/java/com/bosshand/virgo/api/model/Merchant.java

+ 6 - 0
virgo.api/src/main/java/com/bosshand/virgo/api/model/Merchant.java

@@ -116,7 +116,13 @@ public class Merchant {
         this.registeredCapital = registeredCapital;
     }
 
+    public Integer getStatus() {
+        return status;
+    }
 
+    public void setStatus(Integer status) {
+        this.status = status;
+    }
 
     public String getData() {
         return data;