|
@@ -7,6 +7,8 @@ import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.HashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
@@ -107,9 +109,16 @@ public class CommonEntity extends BaseEntity implements Serializable {
|
|
|
}
|
|
|
|
|
|
public CommonEntity() {
|
|
|
+ this.basicMap = new HashMap<>();
|
|
|
+ this.queryMap = new HashMap<>();
|
|
|
+ this.conditionMap = new HashMap<>();
|
|
|
+ this.resultMap = new HashMap<>();
|
|
|
+ this.commMap = new HashMap<>();
|
|
|
+ this.addListMap = new ArrayList<>();
|
|
|
+ this.execlMap = "";
|
|
|
+ this.btnParametersMap = new HashMap<>();
|
|
|
}
|
|
|
|
|
|
-
|
|
|
public Map<String, Object> getBasicMap() {
|
|
|
return basicMap;
|
|
|
}
|