1:修改maat类测试程序
2:添加unmaat类测试程序
This commit is contained in:
@@ -342,4 +342,15 @@ public class ServiceAndRDBIndexReal {
|
||||
public static Integer getValveDBIndex() {
|
||||
return valveDBIndex;
|
||||
}
|
||||
|
||||
public static Map<Integer, String> getUnMaatSercieNameMap() {
|
||||
return unMaatSercieNameMap;
|
||||
}
|
||||
|
||||
public static void setUnMaatSercieNameMap(Map<Integer, String> unMaatSercieNameMap) {
|
||||
ServiceAndRDBIndexReal.unMaatSercieNameMap = unMaatSercieNameMap;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user