新增一般材料的导入
This commit is contained in:
parent
276b4a0071
commit
3e96d36b36
|
|
@ -22,7 +22,7 @@
|
|||
// // 辐射敏感均值曲线
|
||||
// @Test
|
||||
// public void addFsmgjz() {
|
||||
// List<String> parentIds = ListUtil.of("100424", "100436", "100437", "100438", "100439", "100440");
|
||||
// List<String> parentIds = ListUtil.of("100574");
|
||||
// String filePath = "D:\\datas\\struct\\辐射敏感均值曲线.txt";
|
||||
// add(parentIds, filePath);
|
||||
// }
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
// // 辐射敏感峰值曲线
|
||||
// @Test
|
||||
// public void addFsmgfz() {
|
||||
// List<String> parentIds = ListUtil.of("100425", "100441", "100442", "100443", "100444", "100445");
|
||||
// List<String> parentIds = ListUtil.of("100575");
|
||||
// String filePath = "D:\\datas\\struct\\辐射敏感峰值曲线.txt";
|
||||
// add(parentIds, filePath);
|
||||
// }
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
// // 传导敏感限值
|
||||
// @Test
|
||||
// public void addCdmgxz() {
|
||||
// List<String> parentIds = ListUtil.of("100423", "100431", "100432", "100433", "100434", "100435");
|
||||
// List<String> parentIds = ListUtil.of("100573");
|
||||
// String filePath = "D:\\datas\\struct\\传导敏感限值.txt";
|
||||
// add(parentIds, filePath);
|
||||
// }
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
// // PEC
|
||||
// @Test
|
||||
// public void addPec() {
|
||||
// List<String> parentIds = ListUtil.of("100060");
|
||||
// List<String> parentIds = ListUtil.of("100578");
|
||||
// String filePath = "D:\\datas\\struct\\PEC.txt";
|
||||
// add(parentIds, filePath);
|
||||
// }
|
||||
|
|
@ -70,11 +70,19 @@
|
|||
// // 色散材料
|
||||
// @Test
|
||||
// public void addSscl() {
|
||||
// List<String> parentIds = ListUtil.of("100058");
|
||||
// List<String> parentIds = ListUtil.of("100577");
|
||||
// String filePath = "D:\\datas\\struct\\色散材料.txt";
|
||||
// add(parentIds, filePath);
|
||||
// }
|
||||
//
|
||||
// // 一般材料
|
||||
// @Test
|
||||
// public void addybcl() {
|
||||
// List<String> parentIds = ListUtil.of("100576");
|
||||
// String filePath = "D:\\datas\\struct\\一般材料.txt";
|
||||
// add(parentIds, filePath);
|
||||
// }
|
||||
//
|
||||
// private void add(List<String> parentIds, String filePath) {
|
||||
// List<String> lines = FileUtil.readLines(filePath, Charset.defaultCharset());
|
||||
// for (String parendId : parentIds) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue