1:修改maat类测试程序

2:添加unmaat类测试程序
This commit is contained in:
RenKaiGe-Office
2018-08-16 18:43:29 +08:00
parent 09b33e529e
commit d5e423fca6
3 changed files with 564 additions and 353 deletions

View File

@@ -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;
}
}