|
@@ -1,6 +1,10 @@
|
|
package org.springblade.manager.formula.impl;
|
|
package org.springblade.manager.formula.impl;
|
|
|
|
|
|
|
|
+import org.springblade.manager.dto.ElementData;
|
|
|
|
+
|
|
import java.util.Hashtable;
|
|
import java.util.Hashtable;
|
|
|
|
+import java.util.List;
|
|
|
|
+import java.util.Map;
|
|
|
|
|
|
/**
|
|
/**
|
|
* @author yangyj
|
|
* @author yangyj
|
|
@@ -8,5 +12,6 @@ import java.util.Hashtable;
|
|
* @description TODO
|
|
* @description TODO
|
|
*/
|
|
*/
|
|
public class CompositeDataAccessGroup {
|
|
public class CompositeDataAccessGroup {
|
|
-
|
|
|
|
|
|
+ List<CompositeDataAccess> list;
|
|
|
|
+ Map<String, ElementData> dataMap;
|
|
}
|
|
}
|