From 237fef6b6a0d7f9471cd646e9244b5e4354451a6 Mon Sep 17 00:00:00 2001 From: JIAL <2287346125@qq.com> Date: Thu, 22 Feb 2024 16:51:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E7=85=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/JIAL-ss.log | 1240 +++++++++-------- logs/JIAL-ss.log.2024-02-21.0 | 575 ++++++++ .../zmquotation/controller/ZMController.java | 19 + .../JN/demo/zmquotation/dto/InventoryDto.java | 23 + .../JN/demo/zmquotation/dto/MaterialDto.java | 2 + .../zmquotation/mapper/InventoryMapper.java | 24 + .../zmquotation/service/InventoryService.java | 16 + .../service/impl/InventoryServiceImpl.java | 35 + .../static/zmquotation/css/index.css | 12 + .../resources/static/zmquotation/js/index.js | 7 + .../templates/zmquotation/index.html | 171 ++- .../zmquotation/controller/ZMController.class | Bin 2760 -> 3301 bytes .../demo/zmquotation/dto/InventoryDto.class | Bin 0 -> 2465 bytes .../JN/demo/zmquotation/dto/MaterialDto.class | Bin 8729 -> 9018 bytes .../zmquotation/mapper/InventoryMapper.class | Bin 0 -> 554 bytes .../service/InventoryService.class | Bin 0 -> 280 bytes .../service/impl/InventoryServiceImpl.class | Bin 0 -> 911 bytes .../classes/static/zmquotation/css/index.css | 12 + target/classes/static/zmquotation/js/index.js | 7 + .../classes/templates/zmquotation/index.html | 169 ++- 20 files changed, 1620 insertions(+), 692 deletions(-) create mode 100644 logs/JIAL-ss.log.2024-02-21.0 create mode 100644 src/main/java/com/JN/demo/zmquotation/dto/InventoryDto.java create mode 100644 src/main/java/com/JN/demo/zmquotation/mapper/InventoryMapper.java create mode 100644 src/main/java/com/JN/demo/zmquotation/service/InventoryService.java create mode 100644 src/main/java/com/JN/demo/zmquotation/service/impl/InventoryServiceImpl.java create mode 100644 target/classes/com/JN/demo/zmquotation/dto/InventoryDto.class create mode 100644 target/classes/com/JN/demo/zmquotation/mapper/InventoryMapper.class create mode 100644 target/classes/com/JN/demo/zmquotation/service/InventoryService.class create mode 100644 target/classes/com/JN/demo/zmquotation/service/impl/InventoryServiceImpl.class diff --git a/logs/JIAL-ss.log b/logs/JIAL-ss.log index 754e428..43aa5b2 100644 --- a/logs/JIAL-ss.log +++ b/logs/JIAL-ss.log @@ -1,575 +1,665 @@ -2024-02-21 10:59:19.226 INFO 8212 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 8212 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 10:59:19.230 INFO 8212 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 10:59:21.445 WARN 8212 --- [Druid-ConnectionPool-Create-1999695752] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 10:59:22.898 INFO 8212 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 10:59:22.906 INFO 8212 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 10:59:23.040 WARN 8212 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 10:59:23.308 INFO 8212 --- [main] com.JN.JNApplication : Started JNApplication in 4.585 seconds (JVM running for 6.355) -2024-02-21 10:59:23.316 INFO 8212 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 12:58:40.726 INFO 7692 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 7692 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 12:58:40.729 INFO 7692 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 12:58:43.177 WARN 7692 --- [Druid-ConnectionPool-Create-5987161] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 12:58:44.694 INFO 7692 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 12:58:44.701 INFO 7692 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 12:58:44.826 WARN 7692 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 12:58:45.062 INFO 7692 --- [main] com.JN.JNApplication : Started JNApplication in 5.003 seconds (JVM running for 6.152) -2024-02-21 12:58:45.068 INFO 7692 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:00:38.934 INFO 11180 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11180 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:00:38.937 INFO 11180 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:00:40.961 WARN 11180 --- [Druid-ConnectionPool-Create-238748521] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:00:42.130 INFO 11180 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:00:42.137 INFO 11180 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:00:42.269 WARN 11180 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:00:42.530 INFO 11180 --- [main] com.JN.JNApplication : Started JNApplication in 4.11 seconds (JVM running for 4.979) -2024-02-21 13:00:42.536 INFO 11180 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:00:53.029 INFO 11180 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:00:53.031 INFO 11180 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:00:53.325 INFO 11180 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:00:53.325 INFO 11180 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:00:53.326 INFO 11180 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:00:53.326 INFO 11180 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:01:00.476 INFO 11180 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList -2024-02-21 13:01:00.476 INFO 11180 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 -2024-02-21 13:01:00.773 INFO 11180 --- [http-nio-3333-exec-4] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=江苏省, city=常州市, district=天宁区, kilometers=62, price01=2.3800, price02=2.3800, price03=2.3800, price04=1.8000, price05=1.2000), RegionDto(province=江苏省, city=常州市, district=武进区, kilometers=47, price01=2.3800, price02=2.3800, price03=2.3800, price04=1.8000, price05=1.2000), RegionDto(province=江苏省, city=常州市, district=新北区, kilometers=66, price01=2.3800, price02=2.3800, price03=2.3800, price04=1.8000, price05=1.2000), RegionDto(province=江苏省, city=常州市, district=钟楼区, kilometers=56, price01=2.3800, price02=2.3800, price03=2.3800, price04=1.8000, price05=1.2000), RegionDto(province=江苏省, city=淮安市, district=洪泽区, kilometers=261, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=淮安经济技术开发区, kilometers=277, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=淮安区, kilometers=271, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=淮阴区, kilometers=292, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=金湖县, kilometers=246, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=涟水县, kilometers=312, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=清江浦区, kilometers=288, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=盱眙县, kilometers=232, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=江阴市, district=长泾镇, kilometers=100, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=澄江街道, kilometers=101, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=顾山镇, kilometers=124, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=华士镇, kilometers=107, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=璜土镇, kilometers=73, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=江阴高新技术产业开发区, kilometers=102, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=利港街道, kilometers=83, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=临港经济开发区, kilometers=82, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=南闸街道, kilometers=90, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=青阳园区, kilometers=89, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=青阳镇, kilometers=82, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=申港街道, kilometers=82, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=夏港街道, kilometers=88, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=新桥镇, kilometers=108, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=徐霞客镇, kilometers=95, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=月城镇, kilometers=87, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=云亭街道, kilometers=99, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=周庄镇, kilometers=107, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=祝塘镇, kilometers=101, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=金坛区, district=东城街道, kilometers=33, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=金城镇, kilometers=40, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=儒林镇, kilometers=17, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=西城街道, kilometers=37, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=薛埠镇, kilometers=54, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=尧塘街道, kilometers=34, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=直溪镇, kilometers=53, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=指前镇, kilometers=42, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=朱林镇, kilometers=46, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=溧阳市, district=别桥镇, kilometers=39, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=埭头镇, kilometers=25, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=戴埠镇, kilometers=37, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=古县街道, kilometers=29, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=昆仑街道, kilometers=30, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=溧城街道, kilometers=28, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=南渡镇, kilometers=41, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=上黄镇, kilometers=21, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=上兴镇, kilometers=63, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=社渚镇, kilometers=56, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=天目湖镇, kilometers=39, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=竹箦镇, kilometers=47, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=连云港市, district=东海县, kilometers=431, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=赣榆区, kilometers=431, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=灌南县, kilometers=343, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=灌云县, kilometers=363, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=海州区, kilometers=403, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=连云区, kilometers=423, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=南京市, district=高淳区, kilometers=105, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=鼓楼区, kilometers=142, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=建邺区, kilometers=134, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=江宁区, kilometers=128, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=溧水区, kilometers=90, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=六合区, kilometers=168, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=浦口区, kilometers=149, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=栖霞区, kilometers=144, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=秦淮区, kilometers=137, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=玄武区, kilometers=137, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=雨花台区, kilometers=135, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南通市, district=崇川区, kilometers=166, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=港闸区, kilometers=161, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=海安市, kilometers=208, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=海门市, kilometers=196, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=启东市, kilometers=256, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=如东县, kilometers=216, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=如皋市, kilometers=180, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=通州区, kilometers=188, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=苏州市, district=常熟市, kilometers=144, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=姑苏区, kilometers=115, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=虎丘区, kilometers=113, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=昆山市, kilometers=155, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=太仓市, kilometers=163, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=吴江区, kilometers=138, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=吴中区, kilometers=130, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=相城区, kilometers=115, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=张家港市, kilometers=121, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=宿迁市, district=沭阳县, kilometers=350, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=宿迁市, district=泗洪县, kilometers=301, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=宿迁市, district=泗阳县, kilometers=334, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=宿迁市, district=宿城区, kilometers=356, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=宿迁市, district=宿豫区, kilometers=360, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=泰州市, district=高港区, kilometers=129, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=海陵区, kilometers=155, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=姜堰区, kilometers=158, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=靖江市, kilometers=112, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=泰兴市, kilometers=145, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=兴化市, kilometers=199, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=无锡市, district=滨湖区, kilometers=86, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=无锡市, district=惠山区, kilometers=76, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=无锡市, district=梁溪区, kilometers=75, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=无锡市, district=锡山区, kilometers=79, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=无锡市, district=新吴区, kilometers=91, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=徐州市, district=丰县, kilometers=535, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=鼓楼区, kilometers=460, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=贾汪区, kilometers=472, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=沛县, kilometers=527, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=邳州市, kilometers=438, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=泉山区, kilometers=454, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=睢宁县, kilometers=378, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=铜山区, kilometers=458, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=新沂市, kilometers=409, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=云龙区, kilometers=453, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=盐城市, district=滨海县, kilometers=363, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=大丰区, kilometers=296, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=东台市, kilometers=218, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=阜宁县, kilometers=320, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=建湖县, kilometers=296, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=射阳县, kilometers=321, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=亭湖区, kilometers=269, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=响水县, kilometers=390, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=盐城经济技术开发区, kilometers=267, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=盐都区, kilometers=256, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=扬州市, district=宝应县, kilometers=239, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=高邮市, kilometers=192, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=广陵区, kilometers=128, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=邗江区, kilometers=127, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=江都区, kilometers=143, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=仪征市, kilometers=127, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=宜兴市, district=丁蜀镇, kilometers=32, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=芳桥街道, kilometers=25, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=高塍镇, kilometers=12, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=官林镇, kilometers=5, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=和桥镇, kilometers=22, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=湖㳇镇, kilometers=38, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=屺亭街道, kilometers=17, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=太华镇, kilometers=39, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=万石镇, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=西渚镇, kilometers=29, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新建镇, kilometers=11, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新街街道, kilometers=18, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新庄街道, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=徐舍镇, kilometers=12, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=杨巷镇, kilometers=15, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=宜城街道, kilometers=21, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=张渚镇, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=周铁镇, kilometers=32, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=镇江市, district=丹徒区, kilometers=94, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=丹阳市, kilometers=69, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=京口区, kilometers=106, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=句容市, kilometers=91, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=润州区, kilometers=99, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=扬中市, kilometers=119, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000)] -2024-02-21 13:01:16.914 INFO 11180 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:01:16.914 INFO 11180 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:01:59.202 INFO 11180 --- [http-nio-3333-exec-5] c.J.d.z.controller.ZMController : 查询到的物料列表为:[] -2024-02-21 13:02:29.593 INFO 7652 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 7652 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:02:29.597 INFO 7652 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:02:31.548 WARN 7652 --- [Druid-ConnectionPool-Create-637524006] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:02:32.717 INFO 7652 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:02:32.724 INFO 7652 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:02:32.852 WARN 7652 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:02:33.114 INFO 7652 --- [main] com.JN.JNApplication : Started JNApplication in 4.054 seconds (JVM running for 4.93) -2024-02-21 13:02:33.120 INFO 7652 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:02:35.949 INFO 7652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:02:35.950 INFO 7652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:02:36.171 INFO 7652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:02:36.171 INFO 7652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:02:36.173 INFO 7652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:02:36.173 INFO 7652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:02:36.176 INFO 7652 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:02:36.176 INFO 7652 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:02:36.182 INFO 7652 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:02:36.182 INFO 7652 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:02:36.182 INFO 7652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:02:36.182 INFO 7652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:02:36.184 INFO 7652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:02:36.184 INFO 7652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:02:36.221 INFO 7652 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:02:36.221 INFO 7652 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:02:36.237 INFO 7652 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:02:36.241 INFO 7652 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:02:36.510 INFO 7652 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:02:36.510 INFO 7652 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:02:37.502 INFO 7652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:02:37.502 INFO 7652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:02:42.531 INFO 7652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:02:42.531 INFO 7652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:03:05.289 INFO 7652 --- [http-nio-3333-exec-5] c.J.d.z.controller.ZMController : 查询到的物料列表为:[MaterialDto(materialName=KVVP 6X2.5, model=KVVP, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=10956.03, factoryPrice=17494.55, netVolume=319.50, inventory=A120, weighInv=64.00, matPrice=3188.350000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=512.8700, steamFee=0), MaterialDto(materialName=KVVP 9X6, model=KVVP, specification=9*6, voltage=450/750V, standard=GB, costPrice=33676.76, factoryPrice=51380.81, netVolume=800.42, inventory=A140, weighInv=99.00, matPrice=5822.210000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 24X1.5, model=KVVP, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=26899.15, factoryPrice=37966.61, netVolume=742.81, inventory=A140, weighInv=99.00, matPrice=7995.050000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1403.7300, steamFee=0), MaterialDto(materialName=KVVP 29X1.5, model=KVVP, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=31343.26, factoryPrice=44333.22, netVolume=858.13, inventory=A140, weighInv=99.00, matPrice=8740.840000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 33X1, model=KVVP, specification=33*1, voltage=450/750V, standard=GB, costPrice=24021.72, factoryPrice=36171.73, netVolume=683.39, inventory=A140, weighInv=99.00, matPrice=6225.550000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 5X6, model=KVVP2, specification=5*6, voltage=450/750V, standard=GB, costPrice=18495.48, factoryPrice=26682.25, netVolume=477.25, inventory=A120, weighInv=64.00, matPrice=3160.310000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=446.4100, steamFee=0), MaterialDto(materialName=KVVP2 10X2.5, model=KVVP2, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=16423.16, factoryPrice=23228.37, netVolume=464.31, inventory=A120, weighInv=64.00, matPrice=3737.030000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=609.8200, steamFee=0), MaterialDto(materialName=KVVP2 13X2.5, model=KVVP2, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=20770.30, factoryPrice=29451.20, netVolume=569.74, inventory=A120, weighInv=64.00, matPrice=4279.500000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=703.5000, steamFee=0), MaterialDto(materialName=KVVP2 14X0.75, model=KVVP2, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=8242.37, factoryPrice=11497.66, netVolume=273.51, inventory=B100, weighInv=47.00, matPrice=2656.650000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=594.2500, steamFee=0), MaterialDto(materialName=KVVP2 17X2.5, model=KVVP2, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=26743.92, factoryPrice=37910.52, netVolume=738.67, inventory=A140, weighInv=99.00, matPrice=5180.230000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=824.7100, steamFee=0), MaterialDto(materialName=KVVP2 22X1.5, model=KVVP2, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=21806.86, factoryPrice=30650.42, netVolume=637.24, inventory=A140, weighInv=99.00, matPrice=4812.950000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1078.5000, steamFee=0), MaterialDto(materialName=KVVP22 5X1, model=KVVP22, specification=5*1, voltage=450/750V, standard=GB, costPrice=6307.73, factoryPrice=8656.03, netVolume=309.61, inventory=B100, weighInv=47.00, matPrice=3495.160000, totalCopperConsume=2658.00, totalAluminumConsume=, totalLHCost=473.1500, steamFee=0), MaterialDto(materialName=KVVP22 26X0.75, model=KVVP22, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=18172.34, factoryPrice=25708.97, netVolume=727.09, inventory=A140, weighInv=99.00, matPrice=7519.990000, totalCopperConsume=10368.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 37X0.75, model=KVVP22, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=23737.68, factoryPrice=33909.17, netVolume=899.73, inventory=A140, weighInv=99.00, matPrice=8669.320000, totalCopperConsume=14754.00, totalAluminumConsume=, totalLHCost=1638.3800, steamFee=0), MaterialDto(materialName=KVVP2-22 2X0.75, model=KVVP2-22, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=2704.02, factoryPrice=3708.26, netVolume=198.19, inventory=B100, weighInv=47.00, matPrice=1902.710000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=403.8000, steamFee=0), MaterialDto(materialName=KVVP2-22 3X4, model=KVVP2-22, specification=3*4, voltage=450/750V, standard=GB, costPrice=9283.31, factoryPrice=13199.32, netVolume=394.49, inventory=A120, weighInv=64.00, matPrice=3182.460000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=543.9000, steamFee=0), MaterialDto(materialName=KVVP2-22 5X2.5, model=KVVP2-22, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=9978.79, factoryPrice=14014.60, netVolume=446.71, inventory=A120, weighInv=64.00, matPrice=3633.770000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=600.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 7X6, model=KVVP2-22, specification=7*6, voltage=450/750V, standard=GB, costPrice=26548.41, factoryPrice=38302.36, netVolume=828.09, inventory=A140, weighInv=99.00, matPrice=5080.740000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=764.7800, steamFee=0), MaterialDto(materialName=KVVP2-22 28X1, model=KVVP2-22, specification=28*1, voltage=450/750V, standard=GB, costPrice=20917.51, factoryPrice=29644.75, netVolume=813.45, inventory=A140, weighInv=99.00, matPrice=6030.370000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1567.8000, steamFee=0), MaterialDto(materialName=KVVP3 2X1.5, model=KVVP3, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=2245.41, factoryPrice=3265.86, netVolume=98.97, inventory=B80, weighInv=22.00, matPrice=691.260000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=208.4800, steamFee=0), MaterialDto(materialName=KVVP3 10X1.5, model=KVVP3, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=9398.12, factoryPrice=13411.83, netVolume=313.38, inventory=A120, weighInv=64.00, matPrice=1665.790000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=621.3800, steamFee=0), MaterialDto(materialName=KVVP3 14X1.5, model=KVVP3, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=12827.93, factoryPrice=18316.15, netVolume=402.05, inventory=A120, weighInv=64.00, matPrice=2006.510000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=664.5500, steamFee=0), MaterialDto(materialName=KVVP3 18X6, model=KVVP3, specification=18*6, voltage=450/750V, standard=GB, costPrice=59366.57, factoryPrice=85651.01, netVolume=1398.08, inventory=A140, weighInv=99.00, matPrice=4164.450000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=1031.9900, steamFee=0), MaterialDto(materialName=KVVP3 19X6, model=KVVP3, specification=19*6, voltage=450/750V, standard=GB, costPrice=62507.58, factoryPrice=90259.08, netVolume=1450.86, inventory=A140, weighInv=99.00, matPrice=4239.210000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=1065.6700, steamFee=0), MaterialDto(materialName=KVVP 2X4, model=KVVP, specification=2*4, voltage=450/750V, standard=GB, costPrice=6341.19, factoryPrice=9743.86, netVolume=187.26, inventory=B100, weighInv=47.00, matPrice=2157.470000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=392.1900, steamFee=0), MaterialDto(materialName=KVVP 4X6, model=KVVP, specification=4*6, voltage=450/750V, standard=GB, costPrice=15599.45, factoryPrice=24880.26, netVolume=400.45, inventory=A120, weighInv=64.00, matPrice=3174.330000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=458.8000, steamFee=0), MaterialDto(materialName=KVVP 8X1.5, model=KVVP, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=9161.60, factoryPrice=14515.46, netVolume=275.68, inventory=B100, weighInv=47.00, matPrice=2842.770000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=572.3600, steamFee=0), MaterialDto(materialName=KVVP 10X6, model=KVVP, specification=10*6, voltage=450/750V, standard=GB, costPrice=38773.64, factoryPrice=55997.57, netVolume=913.45, inventory=A140, weighInv=99.00, matPrice=7737.460000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=683.7700, steamFee=0), MaterialDto(materialName=KVVP 26X1.5, model=KVVP, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=28734.15, factoryPrice=40166.76, netVolume=787.23, inventory=A140, weighInv=99.00, matPrice=8276.320000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 36X2.5, model=KVVP, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=58544.65, factoryPrice=85794.00, netVolume=1524.63, inventory=A160, weighInv=159.00, matPrice=12618.580000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1522.4000, steamFee=0), MaterialDto(materialName=KVVP2 5X1, model=KVVP2, specification=5*1, voltage=450/750V, standard=GB, costPrice=4307.70, factoryPrice=6199.92, netVolume=150.24, inventory=B100, weighInv=47.00, matPrice=1646.070000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=265.8300, steamFee=0), MaterialDto(materialName=KVVP2 14X1, model=KVVP2, specification=14*1, voltage=450/750V, standard=GB, costPrice=10264.95, factoryPrice=14850.42, netVolume=315.59, inventory=B100, weighInv=47.00, matPrice=2819.420000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=641.7800, steamFee=0), MaterialDto(materialName=KVVP2 18X1.5, model=KVVP2, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=17971.17, factoryPrice=25246.03, netVolume=520.03, inventory=A120, weighInv=64.00, matPrice=4066.350000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=808.1700, steamFee=0), MaterialDto(materialName=KVVP2 23X0.75, model=KVVP2, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=12884.53, factoryPrice=17831.88, netVolume=414.60, inventory=A120, weighInv=64.00, matPrice=3710.500000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 32X0.75, model=KVVP2, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=17143.85, factoryPrice=23743.45, netVolume=533.23, inventory=A120, weighInv=64.00, matPrice=4381.520000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 12X1, model=KVVP22, specification=12*1, voltage=450/750V, standard=GB, costPrice=11352.09, factoryPrice=17485.07, netVolume=468.97, inventory=A120, weighInv=64.00, matPrice=4773.140000, totalCopperConsume=6378.00, totalAluminumConsume=, totalLHCost=892.9200, steamFee=0), MaterialDto(materialName=KVVP22 21X1, model=KVVP22, specification=21*1, voltage=450/750V, standard=GB, costPrice=17572.03, factoryPrice=27242.36, netVolume=678.68, inventory=A140, weighInv=99.00, matPrice=6172.280000, totalCopperConsume=11160.00, totalAluminumConsume=, totalLHCost=1304.8600, steamFee=0), MaterialDto(materialName=KVVP22 28X2.5, model=KVVP22, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=50342.20, factoryPrice=72634.97, netVolume=1615.39, inventory=A160, weighInv=159.00, matPrice=14546.240000, totalCopperConsume=35508.00, totalAluminumConsume=, totalLHCost=1425.5800, steamFee=0), MaterialDto(materialName=KVVP22 32X2.5, model=KVVP22, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=56273.06, factoryPrice=81210.42, netVolume=1771.74, inventory=A160, weighInv=159.00, matPrice=15390.310000, totalCopperConsume=40584.00, totalAluminumConsume=, totalLHCost=1711.5600, steamFee=0), MaterialDto(materialName=KVVP2-22 7X0.75, model=KVVP2-22, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=5488.69, factoryPrice=7661.42, netVolume=297.80, inventory=B100, weighInv=47.00, matPrice=2693.880000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=535.6200, steamFee=0), MaterialDto(materialName=KVVP2-22 7X4, model=KVVP2-22, specification=7*4, voltage=450/750V, standard=GB, costPrice=18736.25, factoryPrice=26815.76, netVolume=642.87, inventory=A120, weighInv=64.00, matPrice=4506.120000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=708.3700, steamFee=0), MaterialDto(materialName=KVVP2-22 18X6, model=KVVP2-22, specification=18*6, voltage=450/750V, standard=GB, costPrice=64386.37, factoryPrice=92497.15, netVolume=1811.22, inventory=A160, weighInv=159.00, matPrice=9189.940000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=1314.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 20X0.75, model=KVVP2-22, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=12454.09, factoryPrice=17567.23, netVolume=549.05, inventory=A120, weighInv=64.00, matPrice=4476.170000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=1294.4700, steamFee=0), MaterialDto(materialName=KVVP2-22 25X0.75, model=KVVP2-22, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=15381.64, factoryPrice=21007.68, netVolume=675.80, inventory=A140, weighInv=99.00, matPrice=5410.220000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 31X1.5, model=KVVP2-22, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=31775.80, factoryPrice=44085.95, netVolume=1133.73, inventory=A140, weighInv=99.00, matPrice=7831.440000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1679.6600, steamFee=0), MaterialDto(materialName=KVVP2-22 36X2.5, model=KVVP2-22, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=56733.53, factoryPrice=79858.73, netVolume=1826.10, inventory=A160, weighInv=159.00, matPrice=11073.610000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1676.1200, steamFee=0), MaterialDto(materialName=KVVP3 3X1, model=KVVP3, specification=3*1, voltage=450/750V, standard=GB, costPrice=2260.22, factoryPrice=3373.30, netVolume=95.03, inventory=B80, weighInv=22.00, matPrice=655.980000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=212.9600, steamFee=0), MaterialDto(materialName=KVVP3 17X4, model=KVVP3, specification=17*4, voltage=450/750V, standard=GB, costPrice=38260.66, factoryPrice=55211.52, netVolume=981.61, inventory=A140, weighInv=99.00, matPrice=3701.680000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 7X0.75, model=KVVP, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4854.18, factoryPrice=7370.70, netVolume=153.64, inventory=B100, weighInv=47.00, matPrice=1957.280000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=435.1600, steamFee=0), MaterialDto(materialName=KVVP 8X4, model=KVVP, specification=8*4, voltage=450/750V, standard=GB, costPrice=20437.48, factoryPrice=32467.42, netVolume=514.47, inventory=A120, weighInv=64.00, matPrice=3991.760000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=635.6800, steamFee=0), MaterialDto(materialName=KVVP 10X2.5, model=KVVP, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=17864.86, factoryPrice=27086.73, netVolume=486.26, inventory=A120, weighInv=64.00, matPrice=4927.640000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=662.4400, steamFee=0), MaterialDto(materialName=KVVP 19X4, model=KVVP, specification=19*4, voltage=450/750V, standard=GB, costPrice=48185.80, factoryPrice=69425.20, netVolume=1153.54, inventory=A140, weighInv=99.00, matPrice=9355.570000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=949.8700, steamFee=0), MaterialDto(materialName=KVVP 22X2.5, model=KVVP, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=37529.34, factoryPrice=53608.61, netVolume=981.25, inventory=A140, weighInv=99.00, matPrice=9407.400000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1223.9200, steamFee=0), MaterialDto(materialName=KVVP 33X2.5, model=KVVP, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=53810.27, factoryPrice=79246.48, netVolume=1374.69, inventory=A140, weighInv=99.00, matPrice=11700.170000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 12X2.5, model=KVVP2, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=19240.96, factoryPrice=27253.42, netVolume=529.87, inventory=A120, weighInv=64.00, matPrice=4018.390000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=669.4900, steamFee=0), MaterialDto(materialName=KVVP2 14X2.5, model=KVVP2, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=22136.07, factoryPrice=31412.77, netVolume=601.34, inventory=A120, weighInv=64.00, matPrice=4377.050000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=728.2500, steamFee=0), MaterialDto(materialName=KVVP2 16X2.5, model=KVVP2, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=25172.86, factoryPrice=35699.31, netVolume=694.08, inventory=A140, weighInv=99.00, matPrice=4877.400000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=812.3500, steamFee=0), MaterialDto(materialName=KVVP2 17X4, model=KVVP2, specification=17*4, voltage=450/750V, standard=GB, costPrice=40486.30, factoryPrice=57846.17, netVolume=1009.10, inventory=A140, weighInv=99.00, matPrice=5933.000000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 19X0.75, model=KVVP2, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=10686.60, factoryPrice=14964.97, netVolume=342.69, inventory=A120, weighInv=64.00, matPrice=3107.380000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=704.6100, steamFee=0), MaterialDto(materialName=KVVP2 32X1.5, model=KVVP2, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=30742.20, factoryPrice=43282.52, netVolume=870.13, inventory=A140, weighInv=99.00, matPrice=6025.560000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1316.3800, steamFee=0), MaterialDto(materialName=KVVP2 36X1.5, model=KVVP2, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=34265.97, factoryPrice=48272.16, netVolume=961.21, inventory=A140, weighInv=99.00, matPrice=6460.250000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1254.5800, steamFee=0), MaterialDto(materialName=KVVP22 2X1, model=KVVP22, specification=2*1, voltage=450/750V, standard=GB, costPrice=4000.68, factoryPrice=5160.28, netVolume=223.63, inventory=B100, weighInv=47.00, matPrice=2808.550000, totalCopperConsume=1062.00, totalAluminumConsume=, totalLHCost=413.2500, steamFee=0), MaterialDto(materialName=KVVP22 11X0.75, model=KVVP22, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=9114.64, factoryPrice=12379.30, netVolume=415.58, inventory=A120, weighInv=64.00, matPrice=4533.540000, totalCopperConsume=4386.00, totalAluminumConsume=, totalLHCost=708.4300, steamFee=0), MaterialDto(materialName=KVVP22 13X1.5, model=KVVP22, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=16331.82, factoryPrice=24554.78, netVolume=644.32, inventory=A140, weighInv=99.00, matPrice=6052.940000, totalCopperConsume=10038.00, totalAluminumConsume=, totalLHCost=979.0600, steamFee=0), MaterialDto(materialName=KVVP22 16X1, model=KVVP22, specification=16*1, voltage=450/750V, standard=GB, costPrice=14112.67, factoryPrice=21797.68, netVolume=560.04, inventory=A120, weighInv=64.00, matPrice=5391.230000, totalCopperConsume=8502.00, totalAluminumConsume=, totalLHCost=1029.3000, steamFee=0), MaterialDto(materialName=KVVP22 33X1, model=KVVP22, specification=33*1, voltage=450/750V, standard=GB, costPrice=26543.63, factoryPrice=39124.75, netVolume=943.84, inventory=A140, weighInv=99.00, matPrice=8691.570000, totalCopperConsume=17538.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 35X0.75, model=KVVP22, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=22875.63, factoryPrice=32660.97, netVolume=881.49, inventory=A140, weighInv=99.00, matPrice=8605.270000, totalCopperConsume=13956.00, totalAluminumConsume=, totalLHCost=1599.7600, steamFee=0), MaterialDto(materialName=KVVP2-22 5X0.75, model=KVVP2-22, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=4466.37, factoryPrice=6173.85, netVolume=270.14, inventory=B100, weighInv=47.00, matPrice=2468.960000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=471.8400, steamFee=0), MaterialDto(materialName=KVVP2-22 10X1.5, model=KVVP2-22, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=11970.60, factoryPrice=16612.12, netVolume=518.13, inventory=A120, weighInv=64.00, matPrice=4243.970000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=903.7500, steamFee=0), MaterialDto(materialName=KVVP2-22 35X1, model=KVVP2-22, specification=35*1, voltage=450/750V, standard=GB, costPrice=25362.85, factoryPrice=36223.87, netVolume=947.65, inventory=A140, weighInv=99.00, matPrice=6754.900000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1808.6000, steamFee=0), MaterialDto(materialName=KVVP3 2X0.75, model=KVVP3, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1378.24, factoryPrice=2000.28, netVolume=73.73, inventory=B80, weighInv=22.00, matPrice=570.640000, totalCopperConsume=798.00, totalAluminumConsume=, totalLHCost=211.3100, steamFee=0), MaterialDto(materialName=KVVP3 8X0.75, model=KVVP3, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=4165.65, factoryPrice=6037.18, netVolume=155.53, inventory=B100, weighInv=47.00, matPrice=966.440000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=422.1900, steamFee=0), MaterialDto(materialName=KVVP 8X6, model=KVVP, specification=8*6, voltage=450/750V, standard=GB, costPrice=29969.38, factoryPrice=45946.40, netVolume=713.10, inventory=A120, weighInv=64.00, matPrice=5208.220000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=725.2100, steamFee=0), MaterialDto(materialName=KVVP 16X0.75, model=KVVP, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=9805.52, factoryPrice=15728.90, netVolume=312.27, inventory=A120, weighInv=64.00, matPrice=3268.190000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=889.0700, steamFee=0), MaterialDto(materialName=KVVP 35X2.5, model=KVVP, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=57178.88, factoryPrice=83854.55, netVolume=1493.03, inventory=A160, weighInv=159.00, matPrice=12521.030000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1499.7700, steamFee=0), MaterialDto(materialName=KVVP 37X2.5, model=KVVP, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=59878.55, factoryPrice=87735.03, netVolume=1548.65, inventory=A160, weighInv=159.00, matPrice=12684.260000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1545.0400, steamFee=0), MaterialDto(materialName=KVVP2 5X0.75, model=KVVP2, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=3549.07, factoryPrice=4928.02, netVolume=130.45, inventory=B80, weighInv=22.00, matPrice=1551.660000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=279.3500, steamFee=0), MaterialDto(materialName=KVVP2 11X4, model=KVVP2, specification=11*4, voltage=450/750V, standard=GB, costPrice=26819.17, factoryPrice=38175.17, netVolume=673.81, inventory=A140, weighInv=99.00, matPrice=4459.780000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=715.3500, steamFee=0), MaterialDto(materialName=KVVP2 13X1.5, model=KVVP2, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=13454.54, factoryPrice=18867.57, netVolume=399.67, inventory=A120, weighInv=64.00, matPrice=3411.090000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=679.7400, steamFee=0), MaterialDto(materialName=KVVP2 28X2.5, model=KVVP2, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=42663.67, factoryPrice=60310.18, netVolume=1130.53, inventory=A140, weighInv=99.00, matPrice=7149.540000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1200.4600, steamFee=0), MaterialDto(materialName=KVVP22 6X1.5, model=KVVP22, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=9129.92, factoryPrice=12536.51, netVolume=401.15, inventory=A120, weighInv=64.00, matPrice=4311.080000, totalCopperConsume=4632.00, totalAluminumConsume=, totalLHCost=486.5000, steamFee=0), MaterialDto(materialName=KVVP22 10X0.75, model=KVVP22, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=8579.89, factoryPrice=11819.98, netVolume=399.62, inventory=A120, weighInv=64.00, matPrice=4399.790000, totalCopperConsume=3990.00, totalAluminumConsume=, totalLHCost=690.3400, steamFee=0), MaterialDto(materialName=KVVP22 14X0.75, model=KVVP22, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=10627.97, factoryPrice=15517.97, netVolume=463.93, inventory=A120, weighInv=64.00, matPrice=4844.450000, totalCopperConsume=5580.00, totalAluminumConsume=, totalLHCost=901.1000, steamFee=0), MaterialDto(materialName=KVVP22 14X2.5, model=KVVP22, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=26279.71, factoryPrice=38213.88, netVolume=895.88, inventory=A140, weighInv=99.00, matPrice=8221.390000, totalCopperConsume=17754.00, totalAluminumConsume=, totalLHCost=896.4600, steamFee=0), MaterialDto(materialName=KVVP22 19X0.75, model=KVVP22, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=13275.78, factoryPrice=19990.95, netVolume=552.78, inventory=A120, weighInv=64.00, matPrice=5475.250000, totalCopperConsume=7578.00, totalAluminumConsume=, totalLHCost=1045.4900, steamFee=0), MaterialDto(materialName=KVVP22 21X1.5, model=KVVP22, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=24773.83, factoryPrice=35725.38, netVolume=881.15, inventory=A140, weighInv=99.00, matPrice=8252.720000, totalCopperConsume=16218.00, totalAluminumConsume=, totalLHCost=1361.0600, steamFee=0), MaterialDto(materialName=KVVP2-22 6X4, model=KVVP2-22, specification=6*4, voltage=450/750V, standard=GB, costPrice=16627.04, factoryPrice=23664.45, netVolume=606.80, inventory=A120, weighInv=64.00, matPrice=4429.230000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=678.5300, steamFee=0), MaterialDto(materialName=KVVP2-22 20X1, model=KVVP2-22, specification=20*1, voltage=450/750V, standard=GB, costPrice=15359.55, factoryPrice=22161.87, netVolume=613.36, inventory=A120, weighInv=64.00, matPrice=4724.760000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1372.6400, steamFee=0), MaterialDto(materialName=KVVP2-22 25X1.5, model=KVVP2-22, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=26310.60, factoryPrice=36329.73, netVolume=974.66, inventory=A140, weighInv=99.00, matPrice=6999.870000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1491.0100, steamFee=0), MaterialDto(materialName=KVVP2-22 30X2.5, model=KVVP2-22, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=47947.47, factoryPrice=67350.66, netVolume=1582.15, inventory=A160, weighInv=159.00, matPrice=9896.890000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1518.3800, steamFee=0), MaterialDto(materialName=KVVP2-22 34X1, model=KVVP2-22, specification=34*1, voltage=450/750V, standard=GB, costPrice=24782.56, factoryPrice=35380.15, netVolume=933.28, inventory=A140, weighInv=99.00, matPrice=6706.150000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1700.0500, steamFee=0), MaterialDto(materialName=KVVP2-22 37X1.5, model=KVVP2-22, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=37199.04, factoryPrice=51499.31, netVolume=1297.44, inventory=A140, weighInv=99.00, matPrice=8621.040000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1558.1900, steamFee=0), MaterialDto(materialName=KVVP3 10X4, model=KVVP3, specification=10*4, voltage=450/750V, standard=GB, costPrice=22796.93, factoryPrice=32901.13, netVolume=605.23, inventory=A120, weighInv=64.00, matPrice=2464.160000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=675.3300, steamFee=0), MaterialDto(materialName=KVVP3 12X6, model=KVVP3, specification=12*6, voltage=450/750V, standard=GB, costPrice=39891.27, factoryPrice=57670.00, netVolume=963.58, inventory=A140, weighInv=99.00, matPrice=3086.650000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=791.2700, steamFee=0), MaterialDto(materialName=KVVP3 18X1, model=KVVP3, specification=18*1, voltage=450/750V, standard=GB, costPrice=11475.63, factoryPrice=16864.92, netVolume=371.88, inventory=A120, weighInv=64.00, matPrice=1898.230000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=699.9600, steamFee=0), MaterialDto(materialName=KVVP3 22X0.75, model=KVVP3, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=10810.14, factoryPrice=15384.46, netVolume=376.46, inventory=A120, weighInv=64.00, matPrice=2029.130000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 16X6, model=KVVP, specification=16*6, voltage=450/750V, standard=GB, costPrice=58874.68, factoryPrice=87721.60, netVolume=1348.19, inventory=A140, weighInv=99.00, matPrice=9585.740000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=909.1200, steamFee=0), MaterialDto(materialName=KVVP 35X1.5, model=KVVP, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=37003.09, factoryPrice=52261.66, netVolume=1005.32, inventory=A140, weighInv=99.00, matPrice=9748.720000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1637.9400, steamFee=0), MaterialDto(materialName=KVVP 36X0.75, model=KVVP, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=20781.38, factoryPrice=30544.56, netVolume=631.21, inventory=A140, weighInv=99.00, matPrice=6172.650000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1641.5800, steamFee=0), MaterialDto(materialName=KVVP 36X1, model=KVVP, specification=36*1, voltage=450/750V, standard=GB, costPrice=25973.01, factoryPrice=39074.98, netVolume=735.56, inventory=A140, weighInv=99.00, matPrice=6571.110000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1846.7200, steamFee=0), MaterialDto(materialName=KVVP 37X0.75, model=KVVP, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=21201.80, factoryPrice=31155.23, netVolume=637.84, inventory=A140, weighInv=99.00, matPrice=6194.370000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1664.2200, steamFee=0), MaterialDto(materialName=KVVP2 15X1, model=KVVP2, specification=15*1, voltage=450/750V, standard=GB, costPrice=10977.54, factoryPrice=15851.35, netVolume=338.31, inventory=A120, weighInv=64.00, matPrice=3000.470000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=657.3400, steamFee=0), MaterialDto(materialName=KVVP2 18X0.75, model=KVVP2, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=10266.18, factoryPrice=14320.33, netVolume=336.06, inventory=A120, weighInv=64.00, matPrice=3085.660000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 23X2.5, model=KVVP2, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=35576.80, factoryPrice=50235.31, netVolume=960.62, inventory=A140, weighInv=99.00, matPrice=6403.770000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 25X0.75, model=KVVP2, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=13820.06, factoryPrice=19011.35, netVolume=438.46, inventory=A120, weighInv=64.00, matPrice=3848.630000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 26X0.75, model=KVVP2, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=14261.73, factoryPrice=19654.41, netVolume=450.16, inventory=A120, weighInv=64.00, matPrice=3891.610000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 37X1, model=KVVP2, specification=37*1, voltage=450/750V, standard=GB, costPrice=24834.95, factoryPrice=35616.36, netVolume=718.51, inventory=A140, weighInv=99.00, matPrice=5163.910000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1409.7900, steamFee=0), MaterialDto(materialName=KVVP22 12X2.5, model=KVVP22, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=23221.64, factoryPrice=33675.33, netVolume=812.66, inventory=A140, weighInv=99.00, matPrice=7715.360000, totalCopperConsume=15216.00, totalAluminumConsume=, totalLHCost=835.0400, steamFee=0), MaterialDto(materialName=KVVP22 12X6, model=KVVP22, specification=12*6, voltage=450/750V, standard=GB, costPrice=48147.62, factoryPrice=68658.11, netVolume=1340.39, inventory=A140, weighInv=99.00, matPrice=11106.610000, totalCopperConsume=36798.00, totalAluminumConsume=, totalLHCost=954.1200, steamFee=0), MaterialDto(materialName=KVVP22 20X1, model=KVVP22, specification=20*1, voltage=450/750V, standard=GB, costPrice=16868.48, factoryPrice=26349.66, netVolume=653.47, inventory=A140, weighInv=99.00, matPrice=6001.670000, totalCopperConsume=10632.00, totalAluminumConsume=, totalLHCost=1315.5600, steamFee=0), MaterialDto(materialName=KVVP22 30X1, model=KVVP22, specification=30*1, voltage=450/750V, standard=GB, costPrice=24553.82, factoryPrice=36142.50, netVolume=883.67, inventory=A140, weighInv=99.00, matPrice=8302.350000, totalCopperConsume=15948.00, totalAluminumConsume=, totalLHCost=1645.9100, steamFee=0), MaterialDto(materialName=KVVP22 31X1.5, model=KVVP22, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=36356.54, factoryPrice=49665.72, netVolume=1217.54, inventory=A140, weighInv=99.00, matPrice=12161.100000, totalCopperConsume=23940.00, totalAluminumConsume=, totalLHCost=1691.7700, steamFee=0), MaterialDto(materialName=KVVP22 34X1, model=KVVP22, specification=34*1, voltage=450/750V, standard=GB, costPrice=27393.36, factoryPrice=40423.51, netVolume=975.87, inventory=A140, weighInv=99.00, matPrice=8996.200000, totalCopperConsume=18072.00, totalAluminumConsume=, totalLHCost=1712.1500, steamFee=0), MaterialDto(materialName=KVVP22 36X2.5, model=KVVP22, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=62215.67, factoryPrice=89812.73, netVolume=1928.65, inventory=A160, weighInv=159.00, matPrice=16251.620000, totalCopperConsume=45654.00, totalAluminumConsume=, totalLHCost=1687.6500, steamFee=0), MaterialDto(materialName=KVVP22 37X1.5, model=KVVP22, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=41927.63, factoryPrice=58276.72, netVolume=1383.62, inventory=A140, weighInv=99.00, matPrice=13090.830000, totalCopperConsume=28572.00, totalAluminumConsume=, totalLHCost=1718.3000, steamFee=0), MaterialDto(materialName=KVVP2-22 13X6, model=KVVP2-22, specification=13*6, voltage=450/750V, standard=GB, costPrice=47257.23, factoryPrice=68057.71, netVolume=1350.06, inventory=A140, weighInv=99.00, matPrice=7392.040000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=1114.6900, steamFee=0), MaterialDto(materialName=KVVP2-22 14X6, model=KVVP2-22, specification=14*6, voltage=450/750V, standard=GB, costPrice=50451.36, factoryPrice=72714.76, netVolume=1415.49, inventory=A140, weighInv=99.00, matPrice=7519.930000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=1148.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 17X0.75, model=KVVP2-22, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=11058.91, factoryPrice=15411.32, netVolume=511.62, inventory=A120, weighInv=64.00, matPrice=4277.090000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 18X2.5, model=KVVP2-22, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=29831.80, factoryPrice=42204.17, netVolume=1031.39, inventory=A140, weighInv=99.00, matPrice=6999.880000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=1058.3000, steamFee=0), MaterialDto(materialName=KVVP2-22 20X1.5, model=KVVP2-22, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=21337.90, factoryPrice=29876.22, netVolume=807.26, inventory=A140, weighInv=99.00, matPrice=5888.530000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=1144.4400, steamFee=0), MaterialDto(materialName=KVVP 5X0.75, model=KVVP, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=3853.29, factoryPrice=5889.45, netVolume=134.82, inventory=B100, weighInv=47.00, matPrice=1763.820000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=381.4000, steamFee=0), MaterialDto(materialName=KVVP 6X1.5, model=KVVP, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=7245.42, factoryPrice=10801.67, netVolume=215.06, inventory=B100, weighInv=47.00, matPrice=2479.610000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=393.2500, steamFee=0), MaterialDto(materialName=KVVP 10X0.75, model=KVVP, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=6672.76, factoryPrice=9969.80, netVolume=210.75, inventory=B100, weighInv=47.00, matPrice=2550.330000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=619.6300, steamFee=0), MaterialDto(materialName=KVVP 14X2.5, model=KVVP, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=23804.24, factoryPrice=35644.01, netVolume=642.71, inventory=A140, weighInv=99.00, matPrice=5803.650000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=808.4900, steamFee=0), MaterialDto(materialName=KVVP 19X0.75, model=KVVP, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=11280.95, factoryPrice=17944.85, netVolume=351.11, inventory=A120, weighInv=64.00, matPrice=3537.780000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=953.1200, steamFee=0), MaterialDto(materialName=KVVP 28X2.5, model=KVVP, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=46612.12, factoryPrice=68973.32, netVolume=1201.28, inventory=A140, weighInv=99.00, matPrice=10853.920000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1268.1200, steamFee=0), MaterialDto(materialName=KVVP2 4X2.5, model=KVVP2, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=7207.61, factoryPrice=10229.71, netVolume=218.32, inventory=B100, weighInv=47.00, matPrice=2130.800000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=354.7700, steamFee=0), MaterialDto(materialName=KVVP2 7X2.5, model=KVVP2, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=11733.89, factoryPrice=16706.13, netVolume=335.61, inventory=B100, weighInv=47.00, matPrice=2852.420000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=463.9100, steamFee=0), MaterialDto(materialName=KVVP2 8X1, model=KVVP2, specification=8*1, voltage=450/750V, standard=GB, costPrice=6207.31, factoryPrice=9119.76, netVolume=190.20, inventory=B100, weighInv=47.00, matPrice=1951.040000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=452.2800, steamFee=0), MaterialDto(materialName=KVVP2 8X6, model=KVVP2, specification=8*6, voltage=450/750V, standard=GB, costPrice=28401.34, factoryPrice=41306.73, netVolume=673.94, inventory=A120, weighInv=64.00, matPrice=3867.420000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=649.6000, steamFee=0), MaterialDto(materialName=KVVP2 11X1.5, model=KVVP2, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=11639.48, factoryPrice=16179.20, netVolume=352.02, inventory=A120, weighInv=64.00, matPrice=3140.570000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=665.2400, steamFee=0), MaterialDto(materialName=KVVP2 21X2.5, model=KVVP2, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=32380.43, factoryPrice=46030.93, netVolume=870.48, inventory=A140, weighInv=99.00, matPrice=5743.850000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1029.2500, steamFee=0), MaterialDto(materialName=KVVP2 25X1, model=KVVP2, specification=25*1, voltage=450/750V, standard=GB, costPrice=17398.74, factoryPrice=24817.85, netVolume=511.55, inventory=A120, weighInv=64.00, matPrice=4106.230000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1094.5200, steamFee=0), MaterialDto(materialName=KVVP22 8X6, model=KVVP22, specification=8*6, voltage=450/750V, standard=GB, costPrice=32371.07, factoryPrice=48430.16, netVolume=955.24, inventory=A140, weighInv=99.00, matPrice=7553.080000, totalCopperConsume=24528.00, totalAluminumConsume=, totalLHCost=896.6500, steamFee=0), MaterialDto(materialName=KVVP22 11X2.5, model=KVVP22, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=21857.88, factoryPrice=31389.86, netVolume=781.06, inventory=A140, weighInv=99.00, matPrice=7617.590000, totalCopperConsume=13950.00, totalAluminumConsume=, totalLHCost=810.2900, steamFee=0), MaterialDto(materialName=KVVP22 14X4, model=KVVP22, specification=14*4, voltage=450/750V, standard=GB, costPrice=39678.46, factoryPrice=55203.62, netVolume=1174.51, inventory=A140, weighInv=99.00, matPrice=10784.390000, totalCopperConsume=28452.00, totalAluminumConsume=, totalLHCost=983.2900, steamFee=0), MaterialDto(materialName=KVVP22 16X0.75, model=KVVP22, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=11739.86, factoryPrice=17654.13, netVolume=505.33, inventory=A120, weighInv=64.00, matPrice=5149.050000, totalCopperConsume=6378.00, totalAluminumConsume=, totalLHCost=955.0200, steamFee=0), MaterialDto(materialName=KVVP22 27X1.5, model=KVVP22, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=32516.38, factoryPrice=43990.36, netVolume=1095.19, inventory=A140, weighInv=99.00, matPrice=11211.310000, totalCopperConsume=20850.00, totalAluminumConsume=, totalLHCost=1461.5600, steamFee=0), MaterialDto(materialName=KVVP2-22 4X4, model=KVVP2-22, specification=4*4, voltage=450/750V, standard=GB, costPrice=11736.73, factoryPrice=16696.65, netVolume=470.16, inventory=A120, weighInv=64.00, matPrice=3603.550000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=595.9700, steamFee=0), MaterialDto(materialName=KVVP2-22 5X4, model=KVVP2-22, specification=5*4, voltage=450/750V, standard=GB, costPrice=14195.87, factoryPrice=20266.66, netVolume=542.95, inventory=A120, weighInv=64.00, matPrice=4030.380000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=636.0400, steamFee=0), MaterialDto(materialName=KVVP2-22 15X4, model=KVVP2-22, specification=15*4, voltage=450/750V, standard=GB, costPrice=37731.87, factoryPrice=53853.51, netVolume=1170.96, inventory=A140, weighInv=99.00, matPrice=7243.210000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=1102.3100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X6, model=KVVP2-22, specification=16*6, voltage=450/750V, standard=GB, costPrice=57378.60, factoryPrice=82718.53, netVolume=1608.31, inventory=A140, weighInv=99.00, matPrice=8314.670000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=1259.4000, steamFee=0), MaterialDto(materialName=KVVP2-22 17X1.5, model=KVVP2-22, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=18722.03, factoryPrice=25976.78, netVolume=741.38, inventory=A140, weighInv=99.00, matPrice=5589.490000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=1130.9700, steamFee=0), MaterialDto(materialName=KVVP2-22 29X0.75, model=KVVP2-22, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=17306.06, factoryPrice=23806.65, netVolume=735.62, inventory=A140, weighInv=99.00, matPrice=5739.830000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 17X4, model=KVVP, specification=17*4, voltage=450/750V, standard=GB, costPrice=43924.87, factoryPrice=63231.60, netVolume=1071.29, inventory=A140, weighInv=99.00, matPrice=9159.280000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 22X1.5, model=KVVP, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=23476.39, factoryPrice=34892.72, netVolume=663.19, inventory=A140, weighInv=99.00, matPrice=6224.230000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1310.3900, steamFee=0), MaterialDto(materialName=KVVP 31X2.5, model=KVVP, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=51078.72, factoryPrice=75351.78, netVolume=1311.49, inventory=A140, weighInv=99.00, matPrice=11505.070000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1557.3500, steamFee=0), MaterialDto(materialName=KVVP 35X0.75, model=KVVP, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=20339.71, factoryPrice=29933.10, netVolume=619.52, inventory=A140, weighInv=99.00, matPrice=6129.680000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1618.9400, steamFee=0), MaterialDto(materialName=KVVP 36X1.5, model=KVVP, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=37842.86, factoryPrice=53449.82, netVolume=1025.72, inventory=A140, weighInv=99.00, matPrice=9816.220000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1660.5800, steamFee=0), MaterialDto(materialName=KVVP2 2X4, model=KVVP2, specification=2*4, voltage=450/750V, standard=GB, costPrice=5943.98, factoryPrice=8428.51, netVolume=181.63, inventory=B100, weighInv=47.00, matPrice=1875.430000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=315.4600, steamFee=0), MaterialDto(materialName=KVVP2 3X4, model=KVVP2, specification=3*4, voltage=450/750V, standard=GB, costPrice=8169.85, factoryPrice=11670.67, netVolume=225.03, inventory=B100, weighInv=47.00, matPrice=2068.990000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=345.2900, steamFee=0), MaterialDto(materialName=KVVP2 6X1, model=KVVP2, specification=6*1, voltage=450/750V, standard=GB, costPrice=4973.88, factoryPrice=7176.36, netVolume=160.54, inventory=B100, weighInv=47.00, matPrice=1780.710000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=285.8000, steamFee=0), MaterialDto(materialName=KVVP2 29X2.5, model=KVVP2, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=44029.45, factoryPrice=62259.11, netVolume=1162.13, inventory=A140, weighInv=99.00, matPrice=7247.090000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 36X0.75, model=KVVP2, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=19043.05, factoryPrice=26318.06, netVolume=588.29, inventory=A120, weighInv=64.00, matPrice=4685.930000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1319.2800, steamFee=0), MaterialDto(materialName=KVVP22 3X0.75, model=KVVP22, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=4192.56, factoryPrice=5326.97, netVolume=228.70, inventory=B100, weighInv=47.00, matPrice=2866.190000, totalCopperConsume=1194.00, totalAluminumConsume=, totalLHCost=434.8000, steamFee=0), MaterialDto(materialName=KVVP22 6X0.75, model=KVVP22, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=6160.48, factoryPrice=8204.15, netVolume=308.68, inventory=B100, weighInv=47.00, matPrice=3605.810000, totalCopperConsume=2394.00, totalAluminumConsume=, totalLHCost=509.3300, steamFee=0), MaterialDto(materialName=KVVP22 9X0.75, model=KVVP22, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=7907.28, factoryPrice=11093.97, netVolume=370.71, inventory=A120, weighInv=64.00, matPrice=4138.910000, totalCopperConsume=3588.00, totalAluminumConsume=, totalLHCost=639.7200, steamFee=0), MaterialDto(materialName=KVVP22 9X2.5, model=KVVP22, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=17758.81, factoryPrice=27292.92, netVolume=668.37, inventory=A140, weighInv=99.00, matPrice=6103.820000, totalCopperConsume=11412.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 12X1.5, model=KVVP22, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=15139.34, factoryPrice=22737.78, netVolume=588.96, inventory=A120, weighInv=64.00, matPrice=5639.100000, totalCopperConsume=9270.00, totalAluminumConsume=, totalLHCost=957.8200, steamFee=0), MaterialDto(materialName=KVVP22 18X4, model=KVVP22, specification=18*4, voltage=450/750V, standard=GB, costPrice=49285.70, factoryPrice=69723.82, netVolume=1451.06, inventory=A140, weighInv=99.00, matPrice=12447.510000, totalCopperConsume=36582.00, totalAluminumConsume=, totalLHCost=1121.7800, steamFee=0), MaterialDto(materialName=KVVP22 27X2.5, model=KVVP22, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=48566.34, factoryPrice=70005.85, netVolume=1559.01, inventory=A160, weighInv=159.00, matPrice=14046.180000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1342.8900, steamFee=0), MaterialDto(materialName=KVVP2-22 37X2.5, model=KVVP2-22, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=58067.43, factoryPrice=81806.87, netVolume=1850.11, inventory=A160, weighInv=159.00, matPrice=11139.290000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1700.8700, steamFee=0), MaterialDto(materialName=KVVP3 3X2.5, model=KVVP3, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=4763.09, factoryPrice=6963.06, netVolume=163.41, inventory=B100, weighInv=47.00, matPrice=948.820000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=330.0300, steamFee=0), MaterialDto(materialName=KVVP3 6X4, model=KVVP3, specification=6*4, voltage=450/750V, standard=GB, costPrice=13965.99, factoryPrice=20191.61, netVolume=395.91, inventory=A120, weighInv=64.00, matPrice=1762.490000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=469.7000, steamFee=0), MaterialDto(materialName=KVVP3 7X6, model=KVVP3, specification=7*6, voltage=450/750V, standard=GB, costPrice=23474.74, factoryPrice=34308.91, netVolume=578.53, inventory=A120, weighInv=64.00, matPrice=2001.380000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=540.3600, steamFee=0), MaterialDto(materialName=KVVP3 15X6, model=KVVP3, specification=15*6, voltage=450/750V, standard=GB, costPrice=49678.51, factoryPrice=71684.60, netVolume=1187.98, inventory=A140, weighInv=99.00, matPrice=3675.140000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=943.3600, steamFee=0), MaterialDto(materialName=KVVP3 20X1, model=KVVP3, specification=20*1, voltage=450/750V, standard=GB, costPrice=12639.48, factoryPrice=18647.95, netVolume=398.39, inventory=A120, weighInv=64.00, matPrice=1999.000000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1011.7600, steamFee=0), MaterialDto(materialName=KVVP3 21X1, model=KVVP3, specification=21*1, voltage=450/750V, standard=GB, costPrice=13251.95, factoryPrice=19500.36, netVolume=417.56, inventory=A120, weighInv=64.00, matPrice=2079.920000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=980.3400, steamFee=0), MaterialDto(materialName=KVVP3 29X1, model=KVVP3, specification=29*1, voltage=450/750V, standard=GB, costPrice=18071.65, factoryPrice=26227.21, netVolume=552.98, inventory=A120, weighInv=64.00, matPrice=2647.270000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 6X1, model=KVVP, specification=6*1, voltage=450/750V, standard=GB, costPrice=5336.00, factoryPrice=8294.21, netVolume=165.70, inventory=B100, weighInv=47.00, matPrice=2036.380000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=393.2500, steamFee=0), MaterialDto(materialName=KVVP 32X0.75, model=KVVP, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=18697.67, factoryPrice=27597.07, netVolume=557.30, inventory=A120, weighInv=64.00, matPrice=5694.390000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 34X0.75, model=KVVP, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=19898.04, factoryPrice=29324.01, netVolume=607.82, inventory=A140, weighInv=99.00, matPrice=6086.700000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1596.3000, steamFee=0), MaterialDto(materialName=KVVP2 4X1, model=KVVP2, specification=4*1, voltage=450/750V, standard=GB, costPrice=3579.44, factoryPrice=5169.76, netVolume=124.00, inventory=B80, weighInv=22.00, matPrice=1449.360000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=245.8600, steamFee=0), MaterialDto(materialName=KVVP2 9X1, model=KVVP2, specification=9*1, voltage=450/750V, standard=GB, costPrice=6953.70, factoryPrice=10174.41, netVolume=212.42, inventory=B100, weighInv=47.00, matPrice=2165.900000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=472.2500, steamFee=0), MaterialDto(materialName=KVVP2 10X1, model=KVVP2, specification=10*1, voltage=450/750V, standard=GB, costPrice=7664.52, factoryPrice=11024.45, netVolume=234.09, inventory=B100, weighInv=47.00, matPrice=2345.170000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=527.1900, steamFee=0), MaterialDto(materialName=KVVP2 13X1, model=KVVP2, specification=13*1, voltage=450/750V, standard=GB, costPrice=9684.66, factoryPrice=13998.01, netVolume=301.22, inventory=B100, weighInv=47.00, matPrice=2770.670000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=598.9100, steamFee=0), MaterialDto(materialName=KVVP2 15X1.5, model=KVVP2, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=15292.08, factoryPrice=21454.82, netVolume=450.12, inventory=A120, weighInv=64.00, matPrice=3704.080000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=770.6600, steamFee=0), MaterialDto(materialName=KVVP2 16X1.5, model=KVVP2, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=16131.85, factoryPrice=22650.88, netVolume=470.52, inventory=A120, weighInv=64.00, matPrice=3771.580000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=741.6400, steamFee=0), MaterialDto(materialName=KVVP2 33X2.5, model=KVVP2, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=49688.75, factoryPrice=70377.15, netVolume=1301.04, inventory=A140, weighInv=99.00, matPrice=7833.510000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 2X2.5, model=KVVP22, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=6295.15, factoryPrice=8486.18, netVolume=308.97, inventory=B100, weighInv=47.00, matPrice=3595.030000, totalCopperConsume=2538.00, totalAluminumConsume=, totalLHCost=519.3400, steamFee=0), MaterialDto(materialName=KVVP22 10X1.5, model=KVVP22, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=13327.95, factoryPrice=19993.32, netVolume=541.04, inventory=A120, weighInv=64.00, matPrice=5382.000000, totalCopperConsume=7722.00, totalAluminumConsume=, totalLHCost=915.3300, steamFee=0), MaterialDto(materialName=KVVP22 10X4, model=KVVP22, specification=10*4, voltage=450/750V, standard=GB, costPrice=28757.83, factoryPrice=41771.25, netVolume=924.74, inventory=A140, weighInv=99.00, matPrice=8129.180000, totalCopperConsume=20322.00, totalAluminumConsume=, totalLHCost=828.9600, steamFee=0), MaterialDto(materialName=KVVP22 35X1, model=KVVP22, specification=35*1, voltage=450/750V, standard=GB, costPrice=27976.09, factoryPrice=41271.97, netVolume=990.27, inventory=A140, weighInv=99.00, matPrice=9044.930000, totalCopperConsume=18606.00, totalAluminumConsume=, totalLHCost=1788.7900, steamFee=0), MaterialDto(materialName=KVVP2-22 2X1, model=KVVP2-22, specification=2*1, voltage=450/750V, standard=GB, costPrice=3034.48, factoryPrice=4239.93, netVolume=207.86, inventory=B100, weighInv=47.00, matPrice=1967.480000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=405.8700, steamFee=0), MaterialDto(materialName=KVVP2-22 10X0.75, model=KVVP2-22, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=7370.14, factoryPrice=10206.80, netVolume=380.81, inventory=A120, weighInv=64.00, matPrice=3379.220000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=724.5200, steamFee=0), MaterialDto(materialName=KVVP2-22 15X2.5, model=KVVP2-22, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=25446.89, factoryPrice=35938.68, netVolume=911.15, inventory=A140, weighInv=99.00, matPrice=6419.650000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=996.4500, steamFee=0), MaterialDto(materialName=KVVP2-22 17X6, model=KVVP2-22, specification=17*6, voltage=450/750V, standard=GB, costPrice=61192.23, factoryPrice=87841.68, netVolume=1745.79, inventory=A160, weighInv=159.00, matPrice=9062.050000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 21X1.5, model=KVVP2-22, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=22299.97, factoryPrice=31072.28, netVolume=839.43, inventory=A140, weighInv=99.00, matPrice=6078.330000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1418.1400, steamFee=0), MaterialDto(materialName=KVVP2-22 33X1.5, model=KVVP2-22, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=33455.35, factoryPrice=46461.48, netVolume=1174.53, inventory=A140, weighInv=99.00, matPrice=7966.440000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 9X0.75, model=KVVP3, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=4662.25, factoryPrice=6748.18, netVolume=173.45, inventory=B100, weighInv=47.00, matPrice=1064.340000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=448.7600, steamFee=0), MaterialDto(materialName=KVVP3 11X1, model=KVVP3, specification=11*1, voltage=450/750V, standard=GB, costPrice=7153.17, factoryPrice=10494.36, netVolume=235.11, inventory=B100, weighInv=47.00, matPrice=1296.590000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=642.1400, steamFee=0), MaterialDto(materialName=KVVP3 12X4, model=KVVP3, specification=12*4, voltage=450/750V, standard=GB, costPrice=27232.68, factoryPrice=39308.82, netVolume=714.91, inventory=A140, weighInv=99.00, matPrice=2835.280000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=745.1800, steamFee=0), MaterialDto(materialName=KVVP3 15X1, model=KVVP3, specification=15*1, voltage=450/750V, standard=GB, costPrice=9683.58, factoryPrice=14221.58, netVolume=322.46, inventory=A120, weighInv=64.00, matPrice=1700.820000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=657.3400, steamFee=0), MaterialDto(materialName=KVVP 5X1, model=KVVP, specification=5*1, voltage=450/750V, standard=GB, costPrice=4627.71, factoryPrice=7212.70, netVolume=154.83, inventory=B100, weighInv=47.00, matPrice=1870.090000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=372.2600, steamFee=0), MaterialDto(materialName=KVVP 15X1, model=KVVP, specification=15*1, voltage=450/750V, standard=GB, costPrice=11559.41, factoryPrice=18859.67, netVolume=346.56, inventory=A120, weighInv=64.00, matPrice=3421.480000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=885.0800, steamFee=0), MaterialDto(materialName=KVVP 16X2.5, model=KVVP, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=26834.21, factoryPrice=40198.36, netVolume=719.91, inventory=A140, weighInv=99.00, matPrice=6281.740000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=883.5100, steamFee=0), MaterialDto(materialName=KVVP 18X0.75, model=KVVP, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=10860.53, factoryPrice=17327.07, netVolume=344.48, inventory=A120, weighInv=64.00, matPrice=3516.060000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 20X2.5, model=KVVP, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=34095.25, factoryPrice=49152.22, netVolume=889.21, inventory=A140, weighInv=99.00, matPrice=8530.350000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1084.1000, steamFee=0), MaterialDto(materialName=KVVP 24X2.5, model=KVVP, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=40640.49, factoryPrice=60578.78, netVolume=1058.77, inventory=A140, weighInv=99.00, matPrice=9970.790000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1177.5700, steamFee=0), MaterialDto(materialName=KVVP2 4X6, model=KVVP2, specification=4*6, voltage=450/750V, standard=GB, costPrice=15036.29, factoryPrice=21716.31, netVolume=392.45, inventory=B100, weighInv=47.00, matPrice=2767.380000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=412.7300, steamFee=0), MaterialDto(materialName=KVVP2 7X0.75, model=KVVP2, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4509.61, factoryPrice=6320.00, netVolume=148.72, inventory=B100, weighInv=47.00, matPrice=1714.800000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=330.3800, steamFee=0), MaterialDto(materialName=KVVP2 11X1, model=KVVP2, specification=11*1, voltage=450/750V, standard=GB, costPrice=8299.19, factoryPrice=11876.86, netVolume=249.20, inventory=B100, weighInv=47.00, matPrice=2448.290000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=642.1400, steamFee=0), MaterialDto(materialName=KVVP2 12X4, model=KVVP2, specification=12*4, voltage=450/750V, standard=GB, costPrice=29084.18, factoryPrice=41523.98, netVolume=737.70, inventory=A140, weighInv=99.00, matPrice=4692.470000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=745.1800, steamFee=0), MaterialDto(materialName=KVVP2 19X4, model=KVVP2, specification=19*4, voltage=450/750V, standard=GB, costPrice=44747.23, factoryPrice=64119.56, netVolume=1091.35, inventory=A140, weighInv=99.00, matPrice=6129.300000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=983.6200, steamFee=0), MaterialDto(materialName=KVVP2 37X0.75, model=KVVP2, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=19463.47, factoryPrice=26937.42, netVolume=594.92, inventory=A120, weighInv=64.00, matPrice=4707.650000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1338.5900, steamFee=0), MaterialDto(materialName=KVVP22 6X2.5, model=KVVP22, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=12898.83, factoryPrice=19425.31, netVolume=513.86, inventory=A120, weighInv=64.00, matPrice=5077.810000, totalCopperConsume=7608.00, totalAluminumConsume=, totalLHCost=611.6600, steamFee=0), MaterialDto(materialName=KVVP22 7X1, model=KVVP22, specification=7*1, voltage=450/750V, standard=GB, costPrice=7646.12, factoryPrice=10736.10, netVolume=340.73, inventory=B100, weighInv=47.00, matPrice=3761.090000, totalCopperConsume=3720.00, totalAluminumConsume=, totalLHCost=534.4700, steamFee=0), MaterialDto(materialName=KVVP22 9X6, model=KVVP22, specification=9*6, voltage=450/750V, standard=GB, costPrice=36215.28, factoryPrice=54130.01, netVolume=1063.29, inventory=A140, weighInv=99.00, matPrice=8304.140000, totalCopperConsume=27594.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 11X6, model=KVVP22, specification=11*6, voltage=450/750V, standard=GB, costPrice=44947.87, factoryPrice=63537.33, netVolume=1274.89, inventory=A140, weighInv=99.00, matPrice=10978.860000, totalCopperConsume=33726.00, totalAluminumConsume=, totalLHCost=920.4400, steamFee=0), MaterialDto(materialName=KVVP22 16X4, model=KVVP22, specification=16*4, voltage=450/750V, standard=GB, costPrice=44273.99, factoryPrice=62490.58, netVolume=1297.28, inventory=A140, weighInv=99.00, matPrice=11510.410000, totalCopperConsume=32520.00, totalAluminumConsume=, totalLHCost=1074.6700, steamFee=0), MaterialDto(materialName=KVVP22 19X1, model=KVVP22, specification=19*1, voltage=450/750V, standard=GB, costPrice=16064.44, factoryPrice=24823.38, netVolume=614.64, inventory=A120, weighInv=64.00, matPrice=5736.850000, totalCopperConsume=10098.00, totalAluminumConsume=, totalLHCost=1111.2000, steamFee=0), MaterialDto(materialName=KVVP22 21X2.5, model=KVVP22, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=38610.38, factoryPrice=54053.38, netVolume=1224.60, inventory=A140, weighInv=99.00, matPrice=11730.430000, totalCopperConsume=26634.00, totalAluminumConsume=, totalLHCost=1286.0300, steamFee=0), MaterialDto(materialName=KVVP22 24X1, model=KVVP22, specification=24*1, voltage=450/750V, standard=GB, costPrice=20710.88, factoryPrice=30845.55, netVolume=775.80, inventory=A140, weighInv=99.00, matPrice=7666.740000, totalCopperConsume=12756.00, totalAluminumConsume=, totalLHCost=1415.5600, steamFee=0), MaterialDto(materialName=KVVP22 30X1.5, model=KVVP22, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=35143.83, factoryPrice=47970.38, netVolume=1174.48, inventory=A140, weighInv=99.00, matPrice=11731.340000, totalCopperConsume=23166.00, totalAluminumConsume=, totalLHCost=1525.2800, steamFee=0), MaterialDto(materialName=KVVP2-22 8X0.75, model=KVVP2-22, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=6062.31, factoryPrice=8614.95, netVolume=321.59, inventory=B100, weighInv=47.00, matPrice=2868.800000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=627.4400, steamFee=0), MaterialDto(materialName=KVVP2-22 17X1, model=KVVP2-22, specification=17*1, voltage=450/750V, standard=GB, costPrice=13544.52, factoryPrice=19317.87, netVolume=567.58, inventory=A120, weighInv=64.00, matPrice=4504.360000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=999.3500, steamFee=0), MaterialDto(materialName=KVVP2-22 17X2.5, model=KVVP2-22, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=28466.02, factoryPrice=40233.12, netVolume=999.79, inventory=A140, weighInv=99.00, matPrice=6902.330000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=1033.5500, steamFee=0), MaterialDto(materialName=KVVP2-22 32X1, model=KVVP2-22, specification=32*1, voltage=450/750V, standard=GB, costPrice=23428.66, factoryPrice=33442.28, netVolume=888.03, inventory=A140, weighInv=99.00, matPrice=6415.340000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1584.1600, steamFee=0), MaterialDto(materialName=KVVP 7X1, model=KVVP, specification=7*1, voltage=450/750V, standard=GB, costPrice=5895.04, factoryPrice=9147.41, netVolume=175.01, inventory=B100, weighInv=47.00, matPrice=2063.870000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=420.5200, steamFee=0), MaterialDto(materialName=KVVP 9X0.75, model=KVVP, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=6066.55, factoryPrice=9302.25, netVolume=191.46, inventory=B100, weighInv=47.00, matPrice=2352.560000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=555.7600, steamFee=0), MaterialDto(materialName=KVVP 13X4, model=KVVP, specification=13*4, voltage=450/750V, standard=GB, costPrice=34641.46, factoryPrice=49657.03, netVolume=849.55, inventory=A140, weighInv=99.00, matPrice=7855.600000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=786.8300, steamFee=0), MaterialDto(materialName=KVVP 14X4, model=KVVP, specification=14*4, voltage=450/750V, standard=GB, costPrice=36793.18, factoryPrice=52753.83, netVolume=895.74, inventory=A140, weighInv=99.00, matPrice=7975.000000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=808.4900, steamFee=0), MaterialDto(materialName=KVVP 17X1.5, model=KVVP, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=18592.28, factoryPrice=27823.80, netVolume=522.33, inventory=A120, weighInv=64.00, matPrice=5232.810000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=1010.0500, steamFee=0), MaterialDto(materialName=KVVP 18X4, model=KVVP, specification=18*4, voltage=450/750V, standard=GB, costPrice=46076.58, factoryPrice=66328.40, netVolume=1117.48, inventory=A140, weighInv=99.00, matPrice=9278.680000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=928.2100, steamFee=0), MaterialDto(materialName=KVVP 19X1.5, model=KVVP, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=20250.58, factoryPrice=30200.12, netVolume=558.07, inventory=A120, weighInv=64.00, matPrice=5346.560000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=998.0900, steamFee=0), MaterialDto(materialName=KVVP 30X1.5, model=KVVP, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=32183.03, factoryPrice=45522.17, netVolume=878.53, inventory=A140, weighInv=99.00, matPrice=8808.340000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1527.4500, steamFee=0), MaterialDto(materialName=KVVP2 9X1.5, model=KVVP2, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=9732.23, factoryPrice=13817.10, netVolume=301.39, inventory=B100, weighInv=47.00, matPrice=2777.860000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=578.3300, steamFee=0), MaterialDto(materialName=KVVP2 10X1.5, model=KVVP2, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=10728.37, factoryPrice=14983.93, netVolume=329.69, inventory=A120, weighInv=64.00, matPrice=3001.730000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=621.3800, steamFee=0), MaterialDto(materialName=KVVP2 23X1.5, model=KVVP2, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=22807.92, factoryPrice=31847.27, netVolume=666.31, inventory=A140, weighInv=99.00, matPrice=5041.740000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 9X1.5, model=KVVP22, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=12216.60, factoryPrice=18709.57, netVolume=502.36, inventory=A120, weighInv=64.00, matPrice=5056.920000, totalCopperConsume=6948.00, totalAluminumConsume=, totalLHCost=741.1800, steamFee=0), MaterialDto(materialName=KVVP22 13X1, model=KVVP22, specification=13*1, voltage=450/750V, standard=GB, costPrice=12148.62, factoryPrice=18831.23, netVolume=499.55, inventory=A120, weighInv=64.00, matPrice=5026.870000, totalCopperConsume=6912.00, totalAluminumConsume=, totalLHCost=912.8900, steamFee=0), MaterialDto(materialName=KVVP22 22X1.5, model=KVVP22, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=26044.44, factoryPrice=37625.33, netVolume=929.96, inventory=A140, weighInv=99.00, matPrice=8731.440000, totalCopperConsume=16992.00, totalAluminumConsume=, totalLHCost=1418.2900, steamFee=0), MaterialDto(materialName=KVVP22 26X2.5, model=KVVP22, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=47203.27, factoryPrice=67272.45, netVolume=1527.51, inventory=A160, weighInv=159.00, matPrice=13949.120000, totalCopperConsume=32976.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 31X0.75, model=KVVP22, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=20843.77, factoryPrice=29781.42, netVolume=816.13, inventory=A140, weighInv=99.00, matPrice=8180.040000, totalCopperConsume=12360.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 33X1.5, model=KVVP22, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=38039.21, factoryPrice=52052.31, netVolume=1258.34, inventory=A140, weighInv=99.00, matPrice=12295.770000, totalCopperConsume=25488.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 11X4, model=KVVP2-22, specification=11*4, voltage=450/750V, standard=GB, costPrice=28552.72, factoryPrice=40266.30, netVolume=937.22, inventory=A140, weighInv=99.00, matPrice=6193.330000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=913.9500, steamFee=0), MaterialDto(materialName=KVVP2-22 12X0.75, model=KVVP2-22, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=8333.43, factoryPrice=11613.00, netVolume=408.88, inventory=A120, weighInv=64.00, matPrice=3545.120000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=775.8700, steamFee=0), MaterialDto(materialName=KVVP2-22 29X1.5, model=KVVP2-22, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=29868.57, factoryPrice=41433.92, netVolume=1072.71, inventory=A140, weighInv=99.00, matPrice=7468.750000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 5X2.5, model=KVVP3, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=7651.12, factoryPrice=11108.98, netVolume=249.21, inventory=B100, weighInv=47.00, matPrice=1300.410000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=401.7600, steamFee=0), MaterialDto(materialName=KVVP3 5X6, model=KVVP3, specification=5*6, voltage=450/750V, standard=GB, costPrice=17091.82, factoryPrice=25001.13, netVolume=460.02, inventory=A120, weighInv=64.00, matPrice=1750.970000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=446.4100, steamFee=0), MaterialDto(materialName=KVVP3 12X2.5, model=KVVP3, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=17577.45, factoryPrice=25261.83, netVolume=509.38, inventory=A120, weighInv=64.00, matPrice=2349.180000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=669.4900, steamFee=0), MaterialDto(materialName=KVVP3 15X0.75, model=KVVP3, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=7567.99, factoryPrice=10781.13, netVolume=277.51, inventory=B100, weighInv=47.00, matPrice=1577.880000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 3X1.5, model=KVVP, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=4154.99, factoryPrice=6325.53, netVolume=133.63, inventory=B100, weighInv=47.00, matPrice=1741.680000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=330.2700, steamFee=0), MaterialDto(materialName=KVVP 5X6, model=KVVP, specification=5*6, voltage=450/750V, standard=GB, costPrice=19132.23, factoryPrice=30205.65, netVolume=486.24, inventory=A120, weighInv=64.00, matPrice=3622.570000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=480.1400, steamFee=0), MaterialDto(materialName=KVVP 23X1.5, model=KVVP, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=26059.37, factoryPrice=36079.30, netVolume=722.41, inventory=A140, weighInv=99.00, matPrice=7927.550000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 35X1, model=KVVP, specification=35*1, voltage=450/750V, standard=GB, costPrice=25392.71, factoryPrice=38198.87, netVolume=721.19, inventory=A140, weighInv=99.00, matPrice=6522.360000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1824.0800, steamFee=0), MaterialDto(materialName=KVVP22 4X1, model=KVVP22, specification=4*1, voltage=450/750V, standard=GB, costPrice=5474.21, factoryPrice=7410.20, netVolume=273.29, inventory=B100, weighInv=47.00, matPrice=3205.630000, totalCopperConsume=2124.00, totalAluminumConsume=, totalLHCost=453.1800, steamFee=0), MaterialDto(materialName=KVVP22 6X4, model=KVVP22, specification=6*4, voltage=450/750V, standard=GB, costPrice=18013.97, factoryPrice=27043.28, netVolume=630.74, inventory=A120, weighInv=64.00, matPrice=5591.510000, totalCopperConsume=12192.00, totalAluminumConsume=, totalLHCost=642.1900, steamFee=0), MaterialDto(materialName=KVVP22 7X6, model=KVVP22, specification=7*6, voltage=450/750V, standard=GB, costPrice=28880.56, factoryPrice=42505.95, netVolume=867.27, inventory=A140, weighInv=99.00, matPrice=7103.220000, totalCopperConsume=21462.00, totalAluminumConsume=, totalLHCost=718.2900, steamFee=0), MaterialDto(materialName=KVVP22 9X1, model=KVVP22, specification=9*1, voltage=450/750V, standard=GB, costPrice=9273.72, factoryPrice=13418.15, netVolume=403.40, inventory=A120, weighInv=64.00, matPrice=4306.130000, totalCopperConsume=4782.00, totalAluminumConsume=, totalLHCost=652.6400, steamFee=0), MaterialDto(materialName=KVVP22 10X6, model=KVVP22, specification=10*6, voltage=450/750V, standard=GB, costPrice=41689.78, factoryPrice=58854.21, netVolume=1197.18, inventory=A140, weighInv=99.00, matPrice=10579.780000, totalCopperConsume=30660.00, totalAluminumConsume=, totalLHCost=877.6000, steamFee=0), MaterialDto(materialName=KVVP22 11X4, model=KVVP22, specification=11*4, voltage=450/750V, standard=GB, costPrice=31111.30, factoryPrice=44882.27, netVolume=980.14, inventory=A140, weighInv=99.00, matPrice=8439.390000, totalCopperConsume=22356.00, totalAluminumConsume=, totalLHCost=867.9600, steamFee=0), MaterialDto(materialName=KVVP22 37X1, model=KVVP22, specification=37*1, voltage=450/750V, standard=GB, costPrice=29114.20, factoryPrice=42969.68, netVolume=1013.91, inventory=A140, weighInv=99.00, matPrice=9121.030000, totalCopperConsume=19668.00, totalAluminumConsume=, totalLHCost=1828.7200, steamFee=0), MaterialDto(materialName=KVVP2-22 3X0.75, model=KVVP2-22, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=3223.36, factoryPrice=4455.60, netVolume=213.58, inventory=B100, weighInv=47.00, matPrice=2023.360000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=423.1000, steamFee=0), MaterialDto(materialName=KVVP2-22 12X4, model=KVVP2-22, specification=12*4, voltage=450/750V, standard=GB, costPrice=30704.44, factoryPrice=43784.17, netVolume=983.41, inventory=A140, weighInv=99.00, matPrice=6312.730000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=943.7900, steamFee=0), MaterialDto(materialName=KVVP2-22 13X4, model=KVVP2-22, specification=13*4, voltage=450/750V, standard=GB, costPrice=33123.61, factoryPrice=47178.80, netVolume=1051.72, inventory=A140, weighInv=99.00, matPrice=6699.580000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=994.0800, steamFee=0), MaterialDto(materialName=KVVP2-22 18X4, model=KVVP2-22, specification=18*4, voltage=450/750V, standard=GB, costPrice=44516.88, factoryPrice=63602.11, netVolume=1340.11, inventory=A140, weighInv=99.00, matPrice=7931.270000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=1178.2100, steamFee=0), MaterialDto(materialName=KVVP2-22 26X0.75, model=KVVP2-22, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=15823.31, factoryPrice=21627.83, netVolume=687.50, inventory=A140, weighInv=99.00, matPrice=5453.190000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 26X2.5, model=KVVP2-22, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=41982.19, factoryPrice=59047.76, netVolume=1394.94, inventory=A140, weighInv=99.00, matPrice=9004.500000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 29X2.5, model=KVVP2-22, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=46581.70, factoryPrice=65405.68, netVolume=1550.55, inventory=A160, weighInv=159.00, matPrice=9799.340000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 31X0.75, model=KVVP2-22, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=18369.29, factoryPrice=25275.26, netVolume=774.88, inventory=A140, weighInv=99.00, matPrice=6005.660000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 37X0.75, model=KVVP2-22, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=21188.57, factoryPrice=29235.53, netVolume=857.05, inventory=A140, weighInv=99.00, matPrice=6432.740000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1723.1100, steamFee=0), MaterialDto(materialName=KVVP3 2X1, model=KVVP3, specification=2*1, voltage=450/750V, standard=GB, costPrice=1666.80, factoryPrice=2491.66, netVolume=80.38, inventory=B80, weighInv=22.00, matPrice=594.110000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=192.9900, steamFee=0), MaterialDto(materialName=KVVP3 4X0.75, model=KVVP3, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2307.57, factoryPrice=3339.33, netVolume=100.89, inventory=B80, weighInv=22.00, matPrice=703.170000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=249.9200, steamFee=0), MaterialDto(materialName=KVVP3 4X4, model=KVVP3, specification=4*4, voltage=450/750V, standard=GB, costPrice=9416.37, factoryPrice=13678.85, netVolume=273.19, inventory=B100, weighInv=47.00, matPrice=1277.500000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=397.3700, steamFee=0), MaterialDto(materialName=KVVP3 7X2.5, model=KVVP3, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=10491.56, factoryPrice=15239.10, netVolume=320.41, inventory=B100, weighInv=47.00, matPrice=1604.400000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=463.9100, steamFee=0), MaterialDto(materialName=KVVP 3X4, model=KVVP, specification=3*4, voltage=450/750V, standard=GB, costPrice=8602.19, factoryPrice=13092.67, netVolume=231.13, inventory=B100, weighInv=47.00, matPrice=2377.420000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=413.5300, steamFee=0), MaterialDto(materialName=KVVP 5X2.5, model=KVVP, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=9376.79, factoryPrice=13796.56, netVolume=287.37, inventory=B100, weighInv=47.00, matPrice=2892.610000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=478.4500, steamFee=0), MaterialDto(materialName=KVVP 6X0.75, model=KVVP, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=4433.76, factoryPrice=6733.96, netVolume=147.01, inventory=B100, weighInv=47.00, matPrice=1935.560000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=406.2500, steamFee=0), MaterialDto(materialName=KVVP 6X4, model=KVVP, specification=6*4, voltage=450/750V, standard=GB, costPrice=15974.83, factoryPrice=25270.52, netVolume=421.73, inventory=A120, weighInv=64.00, matPrice=3605.140000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=512.8700, steamFee=0), MaterialDto(materialName=KVVP 7X4, model=KVVP, specification=7*4, voltage=450/750V, standard=GB, costPrice=18084.04, factoryPrice=28399.71, netVolume=457.80, inventory=A120, weighInv=64.00, matPrice=3682.030000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=534.2100, steamFee=0), MaterialDto(materialName=KVVP 24X0.75, model=KVVP, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=14715.60, factoryPrice=22178.46, netVolume=447.94, inventory=A120, weighInv=64.00, matPrice=4926.750000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1355.6700, steamFee=0), MaterialDto(materialName=KVVP 26X1, model=KVVP, specification=26*1, voltage=450/750V, standard=GB, costPrice=19467.46, factoryPrice=29376.15, netVolume=549.03, inventory=A120, weighInv=64.00, matPrice=5412.320000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 28X0.75, model=KVVP, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=16739.20, factoryPrice=24853.40, netVolume=502.05, inventory=A120, weighInv=64.00, matPrice=5340.860000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1446.2300, steamFee=0), MaterialDto(materialName=KVVP 28X1, model=KVVP, specification=28*1, voltage=450/750V, standard=GB, costPrice=20803.93, factoryPrice=31685.32, netVolume=584.36, inventory=A120, weighInv=64.00, matPrice=5676.080000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1460.4600, steamFee=0), MaterialDto(materialName=KVVP2 5X2.5, model=KVVP2, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=8771.36, factoryPrice=12437.76, netVolume=262.98, inventory=B100, weighInv=47.00, matPrice=2426.340000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=401.7600, steamFee=0), MaterialDto(materialName=KVVP2 6X0.75, model=KVVP2, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=4089.19, factoryPrice=5686.42, netVolume=142.09, inventory=B100, weighInv=47.00, matPrice=1693.070000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=302.9500, steamFee=0), MaterialDto(materialName=KVVP2 6X4, model=KVVP2, specification=6*4, voltage=450/750V, standard=GB, costPrice=15348.60, factoryPrice=21837.97, netVolume=412.88, inventory=A120, weighInv=64.00, matPrice=3150.790000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=469.7000, steamFee=0), MaterialDto(materialName=KVVP2 8X2.5, model=KVVP2, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=13240.64, factoryPrice=19035.05, netVolume=376.33, inventory=A120, weighInv=64.00, matPrice=3090.950000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=565.4300, steamFee=0), MaterialDto(materialName=KVVP2 21X1, model=KVVP2, specification=21*1, voltage=450/750V, standard=GB, costPrice=14709.19, factoryPrice=21324.47, netVolume=435.47, inventory=A120, weighInv=64.00, matPrice=3542.850000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=980.3400, steamFee=0), MaterialDto(materialName=KVVP2 30X2.5, model=KVVP2, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=45395.23, factoryPrice=64207.25, netVolume=1193.74, inventory=A140, weighInv=99.00, matPrice=7344.650000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1236.0100, steamFee=0), MaterialDto(materialName=KVVP2 36X1, model=KVVP2, specification=36*1, voltage=450/750V, standard=GB, costPrice=24275.91, factoryPrice=34777.38, netVolume=709.20, inventory=A140, weighInv=99.00, matPrice=5136.410000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1389.8200, steamFee=0), MaterialDto(materialName=KVVP2 37X1.5, model=KVVP2, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=35084.49, factoryPrice=49467.43, netVolume=976.55, inventory=A140, weighInv=99.00, matPrice=6506.490000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1275.8200, steamFee=0), MaterialDto(materialName=KVVP22 2X6, model=KVVP22, specification=2*6, voltage=450/750V, standard=GB, costPrice=10555.79, factoryPrice=15613.56, netVolume=422.00, inventory=A120, weighInv=64.00, matPrice=4235.500000, totalCopperConsume=6132.00, totalAluminumConsume=, totalLHCost=507.2100, steamFee=0), MaterialDto(materialName=KVVP22 7X1.5, model=KVVP22, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=9950.00, factoryPrice=13761.01, netVolume=416.49, inventory=A120, weighInv=64.00, matPrice=4357.160000, totalCopperConsume=5406.00, totalAluminumConsume=, totalLHCost=557.6500, steamFee=0), MaterialDto(materialName=KVVP22 10X1, model=KVVP22, specification=10*1, voltage=450/750V, standard=GB, costPrice=10090.51, factoryPrice=15128.50, netVolume=435.17, inventory=A120, weighInv=64.00, matPrice=4578.760000, totalCopperConsume=5316.00, totalAluminumConsume=, totalLHCost=779.5100, steamFee=0), MaterialDto(materialName=KVVP22 28X0.75, model=KVVP22, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=19277.03, factoryPrice=27533.87, netVolume=764.72, inventory=A140, weighInv=99.00, matPrice=7817.460000, totalCopperConsume=11166.00, totalAluminumConsume=, totalLHCost=1491.5900, steamFee=0), MaterialDto(materialName=KVVP22 32X1.5, model=KVVP22, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=37197.87, factoryPrice=50857.83, netVolume=1237.94, inventory=A140, weighInv=99.00, matPrice=12228.440000, totalCopperConsume=24714.00, totalAluminumConsume=, totalLHCost=1713.0100, steamFee=0), MaterialDto(materialName=KVVP2-22 13X1.5, model=KVVP2-22, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=14790.88, factoryPrice=20614.26, netVolume=602.34, inventory=A120, weighInv=64.00, matPrice=4747.430000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=962.1100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X1, model=KVVP2-22, specification=16*1, voltage=450/750V, standard=GB, costPrice=12774.99, factoryPrice=18223.72, netVolume=537.32, inventory=A120, weighInv=64.00, matPrice=4266.370000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=1021.3500, steamFee=0), MaterialDto(materialName=KVVP2-22 18X1, model=KVVP2-22, specification=18*1, voltage=450/750V, standard=GB, costPrice=14124.82, factoryPrice=20167.12, netVolume=581.94, inventory=A120, weighInv=64.00, matPrice=4553.110000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=908.8000, steamFee=0), MaterialDto(materialName=KVVP 17X0.75, model=KVVP, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=10418.86, factoryPrice=16707.71, netVolume=332.78, inventory=A120, weighInv=64.00, matPrice=3473.080000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 18X2.5, model=KVVP, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=31379.42, factoryPrice=44649.22, netVolume=826.66, inventory=A140, weighInv=99.00, matPrice=8179.810000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=996.0700, steamFee=0), MaterialDto(materialName=KVVP 19X2.5, model=KVVP, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=32713.32, factoryPrice=46607.63, netVolume=850.67, inventory=A140, weighInv=99.00, matPrice=8245.490000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=937.1400, steamFee=0), MaterialDto(materialName=KVVP 19X6, model=KVVP, specification=19*6, voltage=450/750V, standard=GB, costPrice=68887.52, factoryPrice=103034.96, netVolume=1551.35, inventory=A140, weighInv=99.00, matPrice=10385.610000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=962.7400, steamFee=0), MaterialDto(materialName=KVVP 30X2.5, model=KVVP, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=49343.67, factoryPrice=72788.23, netVolume=1264.48, inventory=A140, weighInv=99.00, matPrice=11049.030000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1295.6700, steamFee=0), MaterialDto(materialName=KVVP2 10X0.75, model=KVVP2, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=6209.81, factoryPrice=8626.80, netVolume=204.23, inventory=B100, weighInv=47.00, matPrice=2218.890000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=500.1000, steamFee=0), MaterialDto(materialName=KVVP2 14X1.5, model=KVVP2, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=14294.31, factoryPrice=20064.42, netVolume=420.07, inventory=A120, weighInv=64.00, matPrice=3478.590000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=664.5500, steamFee=0), MaterialDto(materialName=KVVP22 4X2.5, model=KVVP22, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=9433.98, factoryPrice=13191.42, netVolume=404.80, inventory=A120, weighInv=64.00, matPrice=4240.790000, totalCopperConsume=5010.00, totalAluminumConsume=, totalLHCost=538.8400, steamFee=0), MaterialDto(materialName=KVVP22 12X4, model=KVVP22, specification=12*4, voltage=450/750V, standard=GB, costPrice=33264.63, factoryPrice=48378.02, netVolume=1026.34, inventory=A140, weighInv=99.00, matPrice=8558.710000, totalCopperConsume=24390.00, totalAluminumConsume=, totalLHCost=897.7900, steamFee=0), MaterialDto(materialName=KVVP22 16X1.5, model=KVVP22, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=19981.45, factoryPrice=28660.41, netVolume=740.12, inventory=A140, weighInv=99.00, matPrice=7311.720000, totalCopperConsume=12354.00, totalAluminumConsume=, totalLHCost=1002.1700, steamFee=0), MaterialDto(materialName=KVVP22 17X0.75, model=KVVP22, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=12413.04, factoryPrice=18749.07, netVolume=534.44, inventory=A120, weighInv=64.00, matPrice=5410.500000, totalCopperConsume=6780.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 18X2.5, model=KVVP22, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=34291.49, factoryPrice=47344.70, netVolume=1109.17, inventory=A140, weighInv=99.00, matPrice=11013.540000, totalCopperConsume=22830.00, totalAluminumConsume=, totalLHCost=1096.4000, steamFee=0), MaterialDto(materialName=KVVP22 25X2.5, model=KVVP22, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=45833.39, factoryPrice=65326.68, netVolume=1495.81, inventory=A160, weighInv=159.00, matPrice=13851.240000, totalCopperConsume=31704.00, totalAluminumConsume=, totalLHCost=1493.0900, steamFee=0), MaterialDto(materialName=KVVP2-22 2X2.5, model=KVVP2-22, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=5197.65, factoryPrice=7228.50, netVolume=291.43, inventory=B100, weighInv=47.00, matPrice=2657.300000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=533.8800, steamFee=0), MaterialDto(materialName=KVVP2-22 4X1, model=KVVP2-22, specification=4*1, voltage=450/750V, standard=GB, costPrice=4459.46, factoryPrice=6301.83, netVolume=258.04, inventory=B100, weighInv=47.00, matPrice=2329.370000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=458.7400, steamFee=0), MaterialDto(materialName=KVVP2-22 9X1, model=KVVP2-22, specification=9*1, voltage=450/750V, standard=GB, costPrice=8086.24, factoryPrice=11695.95, netVolume=384.78, inventory=A120, weighInv=64.00, matPrice=3298.430000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=670.8500, steamFee=0), MaterialDto(materialName=KVVP2-22 12X2.5, model=KVVP2-22, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=20834.88, factoryPrice=29218.15, netVolume=772.12, inventory=A140, weighInv=99.00, matPrice=5612.300000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=868.0900, steamFee=0), MaterialDto(materialName=KVVP2-22 30X1.5, model=KVVP2-22, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=30708.34, factoryPrice=42619.71, netVolume=1093.11, inventory=A140, weighInv=99.00, matPrice=7536.250000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1355.3900, steamFee=0), MaterialDto(materialName=KVVP2-22 31X1, model=KVVP2-22, specification=31*1, voltage=450/750V, standard=GB, costPrice=22848.37, factoryPrice=32597.77, netVolume=873.66, inventory=A140, weighInv=99.00, matPrice=6366.590000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1625.3100, steamFee=0), MaterialDto(materialName=KVVP2-22 37X1, model=KVVP2-22, specification=37*1, voltage=450/750V, standard=GB, costPrice=26502.19, factoryPrice=37913.68, netVolume=971.33, inventory=A140, weighInv=99.00, matPrice=6831.150000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1848.5400, steamFee=0), MaterialDto(materialName=KVVP3 8X1, model=KVVP3, specification=8*1, voltage=450/750V, standard=GB, costPrice=5293.71, factoryPrice=7909.48, netVolume=179.03, inventory=B100, weighInv=47.00, matPrice=1031.760000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=452.2800, steamFee=0), MaterialDto(materialName=KVVP3 8X6, model=KVVP3, specification=8*6, voltage=450/750V, standard=GB, costPrice=26739.98, factoryPrice=39128.70, netVolume=653.48, inventory=A120, weighInv=64.00, matPrice=2200.370000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=649.6000, steamFee=0), MaterialDto(materialName=KVVP3 10X2.5, model=KVVP3, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=14820.77, factoryPrice=21285.76, netVolume=444.58, inventory=A120, weighInv=64.00, matPrice=2128.950000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=609.8200, steamFee=0), MaterialDto(materialName=KVVP3 10X6, model=KVVP3, specification=10*6, voltage=450/750V, standard=GB, costPrice=33475.46, factoryPrice=48367.75, netVolume=831.99, inventory=A140, weighInv=99.00, matPrice=2803.350000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=713.7400, steamFee=0), MaterialDto(materialName=KVVP 15X1.5, model=KVVP, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=16695.18, factoryPrice=25020.88, netVolume=471.52, inventory=A120, weighInv=64.00, matPrice=4862.610000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=978.0800, steamFee=0), MaterialDto(materialName=KVVP 29X1, model=KVVP, specification=29*1, voltage=450/750V, standard=GB, costPrice=21384.22, factoryPrice=32480.85, netVolume=598.73, inventory=A120, weighInv=64.00, matPrice=5724.830000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 37X1, model=KVVP, specification=37*1, voltage=450/750V, standard=GB, costPrice=26532.05, factoryPrice=39858.66, netVolume=744.86, inventory=A140, weighInv=99.00, matPrice=6598.600000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1869.3600, steamFee=0), MaterialDto(materialName=KVVP2 2X0.75, model=KVVP2, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1930.88, factoryPrice=2671.78, netVolume=80.37, inventory=B80, weighInv=22.00, matPrice=1129.580000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=281.7000, steamFee=0), MaterialDto(materialName=KVVP2 18X4, model=KVVP2, specification=18*4, voltage=450/750V, standard=GB, costPrice=42638.02, factoryPrice=60946.13, netVolume=1055.28, inventory=A140, weighInv=99.00, matPrice=6052.400000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=953.7900, steamFee=0), MaterialDto(materialName=KVVP2 24X1.5, model=KVVP2, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=23647.69, factoryPrice=33270.85, netVolume=686.71, inventory=A140, weighInv=99.00, matPrice=5109.240000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1015.6400, steamFee=0), MaterialDto(materialName=KVVP2 26X1, model=KVVP2, specification=26*1, voltage=450/750V, standard=GB, costPrice=17979.04, factoryPrice=25659.20, netVolume=525.92, inventory=A120, weighInv=64.00, matPrice=4154.980000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 34X0.75, model=KVVP2, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=18159.71, factoryPrice=25081.71, netVolume=564.91, inventory=A120, weighInv=64.00, matPrice=4599.980000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1280.6700, steamFee=0), MaterialDto(materialName=KVVP22 8X2.5, model=KVVP22, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=15838.55, factoryPrice=24366.76, netVolume=587.70, inventory=A120, weighInv=64.00, matPrice=5469.310000, totalCopperConsume=10146.00, totalAluminumConsume=, totalLHCost=730.2500, steamFee=0), MaterialDto(materialName=KVVP22 9X4, model=KVVP22, specification=9*4, voltage=450/750V, standard=GB, costPrice=26155.51, factoryPrice=38582.81, netVolume=846.87, inventory=A140, weighInv=99.00, matPrice=7578.910000, totalCopperConsume=18288.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 25X1, model=KVVP22, specification=25*1, voltage=450/750V, standard=GB, costPrice=21423.86, factoryPrice=31359.05, netVolume=797.29, inventory=A140, weighInv=99.00, matPrice=7840.020000, totalCopperConsume=13290.00, totalAluminumConsume=, totalLHCost=1435.5200, steamFee=0), MaterialDto(materialName=KVVP22 32X1, model=KVVP22, specification=32*1, voltage=450/750V, standard=GB, costPrice=25967.01, factoryPrice=38277.08, netVolume=929.54, inventory=A140, weighInv=99.00, matPrice=8642.950000, totalCopperConsume=17010.00, totalAluminumConsume=, totalLHCost=1500.5600, steamFee=0), MaterialDto(materialName=KVVP22 34X2.5, model=KVVP22, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=59488.84, factoryPrice=85896.70, netVolume=1865.55, inventory=A160, weighInv=159.00, matPrice=16056.790000, totalCopperConsume=43122.00, totalAluminumConsume=, totalLHCost=1638.1500, steamFee=0), MaterialDto(materialName=KVVP2-22 9X6, model=KVVP2-22, specification=9*6, voltage=450/750V, standard=GB, costPrice=33659.25, factoryPrice=49078.75, netVolume=1021.50, inventory=A140, weighInv=99.00, matPrice=6059.080000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 12X1.5, model=KVVP2-22, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=13756.49, factoryPrice=19170.93, netVolume=566.16, inventory=A120, weighInv=64.00, matPrice=4485.310000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=946.2400, steamFee=0), MaterialDto(materialName=KVVP2-22 18X0.75, model=KVVP2-22, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=11500.58, factoryPrice=16044.11, netVolume=523.31, inventory=A120, weighInv=64.00, matPrice=4320.060000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 19X1, model=KVVP2-22, specification=19*1, voltage=450/750V, standard=GB, costPrice=14683.86, factoryPrice=21015.58, netVolume=591.25, inventory=A120, weighInv=64.00, matPrice=4580.610000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=1153.8800, steamFee=0), MaterialDto(materialName=KVVP3 7X4, model=KVVP3, specification=7*4, voltage=450/750V, standard=GB, costPrice=16075.20, factoryPrice=23310.53, netVolume=431.98, inventory=A120, weighInv=64.00, matPrice=1839.390000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=499.5300, steamFee=0), MaterialDto(materialName=KVVP3 8X4, model=KVVP3, specification=8*4, voltage=450/750V, standard=GB, costPrice=18291.16, factoryPrice=26604.83, netVolume=486.89, inventory=A120, weighInv=64.00, matPrice=2023.020000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=606.1400, steamFee=0), MaterialDto(materialName=KVVP3 17X0.75, model=KVVP3, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=8505.61, factoryPrice=12101.22, netVolume=308.20, inventory=A120, weighInv=64.00, matPrice=1718.100000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 18X2.5, model=KVVP3, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=26110.85, factoryPrice=37487.87, netVolume=745.64, inventory=A140, weighInv=99.00, matPrice=3273.250000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=849.4600, steamFee=0), MaterialDto(materialName=KVVP3 20X1.5, model=KVVP3, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=17999.99, factoryPrice=25757.16, netVolume=538.75, inventory=A120, weighInv=64.00, matPrice=2544.940000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=935.6000, steamFee=0), MaterialDto(materialName=KVVP3 25X0.75, model=KVVP3, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=12200.18, factoryPrice=17131.15, netVolume=418.52, inventory=A120, weighInv=64.00, matPrice=2223.070000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 26X0.75, model=KVVP3, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=12641.85, factoryPrice=17729.18, netVolume=430.21, inventory=A120, weighInv=64.00, matPrice=2266.040000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 22X0.75, model=KVVP, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=12997.30, factoryPrice=20562.12, netVolume=404.56, inventory=A120, weighInv=64.00, matPrice=4035.310000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 23X2.5, model=KVVP, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=39274.71, factoryPrice=55564.65, netVolume=1027.17, inventory=A140, weighInv=99.00, matPrice=9873.240000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 25X0.75, model=KVVP, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=15245.63, factoryPrice=22554.50, netVolume=460.65, inventory=A120, weighInv=64.00, matPrice=5052.620000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 26X0.75, model=KVVP, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=15687.30, factoryPrice=23165.96, netVolume=472.34, inventory=A120, weighInv=64.00, matPrice=5095.590000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 32X2.5, model=KVVP, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=52444.49, factoryPrice=77299.13, netVolume=1343.09, inventory=A140, weighInv=99.00, matPrice=11602.620000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1579.9900, steamFee=0), MaterialDto(materialName=KVVP2 3X2.5, model=KVVP2, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=5659.92, factoryPrice=8047.73, netVolume=174.38, inventory=B100, weighInv=47.00, matPrice=1851.340000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=330.0300, steamFee=0), MaterialDto(materialName=KVVP2 7X6, model=KVVP2, specification=7*6, voltage=450/750V, standard=GB, costPrice=25032.71, factoryPrice=36168.57, netVolume=597.70, inventory=A120, weighInv=64.00, matPrice=3565.040000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=540.3600, steamFee=0), MaterialDto(materialName=KVVP2 8X4, model=KVVP2, specification=8*4, voltage=450/750V, standard=GB, costPrice=19765.41, factoryPrice=28490.56, netVolume=505.01, inventory=A120, weighInv=64.00, matPrice=3502.970000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=606.1400, steamFee=0), MaterialDto(materialName=KVVP2 16X6, model=KVVP2, specification=16*6, voltage=450/750V, standard=GB, costPrice=55232.09, factoryPrice=79603.56, netVolume=1282.58, inventory=A140, weighInv=99.00, matPrice=6168.160000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=977.0300, steamFee=0), MaterialDto(materialName=KVVP2 17X0.75, model=KVVP2, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=9824.51, factoryPrice=13709.66, netVolume=324.37, inventory=A120, weighInv=64.00, matPrice=3042.690000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 18X2.5, model=KVVP2, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=28109.69, factoryPrice=39871.30, netVolume=770.28, inventory=A140, weighInv=99.00, matPrice=5277.780000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=849.4600, steamFee=0), MaterialDto(materialName=KVVP2 20X1.5, model=KVVP2, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=19709.73, factoryPrice=27826.96, netVolume=559.82, inventory=A120, weighInv=64.00, matPrice=4260.360000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=935.6000, steamFee=0), MaterialDto(materialName=KVVP22 3X6, model=KVVP22, specification=3*6, voltage=450/750V, standard=GB, costPrice=13930.64, factoryPrice=20911.30, netVolume=493.92, inventory=A120, weighInv=64.00, matPrice=4534.490000, totalCopperConsume=9198.00, totalAluminumConsume=, totalLHCost=542.5800, steamFee=0), MaterialDto(materialName=KVVP22 4X4, model=KVVP22, specification=4*4, voltage=450/750V, standard=GB, costPrice=12871.26, factoryPrice=19198.58, netVolume=487.08, inventory=A120, weighInv=64.00, matPrice=4640.020000, totalCopperConsume=8034.00, totalAluminumConsume=, totalLHCost=559.2000, steamFee=0), MaterialDto(materialName=KVVP22 6X1, model=KVVP22, specification=6*1, voltage=450/750V, standard=GB, costPrice=7090.75, factoryPrice=9863.15, netVolume=331.49, inventory=B100, weighInv=47.00, matPrice=3733.720000, totalCopperConsume=3192.00, totalAluminumConsume=, totalLHCost=508.8400, steamFee=0), MaterialDto(materialName=KVVP22 15X4, model=KVVP22, specification=15*4, voltage=450/750V, standard=GB, costPrice=42120.66, factoryPrice=59013.00, netVolume=1251.08, inventory=A140, weighInv=99.00, matPrice=11391.090000, totalCopperConsume=30486.00, totalAluminumConsume=, totalLHCost=1044.8300, steamFee=0), MaterialDto(materialName=KVVP22 21X0.75, model=KVVP22, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=14382.56, factoryPrice=21692.61, netVolume=593.60, inventory=A120, weighInv=64.00, matPrice=5780.290000, totalCopperConsume=8370.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 23X1, model=KVVP22, specification=23*1, voltage=450/750V, standard=GB, costPrice=20134.26, factoryPrice=29446.46, netVolume=761.50, inventory=A140, weighInv=99.00, matPrice=7618.120000, totalCopperConsume=12228.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 5X6, model=KVVP2-22, specification=5*6, voltage=450/750V, standard=GB, costPrice=19788.46, factoryPrice=28588.52, netVolume=673.37, inventory=A120, weighInv=64.00, matPrice=4453.290000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=655.2400, steamFee=0), MaterialDto(materialName=KVVP2-22 19X6, model=KVVP2-22, specification=19*6, voltage=450/750V, standard=GB, costPrice=67527.38, factoryPrice=97154.20, netVolume=1864.01, inventory=A160, weighInv=159.00, matPrice=9264.690000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=1348.0400, steamFee=0), MaterialDto(materialName=KVVP2-22 23X2.5, model=KVVP2-22, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=37573.23, factoryPrice=52846.26, netVolume=1263.24, inventory=A140, weighInv=99.00, matPrice=8400.210000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 28X0.75, model=KVVP2-22, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=16864.39, factoryPrice=23188.08, netVolume=723.93, inventory=A140, weighInv=99.00, matPrice=5696.860000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1548.6700, steamFee=0), MaterialDto(materialName=KVVP2-22 33X0.75, model=KVVP2-22, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=19252.63, factoryPrice=26517.93, netVolume=798.26, inventory=A140, weighInv=99.00, matPrice=6091.600000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 10X0.75, model=KVVP3, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=5151.07, factoryPrice=7341.47, netVolume=191.23, inventory=B100, weighInv=47.00, matPrice=1154.460000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=500.1000, steamFee=0), MaterialDto(materialName=KVVP 10X1, model=KVVP, specification=10*1, voltage=450/750V, standard=GB, costPrice=8260.68, factoryPrice=13265.68, netVolume=258.18, inventory=B100, weighInv=47.00, matPrice=2804.170000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=716.1600, steamFee=0), MaterialDto(materialName=KVVP 12X0.75, model=KVVP, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=7735.51, factoryPrice=11362.57, netVolume=251.62, inventory=B100, weighInv=47.00, matPrice=2810.680000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=780.7800, steamFee=0), MaterialDto(materialName=KVVP 13X2.5, model=KVVP, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=22438.46, factoryPrice=33691.92, netVolume=611.11, inventory=A140, weighInv=99.00, matPrice=5706.090000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=786.8300, steamFee=0), MaterialDto(materialName=KVVP 13X6, model=KVVP, specification=13*6, voltage=450/750V, standard=GB, costPrice=48809.52, factoryPrice=70838.51, netVolume=1128.12, inventory=A140, weighInv=99.00, matPrice=8732.900000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=799.5600, steamFee=0), MaterialDto(materialName=KVVP 15X6, model=KVVP, specification=15*6, voltage=450/750V, standard=GB, costPrice=55680.54, factoryPrice=83093.78, netVolume=1282.76, inventory=A140, weighInv=99.00, matPrice=9457.860000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=887.4600, steamFee=0), MaterialDto(materialName=KVVP 17X1, model=KVVP, specification=17*1, voltage=450/750V, standard=GB, costPrice=12893.65, factoryPrice=20904.98, netVolume=383.19, inventory=A120, weighInv=64.00, matPrice=3682.480000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=932.9400, steamFee=0), MaterialDto(materialName=KVVP 20X1.5, model=KVVP, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=21323.74, factoryPrice=31835.42, netVolume=600.00, inventory=A120, weighInv=64.00, matPrice=5640.560000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=1159.6800, steamFee=0), MaterialDto(materialName=KVVP 25X1.5, model=KVVP, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=27894.38, factoryPrice=38977.81, netVolume=766.83, inventory=A140, weighInv=99.00, matPrice=8208.820000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1392.5400, steamFee=0), MaterialDto(materialName=KVVP 34X1.5, model=KVVP, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=36163.31, factoryPrice=51075.08, netVolume=984.92, inventory=A140, weighInv=99.00, matPrice=9681.220000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1615.3000, steamFee=0), MaterialDto(materialName=KVVP2 5X4, model=KVVP2, specification=5*4, voltage=450/750V, standard=GB, costPrice=13011.98, factoryPrice=18586.33, netVolume=363.33, inventory=B100, weighInv=47.00, matPrice=2846.480000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=427.2000, steamFee=0), MaterialDto(materialName=KVVP2 17X1, model=KVVP2, specification=17*1, voltage=450/750V, standard=GB, costPrice=12270.93, factoryPrice=17706.27, netVolume=374.39, inventory=A120, weighInv=64.00, matPrice=3230.770000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=701.6800, steamFee=0), MaterialDto(materialName=KVVP2 24X0.75, model=KVVP2, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=13326.20, factoryPrice=18637.68, netVolume=426.29, inventory=A120, weighInv=64.00, matPrice=3753.470000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1074.5700, steamFee=0), MaterialDto(materialName=KVVP2 28X1.5, model=KVVP2, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=27220.43, factoryPrice=38345.02, netVolume=778.15, inventory=A140, weighInv=99.00, matPrice=5592.880000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1099.3900, steamFee=0), MaterialDto(materialName=KVVP2 29X1, model=KVVP2, specification=29*1, voltage=450/750V, standard=GB, costPrice=19832.07, factoryPrice=28383.91, netVolume=574.69, inventory=A120, weighInv=64.00, matPrice=4413.380000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 33X1.5, model=KVVP2, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=31581.97, factoryPrice=44530.72, netVolume=890.53, inventory=A140, weighInv=99.00, matPrice=6093.060000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 4X1.5, model=KVVP22, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=6915.47, factoryPrice=9322.00, netVolume=325.76, inventory=B100, weighInv=47.00, matPrice=3663.340000, totalCopperConsume=3090.00, totalAluminumConsume=, totalLHCost=474.0100, steamFee=0), MaterialDto(materialName=KVVP22 5X1.5, model=KVVP22, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=8050.17, factoryPrice=10917.80, netVolume=370.69, inventory=A120, weighInv=64.00, matPrice=4011.980000, totalCopperConsume=3864.00, totalAluminumConsume=, totalLHCost=465.2500, steamFee=0), MaterialDto(materialName=KVVP22 6X6, model=KVVP22, specification=6*6, voltage=450/750V, standard=GB, costPrice=25740.00, factoryPrice=37772.27, netVolume=814.52, inventory=A140, weighInv=99.00, matPrice=7028.660000, totalCopperConsume=18396.00, totalAluminumConsume=, totalLHCost=684.6100, steamFee=0), MaterialDto(materialName=KVVP22 13X6, model=KVVP22, specification=13*6, voltage=450/750V, standard=GB, costPrice=52012.33, factoryPrice=74278.17, netVolume=1460.41, inventory=A140, weighInv=99.00, matPrice=11892.990000, totalCopperConsume=39864.00, totalAluminumConsume=, totalLHCost=1060.1200, steamFee=0), MaterialDto(materialName=KVVP22 15X6, model=KVVP22, specification=15*6, voltage=450/750V, standard=GB, costPrice=59005.33, factoryPrice=87330.55, netVolume=1633.62, inventory=A140, weighInv=99.00, matPrice=12740.430000, totalCopperConsume=45996.00, totalAluminumConsume=, totalLHCost=1162.9700, steamFee=0), MaterialDto(materialName=KVVP22 17X2.5, model=KVVP22, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=32922.31, factoryPrice=45364.96, netVolume=1077.57, inventory=A140, weighInv=99.00, matPrice=10916.360000, totalCopperConsume=21558.00, totalAluminumConsume=, totalLHCost=1071.6500, steamFee=0), MaterialDto(materialName=KVVP22 18X1.5, model=KVVP22, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=21942.22, factoryPrice=31606.32, netVolume=801.38, inventory=A140, weighInv=99.00, matPrice=7750.540000, totalCopperConsume=13902.00, totalAluminumConsume=, totalLHCost=970.8700, steamFee=0), MaterialDto(materialName=KVVP22 20X1.5, model=KVVP22, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=23758.48, factoryPrice=34561.71, netVolume=847.05, inventory=A140, weighInv=99.00, matPrice=8017.910000, totalCopperConsume=15444.00, totalAluminumConsume=, totalLHCost=1190.2200, steamFee=0), MaterialDto(materialName=KVVP22 29X2.5, model=KVVP22, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=51711.38, factoryPrice=74594.17, netVolume=1646.99, inventory=A160, weighInv=159.00, matPrice=14643.420000, totalCopperConsume=36780.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 31X2.5, model=KVVP22, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=54903.88, factoryPrice=79251.22, netVolume=1740.14, inventory=A160, weighInv=159.00, matPrice=15293.130000, totalCopperConsume=39312.00, totalAluminumConsume=, totalLHCost=1686.8100, steamFee=0), MaterialDto(materialName=KVVP 9X1, model=KVVP, specification=9*1, voltage=450/750V, standard=GB, costPrice=7398.50, factoryPrice=11572.71, netVolume=218.69, inventory=B100, weighInv=47.00, matPrice=2483.690000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=577.5500, steamFee=0), MaterialDto(materialName=KVVP 11X4, model=KVVP, specification=11*4, voltage=450/750V, standard=GB, costPrice=28568.35, factoryPrice=42670.27, netVolume=716.97, inventory=A140, weighInv=99.00, matPrice=5955.790000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=714.5900, steamFee=0), MaterialDto(materialName=KVVP 18X1, model=KVVP, specification=18*1, voltage=450/750V, standard=GB, costPrice=13473.94, factoryPrice=21719.47, netVolume=397.56, inventory=A120, weighInv=64.00, matPrice=3731.230000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=852.0100, steamFee=0), MaterialDto(materialName=KVVP 31X1.5, model=KVVP, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=33328.89, factoryPrice=47077.68, netVolume=911.72, inventory=A140, weighInv=99.00, matPrice=9172.990000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1699.1600, steamFee=0), MaterialDto(materialName=KVVP2 2X6, model=KVVP2, specification=2*6, voltage=450/750V, standard=GB, costPrice=8205.37, factoryPrice=11774.95, netVolume=228.11, inventory=B100, weighInv=47.00, matPrice=2068.960000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=345.3800, steamFee=0), MaterialDto(materialName=KVVP2 11X2.5, model=KVVP2, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=17875.19, factoryPrice=25191.52, netVolume=498.27, inventory=A120, weighInv=64.00, matPrice=3920.830000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=644.7400, steamFee=0), MaterialDto(materialName=KVVP2 13X4, model=KVVP2, specification=13*4, voltage=450/750V, standard=GB, costPrice=31423.88, factoryPrice=44934.41, netVolume=793.99, inventory=A140, weighInv=99.00, matPrice=4999.850000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=769.6500, steamFee=0), MaterialDto(materialName=KVVP2 14X4, model=KVVP2, specification=14*4, voltage=450/750V, standard=GB, costPrice=33575.59, factoryPrice=47983.02, netVolume=840.18, inventory=A140, weighInv=99.00, matPrice=5119.250000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=799.4900, steamFee=0), MaterialDto(materialName=KVVP2 26X1.5, model=KVVP2, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=25401.10, factoryPrice=35707.21, netVolume=729.84, inventory=A140, weighInv=99.00, matPrice=5318.100000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 29X0.75, model=KVVP2, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=15694.23, factoryPrice=21728.95, netVolume=490.66, inventory=A120, weighInv=64.00, matPrice=4128.000000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 29X1.5, model=KVVP2, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=28060.20, factoryPrice=39496.05, netVolume=798.55, inventory=A140, weighInv=99.00, matPrice=5660.380000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 34X1.5, model=KVVP2, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=32586.43, factoryPrice=45881.62, netVolume=920.41, inventory=A140, weighInv=99.00, matPrice=6325.250000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1212.1000, steamFee=0), MaterialDto(materialName=KVVP22 5X6, model=KVVP22, specification=5*6, voltage=450/750V, standard=GB, costPrice=21179.14, factoryPrice=32222.52, netVolume=696.33, inventory=A120, weighInv=64.00, matPrice=5616.060000, totalCopperConsume=15330.00, totalAluminumConsume=, totalLHCost=620.1700, steamFee=0), MaterialDto(materialName=KVVP22 8X1, model=KVVP22, specification=8*1, voltage=450/750V, standard=GB, costPrice=8387.02, factoryPrice=12126.50, netVolume=366.93, inventory=A120, weighInv=64.00, matPrice=3960.980000, totalCopperConsume=4254.00, totalAluminumConsume=, totalLHCost=662.6700, steamFee=0), MaterialDto(materialName=KVVP22 11X1.5, model=KVVP22, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=14298.01, factoryPrice=21199.65, netVolume=568.56, inventory=A120, weighInv=64.00, matPrice=5571.760000, totalCopperConsume=8496.00, totalAluminumConsume=, totalLHCost=956.9300, steamFee=0), MaterialDto(materialName=KVVP22 22X0.75, model=KVVP22, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=15234.11, factoryPrice=22994.53, netVolume=643.71, inventory=A140, weighInv=99.00, matPrice=6216.860000, totalCopperConsume=8772.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 24X2.5, model=KVVP22, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=44239.59, factoryPrice=64051.62, netVolume=1452.59, inventory=A160, weighInv=159.00, matPrice=13529.240000, totalCopperConsume=30438.00, totalAluminumConsume=, totalLHCost=1268.6500, steamFee=0), MaterialDto(materialName=KVVP22 31X1, model=KVVP22, specification=31*1, voltage=450/750V, standard=GB, costPrice=25384.27, factoryPrice=37429.41, netVolume=915.14, inventory=A140, weighInv=99.00, matPrice=8594.220000, totalCopperConsume=16476.00, totalAluminumConsume=, totalLHCost=1541.7100, steamFee=0), MaterialDto(materialName=KVVP22 33X0.75, model=KVVP22, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=21727.76, factoryPrice=31031.20, netVolume=839.53, inventory=A140, weighInv=99.00, matPrice=8266.040000, totalCopperConsume=13158.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 3X1, model=KVVP2-22, specification=3*1, voltage=450/750V, standard=GB, costPrice=3704.20, factoryPrice=5216.37, netVolume=228.08, inventory=B100, weighInv=47.00, matPrice=2105.650000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=425.8300, steamFee=0), MaterialDto(materialName=KVVP2-22 6X1, model=KVVP2-22, specification=6*1, voltage=450/750V, standard=GB, costPrice=5979.83, factoryPrice=8471.96, netVolume=313.69, inventory=B100, weighInv=47.00, matPrice=2786.660000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=514.3900, steamFee=0), MaterialDto(materialName=KVVP2-22 16X0.75, model=KVVP2-22, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=10430.63, factoryPrice=14547.06, netVolume=483.46, inventory=A120, weighInv=64.00, matPrice=4047.510000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=944.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 19X1.5, model=KVVP2-22, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=20380.33, factoryPrice=28364.16, netVolume=777.12, inventory=A140, weighInv=99.00, matPrice=5703.230000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=1001.8100, steamFee=0), MaterialDto(materialName=KVVP2-22 22X1, model=KVVP2-22, specification=22*1, voltage=450/750V, standard=GB, costPrice=16985.46, factoryPrice=24110.01, netVolume=690.26, inventory=A140, weighInv=99.00, matPrice=5287.580000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1412.5700, steamFee=0), MaterialDto(materialName=KVVP 4X0.75, model=KVVP, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=3237.88, factoryPrice=5004.65, netVolume=112.80, inventory=B80, weighInv=22.00, matPrice=1556.680000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=350.2800, steamFee=0), MaterialDto(materialName=KVVP 13X1, model=KVVP, specification=13*1, voltage=450/750V, standard=GB, costPrice=10227.59, factoryPrice=16861.76, netVolume=308.94, inventory=B100, weighInv=47.00, matPrice=3162.430000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=824.6500, steamFee=0), MaterialDto(materialName=KVVP 14X1, model=KVVP, specification=14*1, voltage=450/750V, standard=GB, costPrice=10807.88, factoryPrice=17705.48, netVolume=323.31, inventory=B100, weighInv=47.00, matPrice=3211.180000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=868.9000, steamFee=0), MaterialDto(materialName=KVVP 26X2.5, model=KVVP, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=43554.53, factoryPrice=64121.93, netVolume=1126.37, inventory=A140, weighInv=99.00, matPrice=10342.580000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 31X0.75, model=KVVP, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=18256.00, factoryPrice=26985.61, netVolume=545.61, inventory=A120, weighInv=64.00, matPrice=5651.410000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 33X1.5, model=KVVP, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=35008.44, factoryPrice=49451.63, netVolume=952.52, inventory=A140, weighInv=99.00, matPrice=9307.990000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 3X0.75, model=KVVP2, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2418.51, factoryPrice=3383.57, netVolume=90.95, inventory=B80, weighInv=22.00, matPrice=1218.500000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=230.6100, steamFee=0), MaterialDto(materialName=KVVP2 3X1.5, model=KVVP2, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=3848.63, factoryPrice=5390.96, netVolume=129.23, inventory=B80, weighInv=22.00, matPrice=1527.900000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=229.7200, steamFee=0), MaterialDto(materialName=KVVP2 20X0.75, model=KVVP2, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=11191.93, factoryPrice=15750.23, netVolume=357.60, inventory=A120, weighInv=64.00, matPrice=3214.010000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=964.2400, steamFee=0), MaterialDto(materialName=KVVP2 22X2.5, model=KVVP2, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=34012.97, factoryPrice=48275.32, netVolume=917.75, inventory=A140, weighInv=99.00, matPrice=6108.160000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1067.9400, steamFee=0), MaterialDto(materialName=KVVP2 33X0.75, model=KVVP2, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=17585.52, factoryPrice=24305.93, netVolume=544.92, inventory=A120, weighInv=64.00, matPrice=4424.490000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 3X1, model=KVVP22, specification=3*1, voltage=450/750V, standard=GB, costPrice=4688.26, factoryPrice=6224.41, netVolume=243.23, inventory=B100, weighInv=47.00, matPrice=2956.760000, totalCopperConsume=1596.00, totalAluminumConsume=, totalLHCost=433.2200, steamFee=0), MaterialDto(materialName=KVVP22 5X4, model=KVVP22, specification=5*4, voltage=450/750V, standard=GB, costPrice=15516.19, factoryPrice=23221.26, netVolume=565.65, inventory=A120, weighInv=64.00, matPrice=5138.740000, totalCopperConsume=10164.00, totalAluminumConsume=, totalLHCost=600.9600, steamFee=0), MaterialDto(materialName=KVVP22 13X4, model=KVVP22, specification=13*4, voltage=450/750V, standard=GB, costPrice=37525.14, factoryPrice=52092.60, netVolume=1128.31, inventory=A140, weighInv=99.00, matPrice=10665.060000, totalCopperConsume=26418.00, totalAluminumConsume=, totalLHCost=953.4500, steamFee=0), MaterialDto(materialName=KVVP22 17X1.5, model=KVVP22, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=21100.88, factoryPrice=30396.83, netVolume=780.98, inventory=A140, weighInv=99.00, matPrice=7683.200000, totalCopperConsume=13128.00, totalAluminumConsume=, totalLHCost=1132.2300, steamFee=0), MaterialDto(materialName=KVVP22 19X1.5, model=KVVP22, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=22762.30, factoryPrice=32815.02, netVolume=816.72, inventory=A140, weighInv=99.00, matPrice=7796.620000, totalCopperConsume=14676.00, totalAluminumConsume=, totalLHCost=1054.5400, steamFee=0), MaterialDto(materialName=KVVP22 27X0.75, model=KVVP22, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=18611.63, factoryPrice=26515.56, netVolume=738.79, inventory=A140, weighInv=99.00, matPrice=7563.280000, totalCopperConsume=10764.00, totalAluminumConsume=, totalLHCost=1472.2800, steamFee=0), MaterialDto(materialName=KVVP22 29X0.75, model=KVVP22, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=19716.32, factoryPrice=28161.13, netVolume=776.42, inventory=A140, weighInv=99.00, matPrice=7860.750000, totalCopperConsume=11562.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 36X0.75, model=KVVP22, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=23314.22, factoryPrice=33284.28, netVolume=893.09, inventory=A140, weighInv=99.00, matPrice=8647.860000, totalCopperConsume=14352.00, totalAluminumConsume=, totalLHCost=1619.0700, steamFee=0), MaterialDto(materialName=KVVP2-22 8X1, model=KVVP2-22, specification=8*1, voltage=450/750V, standard=GB, costPrice=7256.46, factoryPrice=10544.13, netVolume=349.91, inventory=A120, weighInv=64.00, matPrice=3000.190000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=680.8800, steamFee=0), MaterialDto(materialName=KVVP2-22 10X6, model=KVVP2-22, specification=10*6, voltage=450/750V, standard=GB, costPrice=37215.59, factoryPrice=53465.62, netVolume=1119.07, inventory=A140, weighInv=99.00, matPrice=6549.160000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=922.5800, steamFee=0), MaterialDto(materialName=KVVP2-22 11X1.5, model=KVVP2-22, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=12916.72, factoryPrice=17793.96, netVolume=545.76, inventory=A120, weighInv=64.00, matPrice=4417.810000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=947.6100, steamFee=0), MaterialDto(materialName=KVVP2-22 21X0.75, model=KVVP2-22, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=12991.37, factoryPrice=18200.02, netVolume=569.90, inventory=A120, weighInv=64.00, matPrice=4614.750000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 22X0.75, model=KVVP2-22, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=13672.20, factoryPrice=19116.42, netVolume=601.26, inventory=A140, weighInv=99.00, matPrice=4896.880000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 2X1, model=KVVP, specification=2*1, voltage=450/750V, standard=GB, costPrice=2465.19, factoryPrice=3975.28, netVolume=90.59, inventory=B80, weighInv=22.00, matPrice=1326.640000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=296.3500, steamFee=0), MaterialDto(materialName=KVVP 3X2.5, model=KVVP, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=6041.87, factoryPrice=9143.46, netVolume=179.80, inventory=B100, weighInv=47.00, matPrice=2121.910000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=413.5300, steamFee=0), MaterialDto(materialName=KVVP 9X1.5, model=KVVP, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=10282.89, factoryPrice=16745.63, netVolume=309.22, inventory=A120, weighInv=64.00, matPrice=3175.430000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=671.2700, steamFee=0), MaterialDto(materialName=KVVP 13X1.5, model=KVVP, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=14122.68, factoryPrice=22258.25, netVolume=409.08, inventory=A120, weighInv=64.00, matPrice=3896.920000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=889.2300, steamFee=0), MaterialDto(materialName=KVVP 14X0.75, model=KVVP, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=8760.26, factoryPrice=13623.55, netVolume=280.90, inventory=B100, weighInv=47.00, matPrice=3029.590000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=832.5600, steamFee=0), MaterialDto(materialName=KVVP 16X1, model=KVVP, specification=16*1, voltage=450/750V, standard=GB, costPrice=12139.70, factoryPrice=19697.86, netVolume=360.93, inventory=A120, weighInv=64.00, matPrice=3470.230000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=920.2500, steamFee=0), MaterialDto(materialName=KVVP 19X1, model=KVVP, specification=19*1, voltage=450/750V, standard=GB, costPrice=14032.99, factoryPrice=22557.66, netVolume=406.87, inventory=A120, weighInv=64.00, matPrice=3758.730000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=1027.0200, steamFee=0), MaterialDto(materialName=KVVP 20X1, model=KVVP, specification=20*1, voltage=450/750V, standard=GB, costPrice=14700.68, factoryPrice=23828.77, netVolume=424.87, inventory=A120, weighInv=64.00, matPrice=3889.670000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1266.3400, steamFee=0), MaterialDto(materialName=KVVP 24X1, model=KVVP, specification=24*1, voltage=450/750V, standard=GB, costPrice=18211.62, factoryPrice=28011.03, netVolume=518.51, inventory=A120, weighInv=64.00, matPrice=5225.280000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1369.9000, steamFee=0), MaterialDto(materialName=KVVP2 2X1, model=KVVP2, specification=2*1, voltage=450/750V, standard=GB, costPrice=2243.44, factoryPrice=3219.25, netVolume=87.32, inventory=B80, weighInv=22.00, matPrice=1176.440000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=192.9900, steamFee=0), MaterialDto(materialName=KVVP2 4X0.75, model=KVVP2, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2972.14, factoryPrice=4162.51, netVolume=108.94, inventory=B80, weighInv=22.00, matPrice=1373.420000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=249.9200, steamFee=0), MaterialDto(materialName=KVVP2 16X1, model=KVVP2, specification=16*1, voltage=450/750V, standard=GB, costPrice=11557.83, factoryPrice=16703.76, netVolume=352.68, inventory=A120, weighInv=64.00, matPrice=3049.220000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=691.1300, steamFee=0), MaterialDto(materialName=KVVP2 19X1, model=KVVP2, specification=19*1, voltage=450/750V, standard=GB, costPrice=13410.27, factoryPrice=19406.35, netVolume=398.07, inventory=A120, weighInv=64.00, matPrice=3307.020000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=793.0000, steamFee=0), MaterialDto(materialName=KVVP2 32X1, model=KVVP2, specification=32*1, voltage=450/750V, standard=GB, costPrice=21817.86, factoryPrice=31256.35, netVolume=643.75, inventory=A140, weighInv=99.00, matPrice=4804.540000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1248.4000, steamFee=0), MaterialDto(materialName=KVVP2 35X1, model=KVVP2, specification=35*1, voltage=450/750V, standard=GB, costPrice=23695.62, factoryPrice=33934.45, netVolume=694.83, inventory=A140, weighInv=99.00, matPrice=5087.660000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1369.8500, steamFee=0), MaterialDto(materialName=KVVP22 10X2.5, model=KVVP22, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=20340.48, factoryPrice=29409.33, netVolume=738.30, inventory=A140, weighInv=99.00, matPrice=7334.230000, totalCopperConsume=12684.00, totalAluminumConsume=, totalLHCost=776.3800, steamFee=0), MaterialDto(materialName=KVVP22 20X2.5, model=KVVP22, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=37007.03, factoryPrice=52071.27, netVolume=1177.77, inventory=A140, weighInv=99.00, matPrice=11404.580000, totalCopperConsume=25362.00, totalAluminumConsume=, totalLHCost=1180.6900, steamFee=0), MaterialDto(materialName=KVVP22 33X2.5, model=KVVP22, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=57636.82, factoryPrice=83168.83, netVolume=1803.34, inventory=A160, weighInv=159.00, matPrice=15488.080000, totalCopperConsume=41850.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 35X1.5, model=KVVP22, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=40272.33, factoryPrice=55204.41, netVolume=1347.98, inventory=A140, weighInv=99.00, matPrice=12977.520000, totalCopperConsume=27030.00, totalAluminumConsume=, totalLHCost=1675.8200, steamFee=0), MaterialDto(materialName=KVVP2-22 4X1.5, model=KVVP2-22, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=5818.55, factoryPrice=8076.17, netVolume=308.22, inventory=B100, weighInv=47.00, matPrice=2725.540000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=479.5600, steamFee=0), MaterialDto(materialName=KVVP2-22 6X6, model=KVVP2-22, specification=6*6, voltage=450/750V, standard=GB, costPrice=23407.40, factoryPrice=33586.85, netVolume=775.31, inventory=A140, weighInv=99.00, matPrice=5005.980000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=731.1100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X1.5, model=KVVP2-22, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=17649.39, factoryPrice=24490.00, netVolume=701.18, inventory=A140, weighInv=99.00, matPrice=5289.110000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=950.4800, steamFee=0), MaterialDto(materialName=KVVP2-22 25X2.5, model=KVVP2-22, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=40616.41, factoryPrice=57089.35, netVolume=1363.34, inventory=A140, weighInv=99.00, matPrice=8906.950000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1350.6500, steamFee=0), MaterialDto(materialName=KVVP2-22 27X1.5, model=KVVP2-22, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=27990.15, factoryPrice=38852.20, netVolume=1015.46, inventory=A140, weighInv=99.00, matPrice=7134.870000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1302.5800, steamFee=0), MaterialDto(materialName=KVVP3 19X2.5, model=KVVP3, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=27444.75, factoryPrice=39450.23, netVolume=769.65, inventory=A140, weighInv=99.00, matPrice=3338.930000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=874.2000, steamFee=0), MaterialDto(materialName=KVVP 8X2.5, model=KVVP, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=13837.83, factoryPrice=22175.30, netVolume=384.78, inventory=A120, weighInv=64.00, matPrice=3523.480000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=631.8900, steamFee=0), MaterialDto(materialName=KVVP 21X1, model=KVVP, specification=21*1, voltage=450/750V, standard=GB, costPrice=15372.75, factoryPrice=24667.75, netVolume=444.82, inventory=A120, weighInv=64.00, matPrice=4025.260000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=1237.5900, steamFee=0), MaterialDto(materialName=KVVP 25X1, model=KVVP, specification=25*1, voltage=450/750V, standard=GB, costPrice=18887.17, factoryPrice=28545.86, netVolume=534.66, inventory=A120, weighInv=64.00, matPrice=5363.570000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1363.6800, steamFee=0), MaterialDto(materialName=KVVP 27X1.5, model=KVVP, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=29573.92, factoryPrice=41577.70, netVolume=807.63, inventory=A140, weighInv=99.00, matPrice=8343.820000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1470.4400, steamFee=0), MaterialDto(materialName=KVVP 29X2.5, model=KVVP, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=47977.90, factoryPrice=70840.88, netVolume=1232.88, inventory=A140, weighInv=99.00, matPrice=10951.480000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 2X2.5, model=KVVP2, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=4209.61, factoryPrice=5962.92, netVolume=141.00, inventory=B100, weighInv=47.00, matPrice=1669.250000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=305.2800, steamFee=0), MaterialDto(materialName=KVVP2 14X6, model=KVVP2, specification=14*6, voltage=450/750V, standard=GB, costPrice=48578.65, factoryPrice=70020.86, netVolume=1131.59, inventory=A140, weighInv=99.00, matPrice=5647.210000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=865.9900, steamFee=0), MaterialDto(materialName=KVVP2 21X0.75, model=KVVP2, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=11702.89, factoryPrice=16376.70, netVolume=374.47, inventory=A120, weighInv=64.00, matPrice=3326.270000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 30X1, model=KVVP2, specification=30*1, voltage=450/750V, standard=GB, costPrice=20412.37, factoryPrice=29224.47, netVolume=589.06, inventory=A120, weighInv=64.00, matPrice=4462.130000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1250.4100, steamFee=0), MaterialDto(materialName=KVVP2 31X1, model=KVVP2, specification=31*1, voltage=450/750V, standard=GB, costPrice=21237.56, factoryPrice=30410.26, netVolume=629.38, inventory=A140, weighInv=99.00, matPrice=4755.790000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1228.4400, steamFee=0), MaterialDto(materialName=KVVP2 31X2.5, model=KVVP2, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=46957.20, factoryPrice=66476.13, netVolume=1237.84, inventory=A140, weighInv=99.00, matPrice=7638.400000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1260.9400, steamFee=0), MaterialDto(materialName=KVVP22 2X4, model=KVVP22, specification=2*4, voltage=450/750V, standard=GB, costPrice=8143.67, factoryPrice=11200.62, netVolume=361.03, inventory=A120, weighInv=64.00, matPrice=3907.910000, totalCopperConsume=4062.00, totalAluminumConsume=, totalLHCost=499.5300, steamFee=0), MaterialDto(materialName=KVVP22 3X2.5, model=KVVP22, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=7819.77, factoryPrice=10719.51, netVolume=349.57, inventory=A120, weighInv=64.00, matPrice=3845.810000, totalCopperConsume=3804.00, totalAluminumConsume=, totalLHCost=544.0900, steamFee=0), MaterialDto(materialName=KVVP22 15X1.5, model=KVVP22, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=19145.53, factoryPrice=27451.71, netVolume=719.72, inventory=A140, weighInv=99.00, matPrice=7243.800000, totalCopperConsume=11586.00, totalAluminumConsume=, totalLHCost=1101.1000, steamFee=0), MaterialDto(materialName=KVVP22 29X1, model=KVVP22, specification=29*1, voltage=450/750V, standard=GB, costPrice=23971.08, factoryPrice=35294.83, netVolume=869.27, inventory=A140, weighInv=99.00, matPrice=8253.620000, totalCopperConsume=15414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 29X1.5, model=KVVP22, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=34308.61, factoryPrice=46777.48, netVolume=1154.18, inventory=A140, weighInv=99.00, matPrice=11664.120000, totalCopperConsume=22398.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 11X1, model=KVVP2-22, specification=11*1, voltage=450/750V, standard=GB, costPrice=9526.36, factoryPrice=13433.95, netVolume=435.92, inventory=A120, weighInv=64.00, matPrice=3675.470000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=924.5100, steamFee=0), MaterialDto(materialName=KVVP2-22 15X1, model=KVVP2-22, specification=15*1, voltage=450/750V, standard=GB, costPrice=12194.69, factoryPrice=17372.10, netVolume=522.96, inventory=A120, weighInv=64.00, matPrice=4217.620000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=939.7100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X2.5, model=KVVP2-22, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=26812.67, factoryPrice=37909.73, netVolume=942.75, inventory=A140, weighInv=99.00, matPrice=6517.200000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=1021.1900, steamFee=0), MaterialDto(materialName=KVVP2-22 19X2.5, model=KVVP2-22, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=31165.70, factoryPrice=44172.85, netVolume=1055.40, inventory=A140, weighInv=99.00, matPrice=7065.560000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=1083.0400, steamFee=0), MaterialDto(materialName=KVVP2-22 19X4, model=KVVP2-22, specification=19*4, voltage=450/750V, standard=GB, costPrice=46626.09, factoryPrice=66717.08, netVolume=1376.18, inventory=A140, weighInv=99.00, matPrice=8008.160000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=1208.0500, steamFee=0), MaterialDto(materialName=KVVP2-22 22X1.5, model=KVVP2-22, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=23452.94, factoryPrice=32831.61, netVolume=886.86, inventory=A140, weighInv=99.00, matPrice=6459.020000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1475.3800, steamFee=0), MaterialDto(materialName=KVVP2-22 22X2.5, model=KVVP2-22, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=35927.10, factoryPrice=50877.58, netVolume=1207.92, inventory=A140, weighInv=99.00, matPrice=8022.300000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1292.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 27X1, model=KVVP2-22, specification=27*1, voltage=450/750V, standard=GB, costPrice=20172.63, factoryPrice=28589.31, netVolume=785.47, inventory=A140, weighInv=99.00, matPrice=5817.030000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1499.0800, steamFee=0), MaterialDto(materialName=KVVP 21X1.5, model=KVVP, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=22295.87, factoryPrice=33014.10, netVolume=627.78, inventory=A140, weighInv=99.00, matPrice=5833.880000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1287.7500, steamFee=0), MaterialDto(materialName=KVVP2 3X6, model=KVVP2, specification=3*6, voltage=450/750V, standard=GB, costPrice=11487.26, factoryPrice=16589.21, netVolume=291.37, inventory=B100, weighInv=47.00, matPrice=2284.600000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=379.0500, steamFee=0), MaterialDto(materialName=KVVP2 6X2.5, model=KVVP2, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=10399.99, factoryPrice=14739.82, netVolume=311.60, inventory=B100, weighInv=47.00, matPrice=2786.740000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=439.1600, steamFee=0), MaterialDto(materialName=KVVP2 8X1.5, model=KVVP2, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=8676.74, factoryPrice=12367.45, netVolume=268.74, inventory=B100, weighInv=47.00, matPrice=2494.650000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=473.1200, steamFee=0), MaterialDto(materialName=KVVP2 10X6, model=KVVP2, specification=10*6, voltage=450/750V, standard=GB, costPrice=35485.65, factoryPrice=51098.78, netVolume=856.77, inventory=A140, weighInv=99.00, matPrice=4819.220000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=713.7400, steamFee=0), MaterialDto(materialName=KVVP2 12X1.5, model=KVVP2, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=12479.25, factoryPrice=17500.87, netVolume=372.42, inventory=A120, weighInv=64.00, matPrice=3208.070000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=663.8600, steamFee=0), MaterialDto(materialName=KVVP2 23X1, model=KVVP2, specification=23*1, voltage=450/750V, standard=GB, costPrice=16180.65, factoryPrice=23224.42, netVolume=481.59, inventory=A120, weighInv=64.00, matPrice=3951.230000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 24X1, model=KVVP2, specification=24*1, voltage=450/750V, standard=GB, costPrice=16760.95, factoryPrice=24266.43, netVolume=495.95, inventory=A120, weighInv=64.00, matPrice=3999.980000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1103.4200, steamFee=0), MaterialDto(materialName=KVVP2 30X0.75, model=KVVP2, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=16135.90, factoryPrice=22350.68, netVolume=502.36, inventory=A120, weighInv=64.00, matPrice=4170.970000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1219.2800, steamFee=0), MaterialDto(materialName=KVVP2 35X1.5, model=KVVP2, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=33426.20, factoryPrice=47076.10, netVolume=940.81, inventory=A140, weighInv=99.00, matPrice=6392.750000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1233.3400, steamFee=0), MaterialDto(materialName=KVVP22 8X0.75, model=KVVP22, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=7176.66, factoryPrice=10029.05, netVolume=338.64, inventory=B100, weighInv=47.00, matPrice=3817.270000, totalCopperConsume=3192.00, totalAluminumConsume=, totalLHCost=620.5200, steamFee=0), MaterialDto(materialName=KVVP22 14X1.5, model=KVVP22, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=17173.16, factoryPrice=25733.46, netVolume=664.72, inventory=A140, weighInv=99.00, matPrice=6120.280000, totalCopperConsume=10812.00, totalAluminumConsume=, totalLHCost=917.7400, steamFee=0), MaterialDto(materialName=KVVP22 35X2.5, model=KVVP22, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=60851.91, factoryPrice=87854.32, netVolume=1897.05, inventory=A160, weighInv=159.00, matPrice=16153.850000, totalCopperConsume=44388.00, totalAluminumConsume=, totalLHCost=1662.9000, steamFee=0), MaterialDto(materialName=KVVP22 37X2.5, model=KVVP22, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=63553.67, factoryPrice=91770.35, netVolume=1952.76, inventory=A160, weighInv=159.00, matPrice=16317.620000, totalCopperConsume=46926.00, totalAluminumConsume=, totalLHCost=1712.3900, steamFee=0), MaterialDto(materialName=KVVP2-22 2X4, model=KVVP2-22, specification=2*4, voltage=450/750V, standard=GB, costPrice=7003.66, factoryPrice=9859.20, netVolume=342.93, inventory=A120, weighInv=64.00, matPrice=2935.110000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=514.0600, steamFee=0), MaterialDto(materialName=KVVP2-22 6X0.75, model=KVVP2-22, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=5068.27, factoryPrice=7018.36, netVolume=291.16, inventory=B100, weighInv=47.00, matPrice=2672.160000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=508.1900, steamFee=0), MaterialDto(materialName=KVVP2-22 8X2.5, model=KVVP2-22, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=14478.96, factoryPrice=20761.20, netVolume=564.18, inventory=A120, weighInv=64.00, matPrice=4329.270000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=774.2700, steamFee=0), MaterialDto(materialName=KVVP2-22 9X0.75, model=KVVP2-22, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=6743.14, factoryPrice=9553.47, netVolume=352.95, inventory=A120, weighInv=64.00, matPrice=3150.930000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=647.3700, steamFee=0), MaterialDto(materialName=KVVP2-22 9X2.5, model=KVVP2-22, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=16325.66, factoryPrice=23165.17, netVolume=644.36, inventory=A140, weighInv=99.00, matPrice=4907.740000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 9X4, model=KVVP2-22, specification=9*4, voltage=450/750V, standard=GB, costPrice=23789.49, factoryPrice=34157.23, netVolume=807.93, inventory=A140, weighInv=99.00, matPrice=5494.730000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 10X2.5, model=KVVP2-22, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=17971.79, factoryPrice=25140.96, netVolume=699.68, inventory=A140, weighInv=99.00, matPrice=5285.650000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=808.4200, steamFee=0), MaterialDto(materialName=KVVP2-22 28X1.5, model=KVVP2-22, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=29028.80, factoryPrice=40245.76, netVolume=1052.31, inventory=A140, weighInv=99.00, matPrice=7401.250000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1323.8200, steamFee=0), MaterialDto(materialName=KVVP2-22 34X2.5, model=KVVP2-22, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=54001.98, factoryPrice=75960.08, netVolume=1762.90, inventory=A160, weighInv=159.00, matPrice=10878.510000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1626.6300, steamFee=0), MaterialDto(materialName=KVVP2-22 36X1, model=KVVP2-22, specification=36*1, voltage=450/750V, standard=GB, costPrice=25943.15, factoryPrice=37069.96, netVolume=962.02, inventory=A140, weighInv=99.00, matPrice=6803.650000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1828.5700, steamFee=0), MaterialDto(materialName=KVVP 2X1.5, model=KVVP, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=3219.18, factoryPrice=4990.43, netVolume=111.44, inventory=B80, weighInv=22.00, matPrice=1584.630000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=309.2800, steamFee=0), MaterialDto(materialName=KVVP 2X6, model=KVVP, specification=2*6, voltage=450/750V, standard=GB, costPrice=8661.07, factoryPrice=13282.27, netVolume=234.53, inventory=B100, weighInv=47.00, matPrice=2394.940000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=414.4300, steamFee=0), MaterialDto(materialName=KVVP 5X1.5, model=KVVP, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=6242.40, factoryPrice=9325.16, netVolume=196.84, inventory=B100, weighInv=47.00, matPrice=2261.510000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=372.2600, steamFee=0), MaterialDto(materialName=KVVP 7X1.5, model=KVVP, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=8063.94, factoryPrice=11998.52, netVolume=230.40, inventory=B100, weighInv=47.00, matPrice=2525.860000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=490.2300, steamFee=0), MaterialDto(materialName=KVVP 9X2.5, model=KVVP, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=15541.88, factoryPrice=24746.75, netVolume=431.89, inventory=A120, weighInv=64.00, matPrice=3939.560000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 17X2.5, model=KVVP, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=30013.64, factoryPrice=42690.81, netVolume=795.06, inventory=A140, weighInv=99.00, matPrice=8082.260000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=974.4100, steamFee=0), MaterialDto(materialName=KVVP 18X1.5, model=KVVP, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=19432.06, factoryPrice=29012.75, netVolume=542.73, inventory=A120, weighInv=64.00, matPrice=5300.310000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=941.0800, steamFee=0), MaterialDto(materialName=KVVP 27X0.75, model=KVVP, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=16128.97, factoryPrice=23922.78, netVolume=484.03, inventory=A120, weighInv=64.00, matPrice=5138.560000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1423.5900, steamFee=0), MaterialDto(materialName=KVVP 27X2.5, model=KVVP, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=44920.30, factoryPrice=66386.07, netVolume=1157.97, inventory=A140, weighInv=99.00, matPrice=10440.130000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1245.4800, steamFee=0), MaterialDto(materialName=KVVP2 4X4, model=KVVP2, specification=4*4, voltage=450/750V, standard=GB, costPrice=10532.47, factoryPrice=15021.85, netVolume=286.91, inventory=B100, weighInv=47.00, matPrice=2399.290000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=397.3700, steamFee=0), MaterialDto(materialName=KVVP2 5X1.5, model=KVVP2, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=5843.43, factoryPrice=8167.02, netVolume=191.19, inventory=B100, weighInv=47.00, matPrice=1978.160000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=272.2000, steamFee=0), MaterialDto(materialName=KVVP2 7X1.5, model=KVVP2, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=7614.09, factoryPrice=10719.51, netVolume=224.07, inventory=B100, weighInv=47.00, matPrice=2204.270000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=392.3800, steamFee=0), MaterialDto(materialName=KVVP2 7X4, model=KVVP2, specification=7*4, voltage=450/750V, standard=GB, costPrice=17457.82, factoryPrice=24956.10, netVolume=448.95, inventory=A120, weighInv=64.00, matPrice=3227.690000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=499.5300, steamFee=0), MaterialDto(materialName=KVVP2 9X0.75, model=KVVP2, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=5642.75, factoryPrice=7986.11, netVolume=185.47, inventory=B100, weighInv=47.00, matPrice=2050.530000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=448.7600, steamFee=0), MaterialDto(materialName=KVVP2 9X2.5, model=KVVP2, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=14865.27, factoryPrice=21303.93, netVolume=422.36, inventory=A120, weighInv=64.00, matPrice=3447.350000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 9X4, model=KVVP2, specification=9*4, voltage=450/750V, standard=GB, costPrice=22204.73, factoryPrice=31931.01, netVolume=567.08, inventory=A120, weighInv=64.00, matPrice=3909.970000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 12X0.75, model=KVVP2, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=7142.34, factoryPrice=9961.90, netVolume=227.63, inventory=B100, weighInv=47.00, matPrice=2354.020000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=551.4500, steamFee=0), MaterialDto(materialName=KVVP2 13X6, model=KVVP2, specification=13*6, voltage=450/750V, standard=GB, costPrice=45384.51, factoryPrice=65462.56, netVolume=1066.16, inventory=A140, weighInv=99.00, matPrice=5519.330000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=832.3200, steamFee=0), MaterialDto(materialName=KVVP2 15X6, model=KVVP2, specification=15*6, voltage=450/750V, standard=GB, costPrice=52037.95, factoryPrice=75055.53, netVolume=1217.15, inventory=A140, weighInv=99.00, matPrice=6040.270000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=943.3600, steamFee=0), MaterialDto(materialName=KVVP2 19X1.5, model=KVVP2, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=18789.69, factoryPrice=26443.67, netVolume=535.37, inventory=A120, weighInv=64.00, matPrice=4112.590000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=792.9700, steamFee=0), MaterialDto(materialName=KVVP2 20X1, model=KVVP2, specification=20*1, voltage=450/750V, standard=GB, costPrice=14056.99, factoryPrice=20472.06, netVolume=415.79, inventory=A120, weighInv=64.00, matPrice=3422.200000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1011.7600, steamFee=0), MaterialDto(materialName=KVVP2 25X1.5, model=KVVP2, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=24561.33, factoryPrice=34108.25, netVolume=709.44, inventory=A140, weighInv=99.00, matPrice=5250.600000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1155.2500, steamFee=0), MaterialDto(materialName=KVVP2 27X2.5, model=KVVP2, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=41129.20, factoryPrice=57873.03, netVolume=1089.87, inventory=A140, weighInv=99.00, matPrice=6883.280000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1175.7200, steamFee=0), MaterialDto(materialName=KVVP2 34X2.5, model=KVVP2, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=51259.81, factoryPrice=72579.67, netVolume=1345.63, inventory=A140, weighInv=99.00, matPrice=8136.340000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1344.2600, steamFee=0), MaterialDto(materialName=KVVP22 3X4, model=KVVP22, specification=3*4, voltage=450/750V, standard=GB, costPrice=10460.00, factoryPrice=14618.95, netVolume=413.07, inventory=A120, weighInv=64.00, matPrice=4181.510000, totalCopperConsume=6096.00, totalAluminumConsume=, totalLHCost=529.3600, steamFee=0), MaterialDto(materialName=KVVP 11X6, model=KVVP, specification=11*6, voltage=450/750V, standard=GB, costPrice=42011.36, factoryPrice=60632.50, netVolume=982.54, inventory=A140, weighInv=99.00, matPrice=8079.570000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=714.5900, steamFee=0), MaterialDto(materialName=KVVP 12X2.5, model=KVVP, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=20705.84, factoryPrice=31251.61, netVolume=552.64, inventory=A120, weighInv=64.00, matPrice=5255.730000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=743.8400, steamFee=0), MaterialDto(materialName=KVVP 12X6, model=KVVP, specification=12*6, voltage=450/750V, standard=GB, costPrice=45205.50, factoryPrice=65630.83, netVolume=1047.97, inventory=A140, weighInv=99.00, matPrice=8207.460000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=765.1700, steamFee=0), MaterialDto(materialName=KVVP 16X4, model=KVVP, specification=16*4, voltage=450/750V, standard=GB, costPrice=41332.70, factoryPrice=59530.45, netVolume=1004.99, inventory=A140, weighInv=99.00, matPrice=8612.040000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=897.4600, steamFee=0), MaterialDto(materialName=KVVP 17X6, model=KVVP, specification=17*6, voltage=450/750V, standard=GB, costPrice=62552.38, factoryPrice=93179.71, netVolume=1433.14, inventory=A140, weighInv=99.00, matPrice=10182.970000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 21X2.5, model=KVVP, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=35654.74, factoryPrice=51111.42, netVolume=929.91, inventory=A140, weighInv=99.00, matPrice=8816.110000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1187.3300, steamFee=0), MaterialDto(materialName=KVVP 34X1, model=KVVP, specification=34*1, voltage=450/750V, standard=GB, costPrice=24812.42, factoryPrice=37369.37, netVolume=706.82, inventory=A140, weighInv=99.00, matPrice=6473.610000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1767.0800, steamFee=0), MaterialDto(materialName=KVVP 37X1.5, model=KVVP, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=38661.38, factoryPrice=54637.98, netVolume=1041.06, inventory=A140, weighInv=99.00, matPrice=9862.470000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1683.2200, steamFee=0), MaterialDto(materialName=KVVP2 6X6, model=KVVP2, specification=6*6, voltage=450/750V, standard=GB, costPrice=21891.70, factoryPrice=31501.25, netVolume=544.92, inventory=A120, weighInv=64.00, matPrice=3490.280000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=506.6800, steamFee=0), MaterialDto(materialName=KVVP2 13X0.75, model=KVVP2, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=7800.70, factoryPrice=10875.93, netVolume=261.82, inventory=B100, weighInv=47.00, matPrice=2613.680000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=650.8900, steamFee=0), MaterialDto(materialName=KVVP2 16X4, model=KVVP2, specification=16*4, voltage=450/750V, standard=GB, costPrice=38096.43, factoryPrice=54523.43, netVolume=946.19, inventory=A140, weighInv=99.00, matPrice=5575.450000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=907.7200, steamFee=0), MaterialDto(materialName=KVVP2 17X6, model=KVVP2, specification=17*6, voltage=450/750V, standard=GB, costPrice=58681.56, factoryPrice=84560.81, netVolume=1363.69, inventory=A140, weighInv=99.00, matPrice=6551.380000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 24X2.5, model=KVVP2, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=36942.57, factoryPrice=52474.17, netVolume=992.22, inventory=A140, weighInv=99.00, matPrice=6501.330000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1101.4700, steamFee=0), MaterialDto(materialName=KVVP2 28X0.75, model=KVVP2, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=15252.55, factoryPrice=21111.96, netVolume=478.97, inventory=A120, weighInv=64.00, matPrice=4085.030000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1151.8000, steamFee=0), MaterialDto(materialName=KVVP2 28X1, model=KVVP2, specification=28*1, voltage=450/750V, standard=GB, costPrice=19251.78, factoryPrice=27543.35, netVolume=560.32, inventory=A120, weighInv=64.00, matPrice=4364.630000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1183.2800, steamFee=0), MaterialDto(materialName=KVVP22 3X1.5, model=KVVP22, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=5816.38, factoryPrice=7678.01, netVolume=285.74, inventory=B100, weighInv=47.00, matPrice=3349.220000, totalCopperConsume=2316.00, totalAluminumConsume=, totalLHCost=437.0400, steamFee=0), MaterialDto(materialName=KVVP22 15X1, model=KVVP22, specification=15*1, voltage=450/750V, standard=GB, costPrice=13536.05, factoryPrice=20938.95, netVolume=545.74, inventory=A120, weighInv=64.00, matPrice=5342.610000, totalCopperConsume=7974.00, totalAluminumConsume=, totalLHCost=961.4800, steamFee=0), MaterialDto(materialName=KVVP22 16X2.5, model=KVVP22, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=29392.29, factoryPrice=42742.95, netVolume=985.38, inventory=A140, weighInv=99.00, matPrice=8780.530000, totalCopperConsume=20292.00, totalAluminumConsume=, totalLHCost=977.6600, steamFee=0), MaterialDto(materialName=KVVP22 19X4, model=KVVP22, specification=19*4, voltage=450/750V, standard=GB, costPrice=51396.51, factoryPrice=72864.07, netVolume=1487.14, inventory=A140, weighInv=99.00, matPrice=12524.330000, totalCopperConsume=38616.00, totalAluminumConsume=, totalLHCost=1151.6100, steamFee=0), MaterialDto(materialName=KVVP22 22X2.5, model=KVVP22, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=40771.41, factoryPrice=56939.25, netVolume=1319.98, inventory=A140, weighInv=99.00, matPrice=12610.370000, totalCopperConsume=27900.00, totalAluminumConsume=, totalLHCost=1310.7800, steamFee=0), MaterialDto(materialName=KVVP22 28X1.5, model=KVVP22, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=33467.28, factoryPrice=45584.58, netVolume=1133.78, inventory=A140, weighInv=99.00, matPrice=11596.780000, totalCopperConsume=21624.00, totalAluminumConsume=, totalLHCost=1482.8000, steamFee=0), MaterialDto(materialName=KVVP22 30X2.5, model=KVVP22, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=53075.15, factoryPrice=76552.58, netVolume=1678.59, inventory=A160, weighInv=159.00, matPrice=14741.190000, totalCopperConsume=38046.00, totalAluminumConsume=, totalLHCost=1471.2800, steamFee=0), MaterialDto(materialName=KVVP22 36X1, model=KVVP22, specification=36*1, voltage=450/750V, standard=GB, costPrice=28552.71, factoryPrice=42121.22, netVolume=1004.57, inventory=A140, weighInv=99.00, matPrice=9093.550000, totalCopperConsume=19134.00, totalAluminumConsume=, totalLHCost=1808.7600, steamFee=0), MaterialDto(materialName=KVVP2-22 3X2.5, model=KVVP2-22, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=6696.23, factoryPrice=9376.51, netVolume=332.14, inventory=A120, weighInv=64.00, matPrice=2887.650000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=558.6200, steamFee=0), MaterialDto(materialName=KVVP2-22 13X2.5, model=KVVP2-22, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=22440.68, factoryPrice=31544.70, netVolume=823.57, inventory=A140, weighInv=99.00, matPrice=5949.880000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=912.3400, steamFee=0), MaterialDto(materialName=KVVP 4X4, model=KVVP, specification=4*4, voltage=450/750V, standard=GB, costPrice=11135.52, factoryPrice=17316.80, netVolume=311.22, inventory=B100, weighInv=47.00, matPrice=2863.700000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=457.1100, steamFee=0), MaterialDto(materialName=KVVP 11X1, model=KVVP, specification=11*1, voltage=450/750V, standard=GB, costPrice=8919.44, factoryPrice=14148.11, netVolume=274.06, inventory=B100, weighInv=47.00, matPrice=2926.180000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=828.2700, steamFee=0), MaterialDto(materialName=KVVP 18X6, model=KVVP, specification=18*6, voltage=450/750V, standard=GB, costPrice=65746.51, factoryPrice=97809.11, netVolume=1498.57, inventory=A140, weighInv=99.00, matPrice=10310.850000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=941.0800, steamFee=0), MaterialDto(materialName=KVVP 20X0.75, model=KVVP, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=11806.38, factoryPrice=18918.92, netVolume=366.29, inventory=A120, weighInv=64.00, matPrice=3659.510000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=1230.7100, steamFee=0), MaterialDto(materialName=KVVP 27X1, model=KVVP, specification=27*1, voltage=450/750V, standard=GB, costPrice=20047.76, factoryPrice=30353.38, netVolume=563.39, inventory=A120, weighInv=64.00, matPrice=5461.070000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1437.8200, steamFee=0), MaterialDto(materialName=KVVP2 9X6, model=KVVP2, specification=9*6, voltage=450/750V, standard=GB, costPrice=32032.77, factoryPrice=46459.11, netVolume=774.85, inventory=A140, weighInv=99.00, matPrice=4432.600000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 27X0.75, model=KVVP2, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=14703.40, factoryPrice=20329.86, netVolume=461.85, inventory=A120, weighInv=64.00, matPrice=3934.580000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1132.4900, steamFee=0), MaterialDto(materialName=KVVP2 27X1, model=KVVP2, specification=27*1, voltage=450/750V, standard=GB, costPrice=18559.33, factoryPrice=26555.06, netVolume=540.29, inventory=A120, weighInv=64.00, matPrice=4203.730000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1163.3200, steamFee=0), MaterialDto(materialName=KVVP2 35X2.5, model=KVVP2, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=52625.58, factoryPrice=74444.07, netVolume=1377.24, inventory=A140, weighInv=99.00, matPrice=8233.890000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1369.0000, steamFee=0), MaterialDto(materialName=KVVP2 36X2.5, model=KVVP2, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=53991.36, factoryPrice=76394.58, netVolume=1408.84, inventory=A140, weighInv=99.00, matPrice=8331.440000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1393.7500, steamFee=0), MaterialDto(materialName=KVVP22 2X0.75, model=KVVP22, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=3660.41, factoryPrice=4521.96, netVolume=213.86, inventory=B100, weighInv=47.00, matPrice=2735.180000, totalCopperConsume=798.00, totalAluminumConsume=, totalLHCost=415.4900, steamFee=0), MaterialDto(materialName=KVVP22 13X0.75, model=KVVP22, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=10188.68, factoryPrice=14852.00, netVolume=452.23, inventory=A120, weighInv=64.00, matPrice=4801.160000, totalCopperConsume=5184.00, totalAluminumConsume=, totalLHCost=621.1800, steamFee=0), MaterialDto(materialName=KVVP22 18X0.75, model=KVVP22, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=12852.33, factoryPrice=19335.25, netVolume=546.14, inventory=A120, weighInv=64.00, matPrice=5453.790000, totalCopperConsume=7176.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 18X6, model=KVVP22, specification=18*6, voltage=450/750V, standard=GB, costPrice=69442.41, factoryPrice=102820.87, netVolume=1906.98, inventory=A160, weighInv=159.00, matPrice=13965.290000, totalCopperConsume=55194.00, totalAluminumConsume=, totalLHCost=1252.6400, steamFee=0), MaterialDto(materialName=KVVP22 19X6, model=KVVP22, specification=19*6, voltage=450/750V, standard=GB, costPrice=72582.98, factoryPrice=107526.90, netVolume=1959.73, inventory=A160, weighInv=159.00, matPrice=14039.850000, totalCopperConsume=58260.00, totalAluminumConsume=, totalLHCost=1286.3200, steamFee=0), MaterialDto(materialName=KVVP22 20X0.75, model=KVVP22, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=13822.01, factoryPrice=21060.61, netVolume=571.48, inventory=A120, weighInv=64.00, matPrice=5620.480000, totalCopperConsume=7974.00, totalAluminumConsume=, totalLHCost=1287.4600, steamFee=0), MaterialDto(materialName=KVVP22 23X0.75, model=KVVP22, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=16720.17, factoryPrice=23626.53, netVolume=685.64, inventory=A140, weighInv=99.00, matPrice=7273.280000, totalCopperConsume=9168.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 23X2.5, model=KVVP22, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=42607.46, factoryPrice=58917.41, netVolume=1379.11, inventory=A140, weighInv=99.00, matPrice=13163.110000, totalCopperConsume=29172.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 5X1, model=KVVP2-22, specification=5*1, voltage=450/750V, standard=GB, costPrice=5249.18, factoryPrice=7417.31, netVolume=293.60, inventory=B100, weighInv=47.00, matPrice=2587.550000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=478.7000, steamFee=0), MaterialDto(materialName=KVVP2-22 5X1.5, model=KVVP2-22, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=6905.80, factoryPrice=9538.46, netVolume=352.90, inventory=A120, weighInv=64.00, matPrice=3040.520000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=470.8100, steamFee=0), MaterialDto(materialName=KVVP2-22 8X1.5, model=KVVP2-22, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=9759.87, factoryPrice=13850.28, netVolume=433.11, inventory=A120, weighInv=64.00, matPrice=3577.770000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=671.7300, steamFee=0), MaterialDto(materialName=KVVP2-22 12X1, model=KVVP2-22, specification=12*1, voltage=450/750V, standard=GB, costPrice=10106.66, factoryPrice=14433.30, netVolume=450.29, inventory=A120, weighInv=64.00, matPrice=3724.220000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=866.7500, steamFee=0), MaterialDto(materialName=KVVP2-22 15X6, model=KVVP2-22, specification=15*6, voltage=450/750V, standard=GB, costPrice=54184.46, factoryPrice=78061.48, netVolume=1542.88, inventory=A140, weighInv=99.00, matPrice=8186.780000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=1225.7300, steamFee=0), MaterialDto(materialName=KVVP2-22 18X1.5, model=KVVP2-22, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=19561.81, factoryPrice=27169.68, netVolume=761.78, inventory=A140, weighInv=99.00, matPrice=5656.990000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=1032.5900, steamFee=0), MaterialDto(materialName=KVVP 3X0.75, model=KVVP, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2649.29, factoryPrice=4138.81, netVolume=94.34, inventory=B80, weighInv=22.00, matPrice=1375.480000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=329.2900, steamFee=0), MaterialDto(materialName=KVVP 3X6, model=KVVP, specification=3*6, voltage=450/750V, standard=GB, costPrice=12094.55, factoryPrice=18933.93, netVolume=315.82, inventory=B100, weighInv=47.00, matPrice=2752.320000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=437.4600, steamFee=0), MaterialDto(materialName=KVVP 4X1, model=KVVP, specification=4*1, voltage=450/750V, standard=GB, costPrice=3859.31, factoryPrice=6073.52, netVolume=128.05, inventory=B80, weighInv=22.00, matPrice=1643.220000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=351.2700, steamFee=0), MaterialDto(materialName=KVVP 7X6, model=KVVP, specification=7*6, voltage=450/750V, standard=GB, costPrice=26433.54, factoryPrice=40080.65, netVolume=619.07, inventory=A120, weighInv=64.00, matPrice=4721.680000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=551.9500, steamFee=0), MaterialDto(materialName=KVVP 11X0.75, model=KVVP, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=7183.71, factoryPrice=10576.52, netVolume=222.73, inventory=B100, weighInv=47.00, matPrice=2657.580000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=653.7100, steamFee=0), MaterialDto(materialName=KVVP 15X4, model=KVVP, specification=15*4, voltage=450/750V, standard=GB, costPrice=39180.99, factoryPrice=56435.23, netVolume=958.80, inventory=A140, weighInv=99.00, matPrice=8492.640000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=875.8000, steamFee=0), MaterialDto(materialName=KVVP 23X1, model=KVVP, specification=23*1, voltage=450/750V, standard=GB, costPrice=17631.33, factoryPrice=26765.20, netVolume=504.14, inventory=A120, weighInv=64.00, matPrice=5176.530000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 25X2.5, model=KVVP, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=42188.75, factoryPrice=62247.26, netVolume=1094.77, inventory=A140, weighInv=99.00, matPrice=10245.030000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1434.2200, steamFee=0), MaterialDto(materialName=KVVP 30X1, model=KVVP, specification=30*1, voltage=450/750V, standard=GB, costPrice=21964.52, factoryPrice=33314.30, netVolume=613.10, inventory=A120, weighInv=64.00, matPrice=5773.580000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1690.1400, steamFee=0), MaterialDto(materialName=KVVP2 4X1.5, model=KVVP2, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=4830.45, factoryPrice=6795.58, netVolume=157.78, inventory=B100, weighInv=47.00, matPrice=1737.450000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=250.9600, steamFee=0), MaterialDto(materialName=KVVP2 15X4, model=KVVP2, specification=15*4, voltage=450/750V, standard=GB, costPrice=35944.71, factoryPrice=51419.52, netVolume=900.01, inventory=A140, weighInv=99.00, matPrice=5456.050000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=877.8800, steamFee=0), MaterialDto(materialName=KVVP2 25X2.5, model=KVVP2, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=38397.64, factoryPrice=53868.52, netVolume=1026.66, inventory=A140, weighInv=99.00, matPrice=6688.180000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1126.2200, steamFee=0), MaterialDto(materialName=KVVP2 32X2.5, model=KVVP2, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=48322.98, factoryPrice=68346.85, netVolume=1269.44, inventory=A140, weighInv=99.00, matPrice=7735.950000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1285.6900, steamFee=0), MaterialDto(materialName=KVVP22 8X4, model=KVVP22, specification=8*4, voltage=450/750V, standard=GB, costPrice=22648.77, factoryPrice=34628.07, netVolume=749.61, inventory=A140, weighInv=99.00, matPrice=6146.910000, totalCopperConsume=16260.00, totalAluminumConsume=, totalLHCost=790.3400, steamFee=0), MaterialDto(materialName=KVVP22 16X6, model=KVVP22, specification=16*6, voltage=450/750V, standard=GB, costPrice=62199.02, factoryPrice=92036.58, netVolume=1699.02, inventory=A140, weighInv=99.00, matPrice=12868.120000, totalCopperConsume=49062.00, totalAluminumConsume=, totalLHCost=1196.6400, steamFee=0), MaterialDto(materialName=KVVP22 23X1.5, model=KVVP22, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=28958.96, factoryPrice=38786.63, netVolume=1003.61, inventory=A140, weighInv=99.00, matPrice=10753.070000, totalCopperConsume=17760.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 30X0.75, model=KVVP22, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=20161.02, factoryPrice=28786.81, netVolume=788.12, inventory=A140, weighInv=99.00, matPrice=7903.450000, totalCopperConsume=11964.00, totalAluminumConsume=, totalLHCost=1530.2100, steamFee=0), MaterialDto(materialName=KVVP2-22 2X6, model=KVVP2-22, specification=2*6, voltage=450/750V, standard=GB, costPrice=9354.60, factoryPrice=13368.38, netVolume=403.00, inventory=A120, weighInv=64.00, matPrice=3218.180000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=543.9800, steamFee=0), MaterialDto(materialName=KVVP2-22 4X0.75, model=KVVP2-22, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=3830.54, factoryPrice=5311.96, netVolume=239.70, inventory=B100, weighInv=47.00, matPrice=2231.820000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=442.4100, steamFee=0), MaterialDto(materialName=KVVP2-22 8X6, model=KVVP2-22, specification=8*6, voltage=450/750V, standard=GB, costPrice=29993.66, factoryPrice=43673.57, netVolume=915.94, inventory=A140, weighInv=99.00, matPrice=5459.750000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=874.0300, steamFee=0), MaterialDto(materialName=KVVP2-22 10X1, model=KVVP2-22, specification=10*1, voltage=450/750V, standard=GB, costPrice=8859.60, factoryPrice=12583.12, netVolume=415.94, inventory=A120, weighInv=64.00, matPrice=3540.240000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=751.6100, steamFee=0), MaterialDto(materialName=KVVP2-22 11X2.5, model=KVVP2-22, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=19469.11, factoryPrice=27102.53, netVolume=740.52, inventory=A140, weighInv=99.00, matPrice=5514.750000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=843.3500, steamFee=0), MaterialDto(materialName=KVVP2-22 13X1, model=KVVP2-22, specification=13*1, voltage=450/750V, standard=GB, costPrice=10848.01, factoryPrice=15491.90, netVolume=477.72, inventory=A120, weighInv=64.00, matPrice=3934.030000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=881.2800, steamFee=0), MaterialDto(materialName=KVVP2-22 14X0.75, model=KVVP2-22, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=9371.13, factoryPrice=13057.12, netVolume=444.78, inventory=A120, weighInv=64.00, matPrice=3785.410000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=876.6200, steamFee=0), MaterialDto(materialName=KVVP2-22 14X2.5, model=KVVP2-22, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=23806.46, factoryPrice=33507.85, netVolume=855.18, inventory=A140, weighInv=99.00, matPrice=6047.440000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=937.0900, steamFee=0), MaterialDto(materialName=KVVP 2X0.75, model=KVVP, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=2140.94, factoryPrice=3391.47, netVolume=83.48, inventory=B80, weighInv=22.00, matPrice=1270.980000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=308.3000, steamFee=0), MaterialDto(materialName=KVVP 4X2.5, model=KVVP, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=7642.77, factoryPrice=11474.75, netVolume=224.46, inventory=B100, weighInv=47.00, matPrice=2441.360000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=434.8700, steamFee=0), MaterialDto(materialName=KVVP 12X4, model=KVVP, specification=12*4, voltage=450/750V, standard=GB, costPrice=30720.06, factoryPrice=46055.42, netVolume=763.15, inventory=A140, weighInv=99.00, matPrice=6075.190000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=765.1700, steamFee=0), MaterialDto(materialName=KVVP 14X6, model=KVVP, specification=14*6, voltage=450/750V, standard=GB, costPrice=52003.66, factoryPrice=75472.65, netVolume=1193.55, inventory=A140, weighInv=99.00, matPrice=8860.780000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=821.2200, steamFee=0), MaterialDto(materialName=KVVP 15X2.5, model=KVVP, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=25468.44, factoryPrice=38239.95, netVolume=688.31, inventory=A140, weighInv=99.00, matPrice=6184.190000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=942.4500, steamFee=0), MaterialDto(materialName=KVVP 21X0.75, model=KVVP, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=12336.38, factoryPrice=19536.70, netVolume=383.41, inventory=A120, weighInv=64.00, matPrice=3786.080000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 11X6, model=KVVP2, specification=11*6, voltage=450/750V, standard=GB, costPrice=38784.15, factoryPrice=55740.03, netVolume=923.90, inventory=A140, weighInv=99.00, matPrice=5051.480000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=757.5900, steamFee=0), MaterialDto(materialName=KVVP2 12X6, model=KVVP2, specification=12*6, voltage=450/750V, standard=GB, costPrice=41978.29, factoryPrice=60551.92, netVolume=989.33, inventory=A140, weighInv=99.00, matPrice=5179.360000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=791.2700, steamFee=0), MaterialDto(materialName=KVVP2 16X0.75, model=KVVP2, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=9250.32, factoryPrice=12906.23, netVolume=304.39, inventory=B100, weighInv=47.00, matPrice=2867.200000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=646.6900, steamFee=0), MaterialDto(materialName=KVVP2 22X1, model=KVVP2, specification=22*1, voltage=450/750V, standard=GB, costPrice=15463.73, factoryPrice=22345.15, netVolume=458.96, inventory=A120, weighInv=64.00, matPrice=3765.850000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1051.6900, steamFee=0), MaterialDto(materialName=KVVP2 26X2.5, model=KVVP2, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=39763.42, factoryPrice=55807.97, netVolume=1058.27, inventory=A140, weighInv=99.00, matPrice=6785.730000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 27X1.5, model=KVVP2, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=26240.88, factoryPrice=37010.71, netVolume=750.23, inventory=A140, weighInv=99.00, matPrice=5385.600000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1078.1500, steamFee=0), MaterialDto(materialName=KVVP2 31X0.75, model=KVVP2, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=16702.17, factoryPrice=23069.58, netVolume=521.54, inventory=A120, weighInv=64.00, matPrice=4338.550000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 7X2.5, model=KVVP22, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=14236.13, factoryPrice=21430.33, netVolume=537.87, inventory=A120, weighInv=64.00, matPrice=5143.120000, totalCopperConsume=8880.00, totalAluminumConsume=, totalLHCost=636.4100, steamFee=0), MaterialDto(materialName=KVVP22 11X1, model=KVVP22, specification=11*1, voltage=450/750V, standard=GB, costPrice=10769.36, factoryPrice=16032.26, netVolume=454.57, inventory=A120, weighInv=64.00, matPrice=4724.400000, totalCopperConsume=5844.00, totalAluminumConsume=, totalLHCost=942.9100, steamFee=0), MaterialDto(materialName=KVVP22 14X6, model=KVVP22, specification=14*6, voltage=450/750V, standard=GB, costPrice=55206.03, factoryPrice=79428.18, netVolume=1525.81, inventory=A140, weighInv=99.00, matPrice=12020.680000, totalCopperConsume=42930.00, totalAluminumConsume=, totalLHCost=1093.7900, steamFee=0), MaterialDto(materialName=KVVP22 15X2.5, model=KVVP22, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=28029.23, factoryPrice=40764.00, netVolume=953.88, inventory=A140, weighInv=99.00, matPrice=8683.460000, totalCopperConsume=19026.00, totalAluminumConsume=, totalLHCost=1033.5100, steamFee=0), MaterialDto(materialName=KVVP22 17X6, model=KVVP22, specification=17*6, voltage=450/750V, standard=GB, costPrice=66248.72, factoryPrice=98116.42, netVolume=1841.58, inventory=A160, weighInv=159.00, matPrice=13837.600000, totalCopperConsume=52128.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 19X2.5, model=KVVP22, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=35623.37, factoryPrice=49323.65, netVolume=1133.18, inventory=A140, weighInv=99.00, matPrice=11079.430000, totalCopperConsume=24096.00, totalAluminumConsume=, totalLHCost=1040.5500, steamFee=0), MaterialDto(materialName=KVVP22 27X1, model=KVVP22, specification=27*1, voltage=450/750V, standard=GB, costPrice=22583.21, factoryPrice=33206.07, netVolume=825.99, inventory=A140, weighInv=99.00, matPrice=7937.370000, totalCopperConsume=14352.00, totalAluminumConsume=, totalLHCost=1414.3400, steamFee=0), MaterialDto(materialName=KVVP2-22 2X1.5, model=KVVP2-22, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=3819.53, factoryPrice=5227.43, netVolume=241.51, inventory=B100, weighInv=47.00, matPrice=2271.070000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=421.3500, steamFee=0), MaterialDto(materialName=KVVP2-22 15X0.75, model=KVVP2-22, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=9988.96, factoryPrice=13896.10, netVolume=471.77, inventory=A120, weighInv=64.00, matPrice=4004.540000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 15X1.5, model=KVVP2-22, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=16809.61, factoryPrice=23296.31, netVolume=680.78, inventory=A140, weighInv=99.00, matPrice=5221.610000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=1100.8800, steamFee=0), MaterialDto(materialName=KVVP3 5X0.75, model=KVVP3, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=2807.60, factoryPrice=4042.43, netVolume=121.43, inventory=B80, weighInv=22.00, matPrice=804.500000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=279.3500, steamFee=0), MaterialDto(materialName=KVVP 2X2.5, model=KVVP, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=4560.03, factoryPrice=7011.25, netVolume=146.00, inventory=B100, weighInv=47.00, matPrice=1916.130000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=392.1900, steamFee=0), MaterialDto(materialName=KVVP 10X4, model=KVVP, specification=10*4, voltage=450/750V, standard=GB, costPrice=26265.20, factoryPrice=39790.72, netVolume=668.96, inventory=A140, weighInv=99.00, matPrice=5694.230000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=683.7700, steamFee=0), MaterialDto(materialName=KVVP 11X1.5, model=KVVP, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=12264.84, factoryPrice=19291.01, netVolume=360.86, inventory=A120, weighInv=64.00, matPrice=3594.260000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=837.3500, steamFee=0), MaterialDto(materialName=KVVP 12X1, model=KVVP, specification=12*1, voltage=450/750V, standard=GB, costPrice=9499.74, factoryPrice=15604.87, netVolume=288.43, inventory=B100, weighInv=47.00, matPrice=2974.930000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=803.3000, steamFee=0), MaterialDto(materialName=KVVP 31X1, model=KVVP, specification=31*1, voltage=450/750V, standard=GB, costPrice=22861.13, factoryPrice=34511.15, netVolume=654.65, inventory=A140, weighInv=99.00, matPrice=6128.050000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1514.7600, steamFee=0), MaterialDto(materialName=KVVP 33X0.75, model=KVVP, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=19139.35, factoryPrice=28206.16, netVolume=568.99, inventory=A120, weighInv=64.00, matPrice=5737.360000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 7X1, model=KVVP2, specification=7*1, voltage=450/750V, standard=GB, costPrice=5532.92, factoryPrice=8030.35, netVolume=169.85, inventory=B100, weighInv=47.00, matPrice=1808.200000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=312.0600, steamFee=0), MaterialDto(materialName=KVVP2 30X1.5, model=KVVP2, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=28899.97, factoryPrice=40738.72, netVolume=818.95, inventory=A140, weighInv=99.00, matPrice=5727.880000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1130.9700, steamFee=0), MaterialDto(materialName=KVVP2 34X1, model=KVVP2, specification=34*1, voltage=450/750V, standard=GB, costPrice=23115.32, factoryPrice=33095.47, netVolume=680.47, inventory=A140, weighInv=99.00, matPrice=5038.910000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1315.5200, steamFee=0), MaterialDto(materialName=KVVP2 37X2.5, model=KVVP2, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=55325.26, factoryPrice=78343.51, netVolume=1432.85, inventory=A140, weighInv=99.00, matPrice=8397.120000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1418.5000, steamFee=0), MaterialDto(materialName=KVVP22 4X6, model=KVVP22, specification=4*6, voltage=450/750V, standard=GB, costPrice=17550.31, factoryPrice=26717.80, netVolume=595.98, inventory=A120, weighInv=64.00, matPrice=5071.530000, totalCopperConsume=12264.00, totalAluminumConsume=, totalLHCost=586.4900, steamFee=0), MaterialDto(materialName=KVVP22 12X0.75, model=KVVP22, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=9553.93, factoryPrice=13230.13, netVolume=427.28, inventory=A120, weighInv=64.00, matPrice=4576.830000, totalCopperConsume=4782.00, totalAluminumConsume=, totalLHCost=804.5400, steamFee=0), MaterialDto(materialName=KVVP22 18X1, model=KVVP22, specification=18*1, voltage=450/750V, standard=GB, costPrice=15509.07, factoryPrice=23964.65, netVolume=605.40, inventory=A120, weighInv=64.00, matPrice=5709.480000, totalCopperConsume=9570.00, totalAluminumConsume=, totalLHCost=859.8000, steamFee=0), MaterialDto(materialName=KVVP22 24X1.5, model=KVVP22, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=29800.99, factoryPrice=40573.61, netVolume=1024.11, inventory=A140, weighInv=99.00, matPrice=10821.110000, totalCopperConsume=18534.00, totalAluminumConsume=, totalLHCost=1399.0400, steamFee=0), MaterialDto(materialName=KVVP22 25X1.5, model=KVVP22, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=30839.12, factoryPrice=41336.75, netVolume=1054.39, inventory=A140, weighInv=99.00, matPrice=11076.050000, totalCopperConsume=19308.00, totalAluminumConsume=, totalLHCost=1406.2800, steamFee=0), MaterialDto(materialName=KVVP22 26X1, model=KVVP22, specification=26*1, voltage=450/750V, standard=GB, costPrice=22000.48, factoryPrice=32170.38, netVolume=811.59, inventory=A140, weighInv=99.00, matPrice=7888.640000, totalCopperConsume=13818.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 32X0.75, model=KVVP22, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=21282.36, factoryPrice=30407.10, netVolume=827.73, inventory=A140, weighInv=99.00, matPrice=8222.630000, totalCopperConsume=12756.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 34X0.75, model=KVVP22, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=22430.23, factoryPrice=32036.87, netVolume=869.69, inventory=A140, weighInv=99.00, matPrice=8561.870000, totalCopperConsume=13554.00, totalAluminumConsume=, totalLHCost=1531.6900, steamFee=0), MaterialDto(materialName=KVVP2-22 8X4, model=KVVP2-22, specification=8*4, voltage=450/750V, standard=GB, costPrice=21219.08, factoryPrice=30563.52, netVolume=725.99, inventory=A140, weighInv=99.00, matPrice=4956.630000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=830.5700, steamFee=0), MaterialDto(materialName=KVVP2-22 9X1.5, model=KVVP2-22, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=10906.27, factoryPrice=15404.21, netVolume=479.52, inventory=A120, weighInv=64.00, matPrice=3951.910000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=787.1700, steamFee=0), MaterialDto(materialName=KVVP2-22 23X1.5, model=KVVP2-22, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=24522.18, factoryPrice=34034.78, netVolume=926.24, inventory=A140, weighInv=99.00, matPrice=6756.000000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 27X0.75, model=KVVP2-22, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=16264.98, factoryPrice=22366.48, netVolume=699.19, inventory=A140, weighInv=99.00, matPrice=5496.160000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1529.3700, steamFee=0), MaterialDto(materialName=KVVP3 3X6, model=KVVP3, specification=3*6, voltage=450/750V, standard=GB, costPrice=10363.80, factoryPrice=15231.20, netVolume=277.56, inventory=B100, weighInv=47.00, matPrice=1155.450000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=379.0500, steamFee=0), MaterialDto(materialName=KVVP3 6X6, model=KVVP3, specification=6*6, voltage=450/750V, standard=GB, costPrice=20333.73, factoryPrice=29640.80, netVolume=525.75, inventory=A120, weighInv=64.00, matPrice=1926.620000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=506.6800, steamFee=0), MaterialDto(materialName=KVVP 3X1, model=KVVP, specification=3*1, voltage=450/750V, standard=GB, costPrice=3123.43, factoryPrice=4973.05, netVolume=106.08, inventory=B80, weighInv=22.00, matPrice=1447.950000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=317.3400, steamFee=0), MaterialDto(materialName=KVVP 4X1.5, model=KVVP, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=5180.91, factoryPrice=7844.70, netVolume=162.78, inventory=B100, weighInv=47.00, matPrice=1984.360000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=351.2700, steamFee=0), MaterialDto(materialName=KVVP 5X4, model=KVVP, specification=5*4, voltage=450/750V, standard=GB, costPrice=13569.77, factoryPrice=21582.01, netVolume=371.26, inventory=A120, weighInv=64.00, matPrice=3249.410000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=480.1400, steamFee=0), MaterialDto(materialName=KVVP 6X6, model=KVVP, specification=6*6, voltage=450/750V, standard=GB, costPrice=23292.53, factoryPrice=35397.53, netVolume=566.29, inventory=A120, weighInv=64.00, matPrice=4646.930000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=530.6100, steamFee=0), MaterialDto(materialName=KVVP 11X2.5, model=KVVP, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=19340.06, factoryPrice=29046.72, netVolume=521.03, inventory=A120, weighInv=64.00, matPrice=5158.180000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=693.2600, steamFee=0), MaterialDto(materialName=KVVP 12X1.5, model=KVVP, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=13104.61, factoryPrice=20731.18, netVolume=381.25, inventory=A120, weighInv=64.00, matPrice=3661.760000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=867.5800, steamFee=0), MaterialDto(materialName=KVVP 29X0.75, model=KVVP, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=17180.87, factoryPrice=25465.65, netVolume=513.74, inventory=A120, weighInv=64.00, matPrice=5383.840000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 19X2.5, model=KVVP2, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=29443.59, factoryPrice=41832.08, netVolume=794.29, inventory=A140, weighInv=99.00, matPrice=5343.460000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=874.2000, steamFee=0), MaterialDto(materialName=KVVP2 31X1.5, model=KVVP2, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=29902.43, factoryPrice=42134.65, netVolume=849.73, inventory=A140, weighInv=99.00, matPrice=5958.060000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1295.1400, steamFee=0), MaterialDto(materialName=KVVP22 4X0.75, model=KVVP22, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=4838.62, factoryPrice=6272.60, netVolume=255.42, inventory=B100, weighInv=47.00, matPrice=3101.550000, totalCopperConsume=1596.00, totalAluminumConsume=, totalLHCost=454.1000, steamFee=0), MaterialDto(materialName=KVVP22 7X4, model=KVVP22, specification=7*4, voltage=450/750V, standard=GB, costPrice=20124.79, factoryPrice=30187.48, netVolume=666.82, inventory=A120, weighInv=64.00, matPrice=5668.330000, totalCopperConsume=14226.00, totalAluminumConsume=, totalLHCost=672.0300, steamFee=0), MaterialDto(materialName=KVVP22 14X1, model=KVVP22, specification=14*1, voltage=450/750V, standard=GB, costPrice=12725.24, factoryPrice=19692.33, netVolume=513.85, inventory=A120, weighInv=64.00, matPrice=5075.490000, totalCopperConsume=7440.00, totalAluminumConsume=, totalLHCost=980.7000, steamFee=0), MaterialDto(materialName=KVVP22 17X4, model=KVVP22, specification=17*4, voltage=450/750V, standard=GB, costPrice=47132.37, factoryPrice=66582.78, netVolume=1404.86, inventory=A140, weighInv=99.00, matPrice=12328.190000, totalCopperConsume=34548.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 25X0.75, model=KVVP22, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=17727.63, factoryPrice=25082.50, netVolume=715.39, inventory=A140, weighInv=99.00, matPrice=7477.290000, totalCopperConsume=9966.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 6X1.5, model=KVVP2-22, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=7935.84, factoryPrice=11006.28, netVolume=382.26, inventory=A120, weighInv=64.00, matPrice=3298.290000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=492.0500, steamFee=0), MaterialDto(materialName=KVVP2-22 29X1, model=KVVP2-22, specification=29*1, voltage=450/750V, standard=GB, costPrice=21497.81, factoryPrice=30483.73, netVolume=827.82, inventory=A140, weighInv=99.00, matPrice=6079.120000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 33X1, model=KVVP2-22, specification=33*1, voltage=450/750V, standard=GB, costPrice=24008.96, factoryPrice=34287.58, netVolume=902.39, inventory=A140, weighInv=99.00, matPrice=6464.090000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 5X1.5, model=KVVP3, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=4912.58, factoryPrice=7069.71, netVolume=179.79, inventory=B100, weighInv=47.00, matPrice=1041.610000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=272.2000, steamFee=0), MaterialDto(materialName=KVVP3 7X1.5, model=KVVP3, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=6581.53, factoryPrice=9491.06, netVolume=211.40, inventory=B100, weighInv=47.00, matPrice=1166.020000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=392.3800, steamFee=0), MaterialDto(materialName=KVVP3 8X2.5, model=KVVP3, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=11916.07, factoryPrice=17359.46, netVolume=360.09, inventory=A120, weighInv=64.00, matPrice=1760.690000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=565.4300, steamFee=0), MaterialDto(materialName=KVVP3 9X4, model=KVVP3, specification=9*4, voltage=450/750V, standard=GB, costPrice=20553.58, factoryPrice=29859.63, netVolume=546.74, inventory=A120, weighInv=64.00, matPrice=2253.130000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 34X2.5, model=KVVP3, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=48467.19, factoryPrice=69276.68, netVolume=1311.03, inventory=A140, weighInv=99.00, matPrice=5338.030000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1344.2600, steamFee=0), MaterialDto(materialName=KVV 14X1, model=KVV, specification=14*1, voltage=450/750V, standard=GB, costPrice=8681.81, factoryPrice=12629.73, netVolume=287.65, inventory=B100, weighInv=47.00, matPrice=1240.190000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=717.7900, steamFee=0), MaterialDto(materialName=KVV 17X4, model=KVV, specification=17*4, voltage=450/750V, standard=GB, costPrice=37696.19, factoryPrice=53430.86, netVolume=960.68, inventory=A140, weighInv=99.00, matPrice=3146.810000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 36X1.5, model=KVV, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=31367.57, factoryPrice=43758.10, netVolume=910.97, inventory=A140, weighInv=99.00, matPrice=3565.750000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1352.2600, steamFee=0), MaterialDto(materialName=KVVP 13X0.75, model=KVVP, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=8318.58, factoryPrice=12957.58, netVolume=269.20, inventory=B100, weighInv=47.00, matPrice=2986.620000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=572.9400, steamFee=0), MaterialDto(materialName=KVVP 16X1.5, model=KVVP, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=17534.95, factoryPrice=26208.25, netVolume=491.92, inventory=A120, weighInv=64.00, matPrice=4930.110000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=944.4600, steamFee=0), MaterialDto(materialName=KVVP 22X1, model=KVVP, specification=22*1, voltage=450/750V, standard=GB, costPrice=16840.87, factoryPrice=25927.01, netVolume=480.43, inventory=A120, weighInv=64.00, matPrice=4928.720000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1311.6200, steamFee=0), MaterialDto(materialName=KVVP 23X0.75, model=KVVP, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=14273.92, factoryPrice=21205.97, netVolume=436.25, inventory=A120, weighInv=64.00, matPrice=4883.780000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 8X0.75, model=KVVP2, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=5041.82, factoryPrice=7163.72, netVolume=166.24, inventory=B100, weighInv=47.00, matPrice=1848.310000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=422.1900, steamFee=0), MaterialDto(materialName=KVVP2 10X4, model=KVVP2, specification=10*4, voltage=450/750V, standard=GB, costPrice=24580.76, factoryPrice=35030.97, netVolume=627.23, inventory=A120, weighInv=64.00, matPrice=4253.680000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=675.3300, steamFee=0), MaterialDto(materialName=KVVP2 12X1, model=KVVP2, specification=12*1, voltage=450/750V, standard=GB, costPrice=8992.21, factoryPrice=13003.40, netVolume=281.18, inventory=B100, weighInv=47.00, matPrice=2609.770000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=584.3800, steamFee=0), MaterialDto(materialName=KVVP2 15X2.5, model=KVVP2, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=23807.09, factoryPrice=33738.53, netVolume=662.48, inventory=A140, weighInv=99.00, matPrice=4779.840000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=787.6100, steamFee=0), MaterialDto(materialName=KVVP2 18X1, model=KVVP2, specification=18*1, voltage=450/750V, standard=GB, costPrice=12851.23, factoryPrice=18557.10, netVolume=388.76, inventory=A120, weighInv=64.00, matPrice=3279.520000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=699.9600, steamFee=0), MaterialDto(materialName=KVVP2 21X1.5, model=KVVP2, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=20636.22, factoryPrice=29058.57, netVolume=586.60, inventory=A120, weighInv=64.00, matPrice=4414.580000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1057.2600, steamFee=0), MaterialDto(materialName=KVVP22 7X0.75, model=KVVP22, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=6577.82, factoryPrice=8915.15, netVolume=315.22, inventory=B100, weighInv=47.00, matPrice=3627.150000, totalCopperConsume=2790.00, totalAluminumConsume=, totalLHCost=535.9500, steamFee=0), MaterialDto(materialName=KVVP22 22X1, model=KVVP22, specification=22*1, voltage=450/750V, standard=GB, costPrice=19280.70, factoryPrice=28588.52, netVolume=728.56, inventory=A140, weighInv=99.00, matPrice=7309.670000, totalCopperConsume=11694.00, totalAluminumConsume=, totalLHCost=1355.4900, steamFee=0), MaterialDto(materialName=KVVP2-22 4X6, model=KVVP2-22, specification=4*6, voltage=450/750V, standard=GB, costPrice=16227.59, factoryPrice=23445.62, netVolume=573.19, inventory=A120, weighInv=64.00, matPrice=3958.670000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=621.5700, steamFee=0), MaterialDto(materialName=KVVP2-22 7X1.5, model=KVVP2-22, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=8754.36, factoryPrice=12211.82, netVolume=397.60, inventory=A120, weighInv=64.00, matPrice=3344.540000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=590.9900, steamFee=0), MaterialDto(materialName=KVVP2-22 24X1.5, model=KVVP2-22, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=25361.96, factoryPrice=35557.90, netVolume=946.64, inventory=A140, weighInv=99.00, matPrice=6823.500000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1240.0600, steamFee=0), MaterialDto(materialName=KVVP2-22 26X1, model=KVVP2-22, specification=26*1, voltage=450/750V, standard=GB, costPrice=19592.33, factoryPrice=27657.90, netVolume=771.10, inventory=A140, weighInv=99.00, matPrice=5768.280000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 34X0.75, model=KVVP2-22, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=19884.80, factoryPrice=27371.13, netVolume=827.04, inventory=A140, weighInv=99.00, matPrice=6325.080000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1616.4300, steamFee=0), MaterialDto(materialName=KVVP3 8X1.5, model=KVVP3, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=7576.69, factoryPrice=10978.63, netVolume=255.32, inventory=B100, weighInv=47.00, matPrice=1388.910000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=473.1200, steamFee=0), MaterialDto(materialName=KVVP3 23X1, model=KVVP3, specification=23*1, voltage=450/750V, standard=GB, costPrice=14532.90, factoryPrice=21286.55, netVolume=461.29, inventory=A120, weighInv=64.00, matPrice=2297.790000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 9X2.5, model=KVV, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=12963.14, factoryPrice=18650.32, netVolume=389.06, inventory=A120, weighInv=64.00, matPrice=1549.140000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 20X0.75, model=KVV, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=9438.15, factoryPrice=13302.81, netVolume=326.80, inventory=A120, weighInv=64.00, matPrice=1464.140000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=1079.6000, steamFee=0), MaterialDto(materialName=KVV 25X0.75, model=KVV, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=11754.92, factoryPrice=16319.03, netVolume=402.42, inventory=A120, weighInv=64.00, matPrice=1787.410000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 27X2.5, model=KVV, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=38077.93, factoryPrice=53533.56, netVolume=1039.13, inventory=A140, weighInv=99.00, matPrice=3835.930000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1171.1800, steamFee=0), MaterialDto(materialName=KVV 30X2.5, model=KVV, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=42220.77, factoryPrice=59355.86, netVolume=1140.92, inventory=A140, weighInv=99.00, matPrice=4174.100000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1225.1500, steamFee=0), MaterialDto(materialName=KVVP 8X1, model=KVVP, specification=8*1, voltage=450/750V, standard=GB, costPrice=6597.64, factoryPrice=10402.72, netVolume=195.74, inventory=B100, weighInv=47.00, matPrice=2227.920000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=556.2000, steamFee=0), MaterialDto(materialName=KVVP 9X4, model=KVVP, specification=9*4, voltage=450/750V, standard=GB, costPrice=23658.47, factoryPrice=36258.63, netVolume=589.68, inventory=A120, weighInv=64.00, matPrice=5137.870000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 10X1.5, model=KVVP, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=11328.39, factoryPrice=18102.06, netVolume=338.18, inventory=A120, weighInv=64.00, matPrice=3436.380000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=795.3400, steamFee=0), MaterialDto(materialName=KVVP 28X1.5, model=KVVP, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=30503.49, factoryPrice=43144.27, netVolume=837.73, inventory=A140, weighInv=99.00, matPrice=8673.340000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1493.0800, steamFee=0), MaterialDto(materialName=KVVP 30X0.75, model=KVVP, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=17622.55, factoryPrice=26077.90, netVolume=525.44, inventory=A120, weighInv=64.00, matPrice=5426.810000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1520.3700, steamFee=0), MaterialDto(materialName=KVVP 32X1, model=KVVP, specification=32*1, voltage=450/750V, standard=GB, costPrice=23441.42, factoryPrice=35340.65, netVolume=669.02, inventory=A140, weighInv=99.00, matPrice=6176.800000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1537.4000, steamFee=0), MaterialDto(materialName=KVVP 32X1.5, model=KVVP, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=34168.66, factoryPrice=48264.26, netVolume=932.12, inventory=A140, weighInv=99.00, matPrice=9240.490000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1721.8000, steamFee=0), MaterialDto(materialName=KVVP 34X2.5, model=KVVP, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=55813.10, factoryPrice=81818.72, netVolume=1461.43, inventory=A160, weighInv=159.00, matPrice=12423.470000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1477.1300, steamFee=0), MaterialDto(materialName=KVVP2 2X1.5, model=KVVP2, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=2938.94, factoryPrice=4093.78, netVolume=107.38, inventory=B80, weighInv=22.00, matPrice=1390.480000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=208.4800, steamFee=0), MaterialDto(materialName=KVVP2 18X6, model=KVVP2, specification=18*6, voltage=450/750V, standard=GB, costPrice=61875.70, factoryPrice=89196.53, netVolume=1429.12, inventory=A140, weighInv=99.00, matPrice=6679.270000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=1031.9900, steamFee=0), MaterialDto(materialName=KVVP2 19X6, model=KVVP2, specification=19*6, voltage=450/750V, standard=GB, costPrice=65016.71, factoryPrice=93831.46, netVolume=1481.91, inventory=A140, weighInv=99.00, matPrice=6754.030000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=1065.6700, steamFee=0), MaterialDto(materialName=KVVP2 22X0.75, model=KVVP2, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=12311.61, factoryPrice=17204.62, netVolume=394.92, inventory=A120, weighInv=64.00, matPrice=3536.290000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 33X1, model=KVVP2, specification=33*1, voltage=450/750V, standard=GB, costPrice=22398.15, factoryPrice=32101.65, netVolume=658.11, inventory=A140, weighInv=99.00, matPrice=4853.290000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 35X0.75, model=KVVP2, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=18601.38, factoryPrice=25701.07, netVolume=576.60, inventory=A120, weighInv=64.00, matPrice=4642.960000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1299.9700, steamFee=0), MaterialDto(materialName=KVVP22 8X1.5, model=KVVP22, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=10983.78, factoryPrice=16405.93, netVolume=451.33, inventory=A120, weighInv=64.00, matPrice=4608.470000, totalCopperConsume=6180.00, totalAluminumConsume=, totalLHCost=632.4400, steamFee=0), MaterialDto(materialName=KVVP22 26X1.5, model=KVVP22, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=31680.46, factoryPrice=42531.23, netVolume=1074.79, inventory=A140, weighInv=99.00, matPrice=11143.390000, totalCopperConsume=20082.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 34X1.5, model=KVVP22, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=39431.00, factoryPrice=54011.51, netVolume=1327.58, inventory=A140, weighInv=99.00, matPrice=12910.190000, totalCopperConsume=26256.00, totalAluminumConsume=, totalLHCost=1654.5800, steamFee=0), MaterialDto(materialName=KVVP2-22 13X0.75, model=KVVP2-22, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=8929.46, factoryPrice=12422.75, netVolume=433.09, inventory=A120, weighInv=64.00, matPrice=3742.440000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=875.3100, steamFee=0), MaterialDto(materialName=KVVP2-22 14X1, model=KVVP2-22, specification=14*1, voltage=450/750V, standard=GB, costPrice=11428.31, factoryPrice=16326.93, netVolume=492.09, inventory=A120, weighInv=64.00, matPrice=3982.780000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=972.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 17X4, model=KVVP2-22, specification=17*4, voltage=450/750V, standard=GB, costPrice=42365.16, factoryPrice=60486.35, netVolume=1293.93, inventory=A140, weighInv=99.00, matPrice=7811.870000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 24X0.75, model=KVVP2-22, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=14858.02, factoryPrice=20634.80, netVolume=659.12, inventory=A140, weighInv=99.00, matPrice=5285.290000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1435.4500, steamFee=0), MaterialDto(materialName=KVVP3 5X4, model=KVVP3, specification=5*4, voltage=450/750V, standard=GB, costPrice=11766.14, factoryPrice=17094.02, netVolume=348.08, inventory=B100, weighInv=47.00, matPrice=1594.960000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=427.2000, steamFee=0), MaterialDto(materialName=KVVP3 14X0.75, model=KVVP3, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=7076.30, factoryPrice=10086.72, netVolume=259.26, inventory=B100, weighInv=47.00, matPrice=1484.900000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=594.2500, steamFee=0), MaterialDto(materialName=KVV 6X4, model=KVV, specification=6*4, voltage=450/750V, standard=GB, costPrice=13566.71, factoryPrice=19419.78, netVolume=381.61, inventory=A120, weighInv=64.00, matPrice=1372.810000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=471.2800, steamFee=0), MaterialDto(materialName=KVV 7X6, model=KVV, specification=7*6, voltage=450/750V, standard=GB, costPrice=23041.47, factoryPrice=33326.15, netVolume=562.91, inventory=A120, weighInv=64.00, matPrice=1577.720000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=506.5700, steamFee=0), MaterialDto(materialName=KVVP22 36X1.5, model=KVVP22, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=41113.67, factoryPrice=56399.68, netVolume=1368.38, inventory=A140, weighInv=99.00, matPrice=13044.860000, totalCopperConsume=27804.00, totalAluminumConsume=, totalLHCost=1697.0600, steamFee=0), MaterialDto(materialName=KVVP2-22 3X6, model=KVVP2-22, specification=3*6, voltage=450/750V, standard=GB, costPrice=12697.16, factoryPrice=18288.50, netVolume=475.47, inventory=A120, weighInv=64.00, matPrice=3494.500000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=577.6600, steamFee=0), MaterialDto(materialName=KVVP2-22 7X1, model=KVVP2-22, specification=7*1, voltage=450/750V, standard=GB, costPrice=6538.87, factoryPrice=9333.85, netVolume=323.00, inventory=B100, weighInv=47.00, matPrice=2814.160000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=540.6600, steamFee=0), MaterialDto(materialName=KVVP2-22 10X4, model=KVVP2-22, specification=10*4, voltage=450/750V, standard=GB, costPrice=26263.84, factoryPrice=37167.13, netVolume=882.99, inventory=A140, weighInv=99.00, matPrice=5936.760000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=873.9400, steamFee=0), MaterialDto(materialName=KVVP2-22 11X6, model=KVVP2-22, specification=11*6, voltage=450/750V, standard=GB, costPrice=40567.20, factoryPrice=58122.67, netVolume=1194.23, inventory=A140, weighInv=99.00, matPrice=6834.530000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=966.4300, steamFee=0), MaterialDto(materialName=KVVP2-22 12X6, model=KVVP2-22, specification=12*6, voltage=450/750V, standard=GB, costPrice=43761.34, factoryPrice=63020.67, netVolume=1259.66, inventory=A140, weighInv=99.00, matPrice=6962.420000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=1000.1100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X4, model=KVVP2-22, specification=16*4, voltage=450/750V, standard=GB, costPrice=39883.59, factoryPrice=56969.27, netVolume=1217.15, inventory=A140, weighInv=99.00, matPrice=7362.610000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=1132.1400, steamFee=0), MaterialDto(materialName=KVVP2-22 20X2.5, model=KVVP2-22, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=32673.64, factoryPrice=46534.95, netVolume=1098.76, inventory=A140, weighInv=99.00, matPrice=7305.280000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1228.9300, steamFee=0), MaterialDto(materialName=KVVP2-22 23X0.75, model=KVVP2-22, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=14299.20, factoryPrice=19750.00, netVolume=629.12, inventory=A140, weighInv=99.00, matPrice=5125.170000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 30X1, model=KVVP2-22, specification=30*1, voltage=450/750V, standard=GB, costPrice=22078.10, factoryPrice=31323.50, netVolume=842.19, inventory=A140, weighInv=99.00, matPrice=6127.870000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1634.9300, steamFee=0), MaterialDto(materialName=KVVP2-22 35X1.5, model=KVVP2-22, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=35540.75, factoryPrice=49125.36, netVolume=1261.70, inventory=A140, weighInv=99.00, matPrice=8507.290000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1515.7100, steamFee=0), MaterialDto(materialName=KVVP3 9X1.5, model=KVVP3, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=8500.64, factoryPrice=12288.45, netVolume=286.32, inventory=B100, weighInv=47.00, matPrice=1540.580000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=578.3300, steamFee=0), MaterialDto(materialName=KVVP3 22X1.5, model=KVVP3, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=19918.01, factoryPrice=28414.72, netVolume=613.99, inventory=A140, weighInv=99.00, matPrice=2918.410000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1078.5000, steamFee=0), MaterialDto(materialName=KVVP3 23X1.5, model=KVVP3, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=20820.42, factoryPrice=29612.36, netVolume=641.82, inventory=A140, weighInv=99.00, matPrice=3048.540000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 24X1.5, model=KVVP3, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=21660.19, factoryPrice=30910.33, netVolume=662.21, inventory=A140, weighInv=99.00, matPrice=3116.040000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1015.6400, steamFee=0), MaterialDto(materialName=KVVP3 35X0.75, model=KVVP3, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=16760.86, factoryPrice=23517.51, netVolume=553.88, inventory=A140, weighInv=99.00, matPrice=2796.740000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1299.9700, steamFee=0), MaterialDto(materialName=KVV 7X4, model=KVV, specification=7*4, voltage=450/750V, standard=GB, costPrice=15675.92, factoryPrice=22502.36, netVolume=417.67, inventory=A120, weighInv=64.00, matPrice=1449.700000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=492.6200, steamFee=0), MaterialDto(materialName=KVV 14X6, model=KVV, specification=14*6, voltage=450/750V, standard=GB, costPrice=45799.15, factoryPrice=65482.31, netVolume=1083.35, inventory=A140, weighInv=99.00, matPrice=2871.630000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=750.7100, steamFee=0), MaterialDto(materialName=KVV 16X1.5, model=KVV, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=14137.68, factoryPrice=19963.30, netVolume=435.67, inventory=A120, weighInv=64.00, matPrice=1781.310000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=793.3600, steamFee=0), MaterialDto(materialName=KVV 27X1.5, model=KVV, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=23674.59, factoryPrice=33051.23, netVolume=705.58, inventory=A140, weighInv=99.00, matPrice=2823.220000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1162.1200, steamFee=0), MaterialDto(materialName=KVV 37X2.5, model=KVV, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=51873.16, factoryPrice=72950.18, netVolume=1375.36, inventory=A140, weighInv=99.00, matPrice=4948.940000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1393.9400, steamFee=0), MaterialDto(materialName=KVV22 4X2.5, model=KVV22, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=6820.18, factoryPrice=9621.41, netVolume=329.81, inventory=A120, weighInv=64.00, matPrice=1747.290000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=488.8100, steamFee=0), MaterialDto(materialName=KVV22 8X1.5, model=KVV22, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=8128.95, factoryPrice=11485.81, netVolume=370.40, inventory=A120, weighInv=64.00, matPrice=1950.770000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=582.4100, steamFee=0), MaterialDto(materialName=KVV22 12X1.5, model=KVV22, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=11763.47, factoryPrice=16458.07, netVolume=491.69, inventory=A120, weighInv=64.00, matPrice=2496.200000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=825.5000, steamFee=0), MaterialDto(materialName=KVVP2-22 14X4, model=KVVP2-22, specification=14*4, voltage=450/750V, standard=GB, costPrice=35275.33, factoryPrice=50349.86, netVolume=1097.91, inventory=A140, weighInv=99.00, matPrice=6818.980000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=1023.9200, steamFee=0), MaterialDto(materialName=KVVP2-22 19X0.75, model=KVVP2-22, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=11921.00, factoryPrice=16678.48, netVolume=529.95, inventory=A120, weighInv=64.00, matPrice=4341.780000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=1034.8300, steamFee=0), MaterialDto(materialName=KVVP2-22 32X1.5, model=KVVP2-22, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=32615.58, factoryPrice=45274.11, netVolume=1154.13, inventory=A140, weighInv=99.00, matPrice=7898.940000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1700.9000, steamFee=0), MaterialDto(materialName=KVVP3 2X2.5, model=KVVP3, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=3375.79, factoryPrice=4957.25, netVolume=130.82, inventory=B100, weighInv=47.00, matPrice=829.740000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=305.2800, steamFee=0), MaterialDto(materialName=KVVP3 14X6, model=KVVP3, specification=14*6, voltage=450/750V, standard=GB, costPrice=46361.90, factoryPrice=67015.70, netVolume=1104.21, inventory=A140, weighInv=99.00, matPrice=3424.780000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=865.9900, steamFee=0), MaterialDto(materialName=KVVP3 26X2.5, model=KVVP3, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=37306.57, factoryPrice=53233.36, netVolume=1027.88, inventory=A140, weighInv=99.00, matPrice=4323.190000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 27X1.5, model=KVVP3, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=24202.73, factoryPrice=34386.33, netVolume=725.10, inventory=A140, weighInv=99.00, matPrice=3341.760000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1078.1500, steamFee=0), MaterialDto(materialName=KVVP3 29X2.5, model=KVVP3, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=41469.41, factoryPrice=59231.83, netVolume=1130.45, inventory=A140, weighInv=99.00, matPrice=4681.360000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 31X0.75, model=KVVP3, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=14939.89, factoryPrice=20976.87, netVolume=499.81, inventory=A120, weighInv=64.00, matPrice=2570.580000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 31X2.5, model=KVVP3, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=44283.65, factoryPrice=63310.60, netVolume=1204.73, inventory=A140, weighInv=99.00, matPrice=4959.150000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1260.9400, steamFee=0), MaterialDto(materialName=KVV 3X1.5, model=KVV, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=2829.76, factoryPrice=4066.13, netVolume=111.06, inventory=B80, weighInv=22.00, matPrice=512.940000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=290.3800, steamFee=0), MaterialDto(materialName=KVV 5X4, model=KVV, specification=5*4, voltage=450/750V, standard=GB, costPrice=11393.36, factoryPrice=16392.50, netVolume=334.80, inventory=B100, weighInv=47.00, matPrice=1231.780000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=438.5500, steamFee=0), MaterialDto(materialName=KVV 16X1, model=KVV, specification=16*1, voltage=450/750V, standard=GB, costPrice=9881.77, factoryPrice=14357.46, netVolume=323.18, inventory=A120, weighInv=64.00, matPrice=1377.070000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=769.1500, steamFee=0), MaterialDto(materialName=KVV 20X1, model=KVV, specification=20*1, voltage=450/750V, standard=GB, costPrice=12233.44, factoryPrice=17823.98, netVolume=383.82, inventory=A120, weighInv=64.00, matPrice=1602.550000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1115.2400, steamFee=0), MaterialDto(materialName=KVV 29X0.75, model=KVV, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=13548.14, factoryPrice=18820.17, netVolume=453.26, inventory=A120, weighInv=64.00, matPrice=1985.830000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 29X1.5, model=KVV, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=25391.84, factoryPrice=35443.35, netVolume=752.18, inventory=A140, weighInv=99.00, matPrice=2995.930000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 3X2.5, model=KVV22, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=5328.18, factoryPrice=7478.93, netVolume=277.96, inventory=B100, weighInv=47.00, matPrice=1523.510000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=494.0600, steamFee=0), MaterialDto(materialName=KVV22 16X6, model=KVV22, specification=16*6, voltage=450/750V, standard=GB, costPrice=54205.62, factoryPrice=77932.71, netVolume=1498.45, inventory=A140, weighInv=99.00, matPrice=5145.600000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=1141.1200, steamFee=0), MaterialDto(materialName=KVV22 25X0.75, model=KVV22, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=13076.87, factoryPrice=17833.46, netVolume=590.78, inventory=A140, weighInv=99.00, matPrice=3109.360000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 29X1.5, model=KVV22, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=26913.69, factoryPrice=37679.05, netVolume=966.57, inventory=A140, weighInv=99.00, matPrice=4517.780000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 4X2.5, model=KVV32, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=8407.76, factoryPrice=14001.17, netVolume=602.31, inventory=A120, weighInv=64.00, matPrice=3337.760000, totalCopperConsume=5070.00, totalAluminumConsume=, totalLHCost=2827.2800, steamFee=0), MaterialDto(materialName=KVV32 6X0.75, model=KVV32, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=4567.25, factoryPrice=8942.80, netVolume=368.03, inventory=A120, weighInv=64.00, matPrice=2173.250000, totalCopperConsume=2394.00, totalAluminumConsume=, totalLHCost=3588.1800, steamFee=0), MaterialDto(materialName=KVV32 6X4, model=KVV32, specification=6*4, voltage=450/750V, standard=GB, costPrice=16721.59, factoryPrice=26905.82, netVolume=890.16, inventory=A140, weighInv=99.00, matPrice=4529.590000, totalCopperConsume=12192.00, totalAluminumConsume=, totalLHCost=3406.2400, steamFee=0), MaterialDto(materialName=KVV32 7X1, model=KVV32, specification=7*1, voltage=450/750V, standard=GB, costPrice=6006.05, factoryPrice=11569.55, netVolume=401.16, inventory=A120, weighInv=64.00, matPrice=2286.050000, totalCopperConsume=3720.00, totalAluminumConsume=, totalLHCost=3690.0700, steamFee=0), MaterialDto(materialName=KVV32 20X2.5, model=KVV32, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=33253.31, factoryPrice=51672.32, netVolume=1619.37, inventory=A140, weighInv=99.00, matPrice=7891.310000, totalCopperConsume=25362.00, totalAluminumConsume=, totalLHCost=4077.8600, steamFee=0), MaterialDto(materialName=KVVP 15X0.75, model=KVVP, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=9363.85, factoryPrice=15111.12, netVolume=300.58, inventory=A120, weighInv=64.00, matPrice=3225.210000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 3X1, model=KVVP2, specification=3*1, voltage=450/750V, standard=GB, costPrice=2880.06, factoryPrice=4153.82, netVolume=102.52, inventory=B80, weighInv=22.00, matPrice=1281.510000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=212.9600, steamFee=0), MaterialDto(materialName=KVVP2 11X0.75, model=KVVP2, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=6700.66, factoryPrice=9242.21, netVolume=215.94, inventory=B100, weighInv=47.00, matPrice=2311.050000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=532.1400, steamFee=0), MaterialDto(materialName=KVVP2 15X0.75, model=KVVP2, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=8808.65, factoryPrice=12280.55, netVolume=292.69, inventory=B100, weighInv=47.00, matPrice=2824.230000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 17X1.5, model=KVVP2, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=17131.39, factoryPrice=24049.97, netVolume=499.63, inventory=A120, weighInv=64.00, matPrice=3998.850000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=800.7500, steamFee=0), MaterialDto(materialName=KVVP22 2X1.5, model=KVVP22, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=4843.16, factoryPrice=6267.07, netVolume=258.11, inventory=B100, weighInv=47.00, matPrice=3156.490000, totalCopperConsume=1542.00, totalAluminumConsume=, totalLHCost=415.8000, steamFee=0), MaterialDto(materialName=KVVP22 13X2.5, model=KVVP22, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=24915.94, factoryPrice=36230.98, netVolume=864.28, inventory=A140, weighInv=99.00, matPrice=8123.620000, totalCopperConsume=16488.00, totalAluminumConsume=, totalLHCost=871.7100, steamFee=0), MaterialDto(materialName=KVVP22 15X0.75, model=KVVP22, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=11300.57, factoryPrice=17022.13, netVolume=493.63, inventory=A120, weighInv=64.00, matPrice=5105.760000, totalCopperConsume=5982.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 3X1.5, model=KVVP2-22, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=4769.21, factoryPrice=6562.53, netVolume=269.42, inventory=B100, weighInv=47.00, matPrice=2448.480000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=442.5900, steamFee=0), MaterialDto(materialName=KVVP2-22 6X2.5, model=KVVP2-22, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=11581.46, factoryPrice=16248.72, netVolume=490.85, inventory=A120, weighInv=64.00, matPrice=3968.220000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=648.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 7X2.5, model=KVVP2-22, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=12915.36, factoryPrice=18241.10, netVolume=514.86, inventory=A120, weighInv=64.00, matPrice=4033.890000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=672.7500, steamFee=0), MaterialDto(materialName=KVVP2-22 24X1, model=KVVP2-22, specification=24*1, voltage=450/750V, standard=GB, costPrice=18343.18, factoryPrice=26103.18, netVolume=736.43, inventory=A140, weighInv=99.00, matPrice=5582.220000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1500.2900, steamFee=0), MaterialDto(materialName=KVVP2-22 35X0.75, model=KVVP2-22, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=20326.47, factoryPrice=27992.07, netVolume=838.73, inventory=A140, weighInv=99.00, matPrice=6368.050000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1684.5000, steamFee=0), MaterialDto(materialName=KVVP3 3X0.75, model=KVVP3, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=1823.85, factoryPrice=2653.61, netVolume=83.78, inventory=B80, weighInv=22.00, matPrice=618.150000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=230.6100, steamFee=0), MaterialDto(materialName=KVVP3 4X1, model=KVVP3, specification=4*1, voltage=450/750V, standard=GB, costPrice=2886.65, factoryPrice=4295.23, netVolume=115.60, inventory=B80, weighInv=22.00, matPrice=750.880000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=245.8600, steamFee=0), MaterialDto(materialName=KVVP3 5X1, model=KVVP3, specification=5*1, voltage=450/750V, standard=GB, costPrice=3534.67, factoryPrice=5228.22, netVolume=140.82, inventory=B100, weighInv=47.00, matPrice=867.350000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=265.8300, steamFee=0), MaterialDto(materialName=KVVP3 7X1, model=KVVP3, specification=7*1, voltage=450/750V, standard=GB, costPrice=4675.72, factoryPrice=6959.90, netVolume=159.38, inventory=B100, weighInv=47.00, matPrice=945.310000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=312.0600, steamFee=0), MaterialDto(materialName=KVVP3 26X1.5, model=KVVP3, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=23362.96, factoryPrice=33148.40, netVolume=704.70, inventory=A140, weighInv=99.00, matPrice=3274.260000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 30X1.5, model=KVVP3, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=26776.32, factoryPrice=38040.87, netVolume=792.74, inventory=A140, weighInv=99.00, matPrice=3598.540000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1130.9700, steamFee=0), MaterialDto(materialName=KVV 12X0.75, model=KVV, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=5701.87, factoryPrice=8030.35, netVolume=202.37, inventory=B100, weighInv=47.00, matPrice=917.460000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=629.6800, steamFee=0), MaterialDto(materialName=KVV 16X0.75, model=KVV, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=7637.88, factoryPrice=10735.31, netVolume=275.96, inventory=B100, weighInv=47.00, matPrice=1258.680000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=737.9700, steamFee=0), MaterialDto(materialName=KVV 27X0.75, model=KVV, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=12638.26, factoryPrice=17563.28, netVolume=425.81, inventory=A120, weighInv=64.00, matPrice=1873.350000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1272.4800, steamFee=0), MaterialDto(materialName=KVV22 2X2.5, model=KVV22, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=3910.85, factoryPrice=5410.71, netVolume=239.90, inventory=B100, weighInv=47.00, matPrice=1374.400000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=469.3100, steamFee=0), MaterialDto(materialName=KVV32 27X1.5, model=KVV32, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=28513.68, factoryPrice=43329.13, netVolume=1521.81, inventory=A140, weighInv=99.00, matPrice=7663.680000, totalCopperConsume=20850.00, totalAluminumConsume=, totalLHCost=3888.7300, steamFee=0), MaterialDto(materialName=KVVP3 11X0.75, model=KVVP3, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=5601.76, factoryPrice=7948.98, netVolume=202.44, inventory=B100, weighInv=47.00, matPrice=1206.450000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=532.1400, steamFee=0), MaterialDto(materialName=KVVP3 12X1.5, model=KVVP3, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=11098.37, factoryPrice=15850.56, netVolume=355.47, inventory=A120, weighInv=64.00, matPrice=1821.490000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=663.8600, steamFee=0), MaterialDto(materialName=KVVP3 13X0.75, model=KVVP3, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=6634.63, factoryPrice=9461.83, netVolume=247.57, inventory=B100, weighInv=47.00, matPrice=1441.930000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=650.8900, steamFee=0), MaterialDto(materialName=KVVP3 16X4, model=KVVP3, specification=16*4, voltage=450/750V, standard=GB, costPrice=36003.47, factoryPrice=51920.38, netVolume=920.37, inventory=A140, weighInv=99.00, matPrice=3476.800000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=907.7200, steamFee=0), MaterialDto(materialName=KVVP3 17X1.5, model=KVVP3, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=15472.30, factoryPrice=22072.60, netVolume=479.19, inventory=A120, weighInv=64.00, matPrice=2334.060000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=800.7500, steamFee=0), MaterialDto(materialName=KVVP3 17X6, model=KVVP3, specification=17*6, voltage=450/750V, standard=GB, costPrice=56172.43, factoryPrice=81043.73, netVolume=1332.65, inventory=A140, weighInv=99.00, matPrice=4036.560000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 28X1, model=KVVP3, specification=28*1, voltage=450/750V, standard=GB, costPrice=17491.36, factoryPrice=25418.25, netVolume=538.61, inventory=A120, weighInv=64.00, matPrice=2598.520000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1183.2800, steamFee=0), MaterialDto(materialName=KVV 3X2.5, model=KVV, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=4460.68, factoryPrice=6455.88, netVolume=153.18, inventory=B100, weighInv=47.00, matPrice=656.010000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=373.6300, steamFee=0), MaterialDto(materialName=KVV 7X1.5, model=KVV, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=6252.83, factoryPrice=8938.06, netVolume=200.14, inventory=B100, weighInv=47.00, matPrice=846.920000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=450.3300, steamFee=0), MaterialDto(materialName=KVV 8X1, model=KVV, specification=8*1, voltage=450/750V, standard=GB, costPrice=4988.06, factoryPrice=7361.22, netVolume=168.66, inventory=B100, weighInv=47.00, matPrice=735.710000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=516.3000, steamFee=0), MaterialDto(materialName=KVV 8X6, model=KVV, specification=8*6, voltage=450/750V, standard=GB, costPrice=26286.69, factoryPrice=38013.22, netVolume=637.07, inventory=A120, weighInv=64.00, matPrice=1756.680000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=603.0300, steamFee=0), MaterialDto(materialName=KVV 14X1.5, model=KVV, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=12412.41, factoryPrice=17541.95, netVolume=387.11, inventory=A120, weighInv=64.00, matPrice=1600.590000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=718.3300, steamFee=0), MaterialDto(materialName=KVV 28X1.5, model=KVV, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=24552.07, factoryPrice=34275.73, netVolume=731.78, inventory=A140, weighInv=99.00, matPrice=2928.430000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1184.7600, steamFee=0), MaterialDto(materialName=KVV22 2X6, model=KVV22, specification=2*6, voltage=450/750V, standard=GB, costPrice=7796.47, factoryPrice=11118.46, netVolume=342.66, inventory=A120, weighInv=64.00, matPrice=1663.970000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=457.1800, steamFee=0), MaterialDto(materialName=KVV22 11X2.5, model=KVV22, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=17108.08, factoryPrice=24021.53, netVolume=653.66, inventory=A140, weighInv=99.00, matPrice=3157.630000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=760.2600, steamFee=0), MaterialDto(materialName=KVV22 13X1, model=KVV22, specification=13*1, voltage=450/750V, standard=GB, costPrice=9067.43, factoryPrice=13011.30, netVolume=410.16, inventory=A120, weighInv=64.00, matPrice=2157.360000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=780.5700, steamFee=0), MaterialDto(materialName=KVV22 14X4, model=KVV22, specification=14*4, voltage=450/750V, standard=GB, costPrice=32523.10, factoryPrice=46487.55, netVolume=998.35, inventory=A140, weighInv=99.00, matPrice=4070.660000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=931.5600, steamFee=0), MaterialDto(materialName=KVV22 15X1.5, model=KVV22, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=14581.49, factoryPrice=20290.36, netVolume=598.24, inventory=A140, weighInv=99.00, matPrice=2997.400000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=968.7800, steamFee=0), MaterialDto(materialName=KVV22 36X1, model=KVV22, specification=36*1, voltage=450/750V, standard=GB, costPrice=23251.54, factoryPrice=33470.72, netVolume=864.43, inventory=A140, weighInv=99.00, matPrice=4115.950000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1553.5400, steamFee=0), MaterialDto(materialName=KVV32 3X0.75, model=KVV32, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2872.16, factoryPrice=6050.61, netVolume=276.20, inventory=B100, weighInv=47.00, matPrice=1678.160000, totalCopperConsume=1194.00, totalAluminumConsume=, totalLHCost=3048.3100, steamFee=0), MaterialDto(materialName=KVV32 12X4, model=KVV32, specification=12*4, voltage=450/750V, standard=GB, costPrice=31243.63, factoryPrice=48130.75, netVolume=1455.64, inventory=A140, weighInv=99.00, matPrice=6853.630000, totalCopperConsume=24390.00, totalAluminumConsume=, totalLHCost=3411.1100, steamFee=0), MaterialDto(materialName=KVV32 17X4, model=KVV32, specification=17*4, voltage=450/750V, standard=GB, costPrice=42874.90, factoryPrice=65947.62, netVolume=1834.33, inventory=A160, weighInv=159.00, matPrice=8326.900000, totalCopperConsume=34548.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 18X4, model=KVV32, specification=18*4, voltage=450/750V, standard=GB, costPrice=45028.22, factoryPrice=69301.96, netVolume=1880.53, inventory=A160, weighInv=159.00, matPrice=8446.220000, totalCopperConsume=36582.00, totalAluminumConsume=, totalLHCost=3772.0800, steamFee=0), MaterialDto(materialName=KVV32 36X1.5, model=KVV32, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=36764.26, factoryPrice=56057.61, netVolume=1821.21, inventory=A160, weighInv=159.00, matPrice=8960.260000, totalCopperConsume=27804.00, totalAluminumConsume=, totalLHCost=4377.9600, steamFee=0), MaterialDto(materialName=KVV32 37X0.75, model=KVV32, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=21744.18, factoryPrice=33080.46, netVolume=1329.98, inventory=A140, weighInv=99.00, matPrice=6990.180000, totalCopperConsume=14754.00, totalAluminumConsume=, totalLHCost=309.8800, steamFee=0), MaterialDto(materialName=KVVP3 11X6, model=KVVP3, specification=11*6, voltage=450/750V, standard=GB, costPrice=36697.13, factoryPrice=52981.35, netVolume=898.15, inventory=A140, weighInv=99.00, matPrice=2958.760000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=757.5900, steamFee=0), MaterialDto(materialName=KVVP3 33X1, model=KVVP3, specification=33*1, voltage=450/750V, standard=GB, costPrice=20560.33, factoryPrice=29836.72, netVolume=635.50, inventory=A140, weighInv=99.00, matPrice=3009.780000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 36X2.5, model=KVVP3, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=51198.74, factoryPrice=73094.75, netVolume=1374.23, inventory=A140, weighInv=99.00, matPrice=5533.140000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1393.7500, steamFee=0), MaterialDto(materialName=KVV 8X1.5, model=KVV, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=7124.79, factoryPrice=10355.32, netVolume=226.36, inventory=B100, weighInv=47.00, matPrice=946.610000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=532.4600, steamFee=0), MaterialDto(materialName=KVV 11X2.5, model=KVV, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=15757.96, factoryPrice=22403.61, netVolume=461.36, inventory=A120, weighInv=64.00, matPrice=1807.510000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=653.3600, steamFee=0), MaterialDto(materialName=KVV 14X4, model=KVV, specification=14*4, voltage=450/750V, standard=GB, costPrice=31094.86, factoryPrice=44115.97, netVolume=796.96, inventory=A140, weighInv=99.00, matPrice=2642.420000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=737.9800, steamFee=0), MaterialDto(materialName=KVV 33X0.75, model=KVV, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=15350.38, factoryPrice=21317.36, netVolume=506.02, inventory=A120, weighInv=64.00, matPrice=2193.270000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 5X2.5, model=KVV22, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=8322.69, factoryPrice=11749.67, netVolume=383.18, inventory=A120, weighInv=64.00, matPrice=1981.570000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=513.5600, steamFee=0), MaterialDto(materialName=KVV22 6X0.75, model=KVV22, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=3796.54, factoryPrice=5153.17, netVolume=240.12, inventory=B100, weighInv=47.00, matPrice=1404.340000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=459.3000, steamFee=0), MaterialDto(materialName=KVV22 8X2.5, model=KVV22, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=12558.54, factoryPrice=18027.80, netVolume=492.07, inventory=A120, weighInv=64.00, matPrice=2412.760000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=678.5200, steamFee=0), MaterialDto(materialName=KVV22 9X0.75, model=KVV22, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=5267.21, factoryPrice=7315.40, netVolume=295.28, inventory=A120, weighInv=64.00, matPrice=1678.910000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=589.6900, steamFee=0), MaterialDto(materialName=KVV22 9X2.5, model=KVV22, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=14088.20, factoryPrice=20201.88, netVolume=548.06, inventory=A120, weighInv=64.00, matPrice=2674.200000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 9X4, model=KVV22, specification=9*4, voltage=450/750V, standard=GB, costPrice=21444.40, factoryPrice=30882.68, netVolume=721.59, inventory=A140, weighInv=99.00, matPrice=3153.550000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 27X2.5, model=KVV22, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=40051.78, factoryPrice=56328.58, netVolume=1312.70, inventory=A140, weighInv=99.00, matPrice=5809.780000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1287.3700, steamFee=0), MaterialDto(materialName=KVV22 28X1.5, model=KVV22, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=26073.91, factoryPrice=36454.55, netVolume=946.18, inventory=A140, weighInv=99.00, matPrice=4450.280000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1227.5800, steamFee=0), MaterialDto(materialName=KVV22 34X2.5, model=KVV22, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=50278.34, factoryPrice=70826.66, netVolume=1634.92, inventory=A160, weighInv=159.00, matPrice=7158.780000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1505.8300, steamFee=0), MaterialDto(materialName=KVV32 3X2.5, model=KVV32, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=6125.14, factoryPrice=11436.83, netVolume=410.96, inventory=A120, weighInv=64.00, matPrice=2321.140000, totalCopperConsume=3804.00, totalAluminumConsume=, totalLHCost=3759.3500, steamFee=0), MaterialDto(materialName=KVV32 4X1.5, model=KVV32, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=5298.15, factoryPrice=10020.36, netVolume=384.17, inventory=A120, weighInv=64.00, matPrice=2208.150000, totalCopperConsume=3090.00, totalAluminumConsume=, totalLHCost=3567.1000, steamFee=0), MaterialDto(materialName=KVV32 7X6, model=KVV32, specification=7*6, voltage=450/750V, standard=GB, costPrice=27079.22, factoryPrice=42528.07, netVolume=1242.30, inventory=A140, weighInv=99.00, matPrice=5617.220000, totalCopperConsume=21462.00, totalAluminumConsume=, totalLHCost=3213.4400, steamFee=0), MaterialDto(materialName=KVV32 10X1, model=KVV32, specification=10*1, voltage=450/750V, standard=GB, costPrice=8910.37, factoryPrice=15069.25, netVolume=642.29, inventory=A120, weighInv=64.00, matPrice=3594.360000, totalCopperConsume=5316.00, totalAluminumConsume=, totalLHCost=3321.7000, steamFee=0), MaterialDto(materialName=KVV32 13X6, model=KVV32, specification=13*6, voltage=450/750V, standard=GB, costPrice=47783.13, factoryPrice=74023.00, netVolume=1890.93, inventory=A160, weighInv=159.00, matPrice=7919.130000, totalCopperConsume=39864.00, totalAluminumConsume=, totalLHCost=3809.2300, steamFee=0), MaterialDto(materialName=KVV32 14X6, model=KVV32, specification=14*6, voltage=450/750V, standard=GB, costPrice=50976.82, factoryPrice=78998.42, netVolume=1956.33, inventory=A160, weighInv=159.00, matPrice=8046.820000, totalCopperConsume=42930.00, totalAluminumConsume=, totalLHCost=3845.2600, steamFee=0), MaterialDto(materialName=KVV32 17X0.75, model=KVV32, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=11019.99, factoryPrice=18219.77, netVolume=761.80, inventory=A140, weighInv=99.00, matPrice=4239.990000, totalCopperConsume=6780.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 18X2.5, model=KVV32, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=30329.91, factoryPrice=46978.93, netVolume=1525.07, inventory=A140, weighInv=99.00, matPrice=7499.910000, totalCopperConsume=22830.00, totalAluminumConsume=, totalLHCost=3820.8100, steamFee=0), MaterialDto(materialName=KVV32 20X1.5, model=KVV32, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=21909.33, factoryPrice=33890.21, netVolume=1258.06, inventory=A140, weighInv=99.00, matPrice=6465.330000, totalCopperConsume=15444.00, totalAluminumConsume=, totalLHCost=3875.9300, steamFee=0), MaterialDto(materialName=KVVP2-22 24X2.5, model=KVVP2-22, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=39116.00, factoryPrice=55457.21, netVolume=1322.03, inventory=A140, weighInv=99.00, matPrice=8674.750000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1325.9000, steamFee=0), MaterialDto(materialName=KVVP2-22 32X0.75, model=KVVP2-22, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=18810.96, factoryPrice=25895.41, netVolume=786.57, inventory=A140, weighInv=99.00, matPrice=6048.630000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 33X2.5, model=KVVP2-22, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=52333.69, factoryPrice=73637.48, netVolume=1703.53, inventory=A160, weighInv=159.00, matPrice=10478.450000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 3X4, model=KVVP3, specification=3*4, voltage=450/750V, standard=GB, costPrice=7172.30, factoryPrice=10466.71, netVolume=212.80, inventory=B100, weighInv=47.00, matPrice=1065.750000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=345.2900, steamFee=0), MaterialDto(materialName=KVVP3 13X6, model=KVVP3, specification=13*6, voltage=450/750V, standard=GB, costPrice=43167.76, factoryPrice=62331.00, netVolume=1038.78, inventory=A140, weighInv=99.00, matPrice=3296.890000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=832.3200, steamFee=0), MaterialDto(materialName=KVVP3 25X1.5, model=KVVP3, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=22523.18, factoryPrice=31957.08, netVolume=684.30, inventory=A140, weighInv=99.00, matPrice=3206.760000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1155.2500, steamFee=0), MaterialDto(materialName=KVVP3 35X1, model=KVVP3, specification=35*1, voltage=450/750V, standard=GB, costPrice=21776.15, factoryPrice=31623.70, netVolume=671.19, inventory=A140, weighInv=99.00, matPrice=3162.510000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1369.8500, steamFee=0), MaterialDto(materialName=KVV 3X1, model=KVV, specification=3*1, voltage=450/750V, standard=GB, costPrice=2011.49, factoryPrice=2975.93, netVolume=86.88, inventory=B80, weighInv=22.00, matPrice=416.850000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=277.4400, steamFee=0), MaterialDto(materialName=KVV 4X1.5, model=KVV, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=3706.35, factoryPrice=5315.91, netVolume=137.84, inventory=B100, weighInv=47.00, matPrice=617.260000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=311.3700, steamFee=0), MaterialDto(materialName=KVV 7X1, model=KVV, specification=7*1, voltage=450/750V, standard=GB, costPrice=4380.99, factoryPrice=6465.36, netVolume=149.45, inventory=B100, weighInv=47.00, matPrice=660.180000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=380.6200, steamFee=0), MaterialDto(materialName=KVV 7X2.5, model=KVV, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=10119.46, factoryPrice=14562.86, netVolume=307.15, inventory=B100, weighInv=47.00, matPrice=1241.900000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=492.6200, steamFee=0), MaterialDto(materialName=KVV 8X4, model=KVV, specification=8*4, voltage=450/750V, standard=GB, costPrice=17874.11, factoryPrice=25701.86, netVolume=471.89, inventory=A120, weighInv=64.00, matPrice=1615.580000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=590.3000, steamFee=0), MaterialDto(materialName=KVV 13X2.5, model=KVV, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=18529.88, factoryPrice=26383.63, netVolume=530.75, inventory=A120, weighInv=64.00, matPrice=2042.990000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=716.3200, steamFee=0), MaterialDto(materialName=KVV 18X4, model=KVV, specification=18*4, voltage=450/750V, standard=GB, costPrice=39847.91, factoryPrice=56479.47, netVolume=1006.87, inventory=A140, weighInv=99.00, matPrice=3266.210000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=857.7000, steamFee=0), MaterialDto(materialName=KVV 25X2.5, model=KVV, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=35346.38, factoryPrice=49659.40, netVolume=975.92, inventory=A140, weighInv=99.00, matPrice=3640.820000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1125.9000, steamFee=0), MaterialDto(materialName=KVV 35X1.5, model=KVV, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=30527.80, factoryPrice=42588.11, netVolume=890.57, inventory=A140, weighInv=99.00, matPrice=3498.250000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1329.6200, steamFee=0), MaterialDto(materialName=KVV22 8X0.75, model=KVV22, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=4720.89, factoryPrice=6566.48, netVolume=268.28, inventory=B100, weighInv=47.00, matPrice=1531.290000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=570.4800, steamFee=0), MaterialDto(materialName=KVV22 9X6, model=KVV22, specification=9*6, voltage=450/750V, standard=GB, costPrice=31043.67, factoryPrice=45209.33, netVolume=926.38, inventory=A140, weighInv=99.00, matPrice=3447.410000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 10X4, model=KVV22, specification=10*4, voltage=450/750V, standard=GB, costPrice=23747.68, factoryPrice=33800.15, netVolume=791.10, inventory=A140, weighInv=99.00, matPrice=3424.510000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=777.2400, steamFee=0), MaterialDto(materialName=KVV22 12X1, model=KVV22, specification=12*1, voltage=450/750V, standard=GB, costPrice=8417.32, factoryPrice=12066.46, netVolume=385.69, inventory=A120, weighInv=64.00, matPrice=2038.790000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=760.6000, steamFee=0), MaterialDto(materialName=KVV22 14X1.5, model=KVV22, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=13527.39, factoryPrice=18981.33, netVolume=544.70, inventory=A120, weighInv=64.00, matPrice=2715.570000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=785.4200, steamFee=0), MaterialDto(materialName=KVV22 18X1, model=KVV22, specification=18*1, voltage=450/750V, standard=GB, costPrice=12138.61, factoryPrice=17489.81, netVolume=507.70, inventory=A120, weighInv=64.00, matPrice=2570.810000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=808.0800, steamFee=0), MaterialDto(materialName=KVV22 35X2.5, model=KVV22, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=51644.12, factoryPrice=72849.06, netVolume=1666.52, inventory=A160, weighInv=159.00, matPrice=7256.340000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1530.5800, steamFee=0), MaterialDto(materialName=KVV22 37X0.75, model=KVV22, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=18599.30, factoryPrice=25808.51, netVolume=762.79, inventory=A140, weighInv=99.00, matPrice=3847.390000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1506.0600, steamFee=0), MaterialDto(materialName=KVV32 25X1, model=KVV32, specification=25*1, voltage=450/750V, standard=GB, costPrice=19525.19, factoryPrice=30647.26, netVolume=1192.99, inventory=A140, weighInv=99.00, matPrice=6235.190000, totalCopperConsume=13290.00, totalAluminumConsume=, totalLHCost=255.1400, steamFee=0), MaterialDto(materialName=KVVP22 5X2.5, model=KVVP22, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=11214.51, factoryPrice=15689.40, netVolume=465.50, inventory=A120, weighInv=64.00, matPrice=4674.770000, totalCopperConsume=6342.00, totalAluminumConsume=, totalLHCost=563.5900, steamFee=0), MaterialDto(materialName=KVVP22 17X1, model=KVVP22, specification=17*1, voltage=450/750V, standard=GB, costPrice=14926.34, factoryPrice=23105.92, netVolume=591.00, inventory=A120, weighInv=64.00, matPrice=5660.740000, totalCopperConsume=9036.00, totalAluminumConsume=, totalLHCost=1008.0600, steamFee=0), MaterialDto(materialName=KVVP22 24X0.75, model=KVVP22, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=17164.87, factoryPrice=24729.37, netVolume=697.34, inventory=A140, weighInv=99.00, matPrice=7315.990000, totalCopperConsume=9570.00, totalAluminumConsume=, totalLHCost=1378.3700, steamFee=0), MaterialDto(materialName=KVVP22 28X1, model=KVVP22, specification=28*1, voltage=450/750V, standard=GB, costPrice=23393.76, factoryPrice=34489.03, netVolume=854.87, inventory=A140, weighInv=99.00, matPrice=8204.300000, totalCopperConsume=14886.00, totalAluminumConsume=, totalLHCost=1483.0700, steamFee=0), MaterialDto(materialName=KVVP2-22 4X2.5, model=KVVP2-22, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=8325.40, factoryPrice=11689.63, netVolume=388.44, inventory=A120, weighInv=64.00, matPrice=3248.600000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=553.3800, steamFee=0), MaterialDto(materialName=KVVP2-22 21X2.5, model=KVVP2-22, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=34184.83, factoryPrice=48505.21, netVolume=1144.05, inventory=A140, weighInv=99.00, matPrice=7548.250000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1253.6700, steamFee=0), MaterialDto(materialName=KVVP2-22 23X1, model=KVVP2-22, specification=23*1, voltage=450/750V, standard=GB, costPrice=17762.89, factoryPrice=24983.75, netVolume=722.06, inventory=A140, weighInv=99.00, matPrice=5533.470000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 3X1.5, model=KVVP3, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=3102.89, factoryPrice=4503.00, netVolume=120.16, inventory=B100, weighInv=47.00, matPrice=776.470000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=229.7200, steamFee=0), MaterialDto(materialName=KVVP3 22X2.5, model=KVVP3, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=31736.30, factoryPrice=45578.26, netVolume=889.62, inventory=A140, weighInv=99.00, matPrice=3825.810000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1067.9400, steamFee=0), MaterialDto(materialName=KVVP3 29X0.75, model=KVVP3, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=14006.54, factoryPrice=19676.53, netVolume=469.87, inventory=A120, weighInv=64.00, matPrice=2434.630000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 31X1.5, model=KVVP3, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=27684.73, factoryPrice=39273.27, netVolume=822.35, inventory=A140, weighInv=99.00, matPrice=3734.670000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1295.1400, steamFee=0), MaterialDto(materialName=KVV 2X0.75, model=KVV, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1141.80, factoryPrice=1640.83, netVolume=66.07, inventory=B80, weighInv=22.00, matPrice=344.400000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=268.4000, steamFee=0), MaterialDto(materialName=KVV 3X4, model=KVV, specification=3*4, voltage=450/750V, standard=GB, costPrice=6850.38, factoryPrice=9884.48, netVolume=201.80, inventory=B100, weighInv=47.00, matPrice=753.420000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=373.6300, steamFee=0), MaterialDto(materialName=KVV 10X0.75, model=KVV, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=4817.29, factoryPrice=6779.78, netVolume=179.78, inventory=B100, weighInv=47.00, matPrice=830.280000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=574.2500, steamFee=0), MaterialDto(materialName=KVV 28X1, model=KVV, specification=28*1, voltage=450/750V, standard=GB, costPrice=17018.86, factoryPrice=24449.71, netVolume=521.46, inventory=A120, weighInv=64.00, matPrice=2135.630000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1309.3600, steamFee=0), MaterialDto(materialName=KVV 31X0.75, model=KVV, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=14467.04, factoryPrice=20103.92, netVolume=482.64, inventory=A120, weighInv=64.00, matPrice=2107.330000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 33X1.5, model=KVV, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=28801.34, factoryPrice=40185.72, netVolume=842.27, inventory=A140, weighInv=99.00, matPrice=3316.340000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 6X1.5, model=KVV22, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=6392.79, factoryPrice=8866.96, netVolume=322.40, inventory=A120, weighInv=64.00, matPrice=1759.150000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=436.4600, steamFee=0), MaterialDto(materialName=KVV22 9X1, model=KVV22, specification=9*1, voltage=450/750V, standard=GB, costPrice=6556.21, factoryPrice=9475.26, netVolume=325.35, inventory=A120, weighInv=64.00, matPrice=1772.310000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=602.6100, steamFee=0), MaterialDto(materialName=KVV22 20X0.75, model=KVV22, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=10489.20, factoryPrice=14645.81, netVolume=475.50, inventory=A120, weighInv=64.00, matPrice=2515.190000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=1155.1400, steamFee=0), MaterialDto(materialName=KVV22 24X1, model=KVV22, specification=24*1, voltage=450/750V, standard=GB, costPrice=16002.48, factoryPrice=23173.07, netVolume=650.23, inventory=A140, weighInv=99.00, matPrice=3245.430000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1283.2400, steamFee=0), MaterialDto(materialName=KVV22 35X1.5, model=KVV22, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=32422.27, factoryPrice=45091.62, netVolume=1153.60, inventory=A140, weighInv=99.00, matPrice=5392.720000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1420.6000, steamFee=0), MaterialDto(materialName=KVV32 4X0.75, model=KVV32, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=3424.93, factoryPrice=6974.12, netVolume=305.09, inventory=B100, weighInv=47.00, matPrice=1828.930000, totalCopperConsume=1596.00, totalAluminumConsume=, totalLHCost=3181.7400, steamFee=0), MaterialDto(materialName=KVV32 5X0.75, model=KVV32, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=4010.97, factoryPrice=7909.48, netVolume=341.07, inventory=B100, weighInv=47.00, matPrice=2018.970000, totalCopperConsume=1992.00, totalAluminumConsume=, totalLHCost=3381.5000, steamFee=0), MaterialDto(materialName=KVV32 8X6, model=KVV32, specification=8*6, voltage=450/750V, standard=GB, costPrice=30548.29, factoryPrice=48408.83, netVolume=1354.47, inventory=A140, weighInv=99.00, matPrice=6020.290000, totalCopperConsume=24528.00, totalAluminumConsume=, totalLHCost=3444.3800, steamFee=0), MaterialDto(materialName=KVVP3 11X1.5, model=KVVP3, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=10258.60, factoryPrice=14591.30, netVolume=335.07, inventory=A120, weighInv=64.00, matPrice=1753.990000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=665.2400, steamFee=0), MaterialDto(materialName=KVVP3 20X2.5, model=KVVP3, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=28849.33, factoryPrice=41531.88, netVolume=805.85, inventory=A140, weighInv=99.00, matPrice=3475.280000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1004.5000, steamFee=0), MaterialDto(materialName=KVVP3 25X1, model=KVVP3, specification=25*1, voltage=450/750V, standard=GB, costPrice=15709.08, factoryPrice=22794.66, netVolume=490.73, inventory=A120, weighInv=64.00, matPrice=2410.880000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1094.5200, steamFee=0), MaterialDto(materialName=KVVP3 28X2.5, model=KVVP3, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=40103.63, factoryPrice=57282.90, netVolume=1098.85, inventory=A140, weighInv=99.00, matPrice=4583.800000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1200.4600, steamFee=0), MaterialDto(materialName=KVVP3 32X2.5, model=KVVP3, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=45649.42, factoryPrice=65186.85, netVolume=1236.33, inventory=A140, weighInv=99.00, matPrice=5056.710000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1285.6900, steamFee=0), MaterialDto(materialName=KVVP3 37X1, model=KVVP3, specification=37*1, voltage=450/750V, standard=GB, costPrice=22915.49, factoryPrice=33306.40, netVolume=694.87, inventory=A140, weighInv=99.00, matPrice=3238.760000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1409.7900, steamFee=0), MaterialDto(materialName=KVV 4X0.75, model=KVV, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2050.17, factoryPrice=2941.17, netVolume=92.41, inventory=B80, weighInv=22.00, matPrice=455.370000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=310.3900, steamFee=0), MaterialDto(materialName=KVV 4X4, model=KVV, specification=4*4, voltage=450/750V, standard=GB, costPrice=9071.48, factoryPrice=13058.70, netVolume=261.31, inventory=B100, weighInv=47.00, matPrice=942.210000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=417.2100, steamFee=0), MaterialDto(materialName=KVV 11X1, model=KVV, specification=11*1, voltage=450/750V, standard=GB, costPrice=6802.48, factoryPrice=9876.58, netVolume=223.00, inventory=B100, weighInv=47.00, matPrice=955.500000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=706.0900, steamFee=0), MaterialDto(materialName=KVV 14X0.75, model=KVV, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=6606.67, factoryPrice=9457.88, netVolume=229.03, inventory=B100, weighInv=47.00, matPrice=1024.860000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=681.4500, steamFee=0), MaterialDto(materialName=KVV 16X2.5, model=KVV, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=22795.63, factoryPrice=32393.95, netVolume=652.61, inventory=A140, weighInv=99.00, matPrice=2504.070000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=813.0000, steamFee=0), MaterialDto(materialName=KVV 19X1, model=KVV, specification=19*1, voltage=450/750V, standard=GB, costPrice=11636.74, factoryPrice=16928.91, netVolume=366.93, inventory=A120, weighInv=64.00, matPrice=1537.410000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=875.9200, steamFee=0), MaterialDto(materialName=KVV 27X1, model=KVV, specification=27*1, voltage=450/750V, standard=GB, costPrice=16410.89, factoryPrice=23577.55, netVolume=502.85, inventory=A120, weighInv=64.00, matPrice=2059.200000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1286.7200, steamFee=0), MaterialDto(materialName=KVV22 2X4, model=KVV22, specification=2*4, voltage=450/750V, standard=GB, costPrice=5596.27, factoryPrice=7834.43, netVolume=287.48, inventory=B100, weighInv=47.00, matPrice=1531.630000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=449.4900, steamFee=0), MaterialDto(materialName=KVV22 6X1, model=KVV22, specification=6*1, voltage=450/750V, standard=GB, costPrice=4662.88, factoryPrice=6605.98, netVolume=261.18, inventory=B100, weighInv=47.00, matPrice=1473.610000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=458.8100, steamFee=0), MaterialDto(materialName=KVV22 8X4, model=KVV22, specification=8*4, voltage=450/750V, standard=GB, costPrice=19102.08, factoryPrice=27388.51, netVolume=647.05, inventory=A120, weighInv=64.00, matPrice=2843.540000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=734.8200, steamFee=0), MaterialDto(materialName=KVV22 10X1.5, model=KVV22, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=10042.88, factoryPrice=13971.15, netVolume=445.79, inventory=A120, weighInv=64.00, matPrice=2320.150000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=783.0100, steamFee=0), MaterialDto(materialName=KVV22 23X1, model=KVV22, specification=23*1, voltage=450/750V, standard=GB, costPrice=15422.19, factoryPrice=22028.36, netVolume=635.86, inventory=A140, weighInv=99.00, matPrice=3196.680000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 23X1.5, model=KVV22, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=21742.84, factoryPrice=30504.27, netVolume=825.81, inventory=A140, weighInv=99.00, matPrice=3980.570000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 28X0.75, model=KVV22, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=14472.19, factoryPrice=19843.22, netVolume=636.06, inventory=A140, weighInv=99.00, matPrice=3308.580000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1359.2700, steamFee=0), MaterialDto(materialName=KVV22 30X0.75, model=KVV22, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=15355.53, factoryPrice=21087.47, netVolume=659.45, inventory=A140, weighInv=99.00, matPrice=3394.520000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1397.8900, steamFee=0), MaterialDto(materialName=KVV22 32X1.5, model=KVV22, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=29539.43, factoryPrice=41358.08, netVolume=1044.06, inventory=A140, weighInv=99.00, matPrice=4826.700000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1457.7900, steamFee=0), MaterialDto(materialName=KVV32 6X1.5, model=KVV32, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=7977.79, factoryPrice=13214.33, netVolume=594.49, inventory=A120, weighInv=64.00, matPrice=3345.790000, totalCopperConsume=4632.00, totalAluminumConsume=, totalLHCost=2766.5300, steamFee=0), MaterialDto(materialName=KVV32 11X1.5, model=KVV32, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=12896.80, factoryPrice=20774.63, netVolume=810.53, inventory=A140, weighInv=99.00, matPrice=4400.800000, totalCopperConsume=8496.00, totalAluminumConsume=, totalLHCost=3862.3200, steamFee=0), MaterialDto(materialName=KVV32 11X4, model=KVV32, specification=11*4, voltage=450/750V, standard=GB, costPrice=29090.31, factoryPrice=44629.47, netVolume=1409.44, inventory=A140, weighInv=99.00, matPrice=6734.310000, totalCopperConsume=22356.00, totalAluminumConsume=, totalLHCost=3378.9300, steamFee=0), MaterialDto(materialName=KVVP3 17X1, model=KVVP3, specification=17*1, voltage=450/750V, standard=GB, costPrice=10895.33, factoryPrice=15995.13, netVolume=357.51, inventory=A120, weighInv=64.00, matPrice=1849.480000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=701.6800, steamFee=0), MaterialDto(materialName=KVVP3 17X2.5, model=KVVP3, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=24745.07, factoryPrice=35527.88, netVolume=714.04, inventory=A140, weighInv=99.00, matPrice=3175.690000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=824.7100, steamFee=0), MaterialDto(materialName=KVVP3 24X2.5, model=KVVP3, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=34546.84, factoryPrice=49623.06, netVolume=962.60, inventory=A140, weighInv=99.00, matPrice=4099.900000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1101.4700, steamFee=0), MaterialDto(materialName=KVVP3 28X0.75, model=KVVP3, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=13564.86, factoryPrice=19057.17, netVolume=458.17, inventory=A120, weighInv=64.00, matPrice=2391.650000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1151.8000, steamFee=0), MaterialDto(materialName=KVVP3 28X1.5, model=KVVP3, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=25096.78, factoryPrice=35655.86, netVolume=751.94, inventory=A140, weighInv=99.00, matPrice=3463.540000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1099.3900, steamFee=0), MaterialDto(materialName=KVVP3 32X1.5, model=KVVP3, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=28524.50, factoryPrice=40463.80, netVolume=842.75, inventory=A140, weighInv=99.00, matPrice=3802.170000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1316.3800, steamFee=0), MaterialDto(materialName=KVV 2X1, model=KVV, specification=2*1, voltage=450/750V, standard=GB, costPrice=1426.45, factoryPrice=2117.20, netVolume=72.55, inventory=B80, weighInv=22.00, matPrice=363.360000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=256.4500, steamFee=0), MaterialDto(materialName=KVV 13X0.75, model=KVV, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=6165.00, factoryPrice=8839.31, netVolume=217.34, inventory=B100, weighInv=47.00, matPrice=981.890000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=421.8400, steamFee=0), MaterialDto(materialName=KVV 15X1, model=KVV, specification=15*1, voltage=450/750V, standard=GB, costPrice=9301.48, factoryPrice=13502.68, netVolume=308.82, inventory=A120, weighInv=64.00, matPrice=1328.320000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=733.9800, steamFee=0), MaterialDto(materialName=KVV 21X1.5, model=KVV, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=18406.50, factoryPrice=26006.01, netVolume=547.79, inventory=A120, weighInv=64.00, matPrice=2188.770000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1136.6500, steamFee=0), MaterialDto(materialName=KVV 22X1.5, model=KVV, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=19418.80, factoryPrice=27413.00, netVolume=595.59, inventory=A140, weighInv=99.00, matPrice=2428.800000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1159.2900, steamFee=0), MaterialDto(materialName=KVV 23X2.5, model=KVV, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=32598.49, factoryPrice=46265.56, netVolume=911.11, inventory=A140, weighInv=99.00, matPrice=3429.380000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 26X2.5, model=KVV, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=36712.15, factoryPrice=51577.52, netVolume=1007.53, inventory=A140, weighInv=99.00, matPrice=3738.370000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 30X1, model=KVV, specification=30*1, voltage=450/750V, standard=GB, costPrice=18179.45, factoryPrice=26132.41, netVolume=550.19, inventory=A120, weighInv=64.00, matPrice=2233.130000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1381.8200, steamFee=0), MaterialDto(materialName=KVV22 10X0.75, model=KVV22, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=5793.32, factoryPrice=7922.12, netVolume=319.86, inventory=A120, weighInv=64.00, matPrice=1806.320000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=634.8200, steamFee=0), MaterialDto(materialName=KVV22 14X2.5, model=KVV22, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=21312.38, factoryPrice=30345.48, netVolume=764.00, inventory=A140, weighInv=99.00, matPrice=3557.270000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=844.7400, steamFee=0), MaterialDto(materialName=KVV22 15X2.5, model=KVV22, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=22806.45, factoryPrice=32420.02, netVolume=815.22, inventory=A140, weighInv=99.00, matPrice=3783.120000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=901.1900, steamFee=0), MaterialDto(materialName=KVV22 21X1.5, model=KVV22, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=19817.44, factoryPrice=27965.21, netVolume=748.63, inventory=A140, weighInv=99.00, matPrice=3599.710000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1228.7400, steamFee=0), MaterialDto(materialName=KVV22 31X0.75, model=KVV22, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=15880.91, factoryPrice=21954.10, netVolume=683.89, inventory=A140, weighInv=99.00, matPrice=3521.200000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 2X1.5, model=KVV32, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=3388.24, factoryPrice=6967.01, netVolume=308.29, inventory=B100, weighInv=47.00, matPrice=1846.240000, totalCopperConsume=1542.00, totalAluminumConsume=, totalLHCost=3224.4400, steamFee=0), MaterialDto(materialName=KVV32 5X1.5, model=KVV32, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=6310.49, factoryPrice=11564.02, netVolume=433.18, inventory=A120, weighInv=64.00, matPrice=2446.490000, totalCopperConsume=3864.00, totalAluminumConsume=, totalLHCost=3758.6700, steamFee=0), MaterialDto(materialName=KVV32 7X1.5, model=KVV32, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=8797.87, factoryPrice=14503.61, netVolume=609.83, inventory=A120, weighInv=64.00, matPrice=3391.870000, totalCopperConsume=5406.00, totalAluminumConsume=, totalLHCost=2870.9900, steamFee=0), MaterialDto(materialName=KVV32 12X1, model=KVV32, specification=12*1, voltage=450/750V, standard=GB, costPrice=10152.75, factoryPrice=17120.88, netVolume=683.59, inventory=A120, weighInv=64.00, matPrice=3774.750000, totalCopperConsume=6378.00, totalAluminumConsume=, totalLHCost=3609.5600, steamFee=0), MaterialDto(materialName=KVV32 18X1.5, model=KVV32, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=20124.15, factoryPrice=30890.58, netVolume=1200.69, inventory=A140, weighInv=99.00, matPrice=6222.150000, totalCopperConsume=13902.00, totalAluminumConsume=, totalLHCost=3907.5400, steamFee=0), MaterialDto(materialName=KVV32 22X0.75, model=KVV32, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=13710.18, factoryPrice=22230.60, netVolume=896.33, inventory=A140, weighInv=99.00, matPrice=4938.180000, totalCopperConsume=8772.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 36X0.75, model=KVVP2-22, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=20768.15, factoryPrice=28613.01, netVolume=850.42, inventory=A140, weighInv=99.00, matPrice=6411.020000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1703.8000, steamFee=0), MaterialDto(materialName=KVVP3 7X0.75, model=KVVP3, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=3687.48, factoryPrice=5326.97, netVolume=138.69, inventory=B100, weighInv=47.00, matPrice=886.970000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=330.3800, steamFee=0), MaterialDto(materialName=KVVP3 16X2.5, model=KVVP3, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=23293.09, factoryPrice=33455.71, netVolume=670.94, inventory=A140, weighInv=99.00, matPrice=2991.930000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=812.3500, steamFee=0), MaterialDto(materialName=KVVP3 19X4, model=KVVP3, specification=19*4, voltage=450/750V, standard=GB, costPrice=42521.59, factoryPrice=61418.55, netVolume=1063.87, inventory=A140, weighInv=99.00, matPrice=3897.970000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=983.6200, steamFee=0), MaterialDto(materialName=KVVP3 33X1.5, model=KVVP3, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=29364.27, factoryPrice=41701.73, netVolume=863.15, inventory=A140, weighInv=99.00, matPrice=3869.670000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 35X1.5, model=KVVP3, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=31109.85, factoryPrice=44124.66, netVolume=912.19, inventory=A140, weighInv=99.00, matPrice=4070.700000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1233.3400, steamFee=0), MaterialDto(materialName=KVV 10X6, model=KVV, specification=10*6, voltage=450/750V, standard=GB, costPrice=32952.74, factoryPrice=47101.38, netVolume=812.68, inventory=A140, weighInv=99.00, matPrice=2290.230000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=642.1800, steamFee=0), MaterialDto(materialName=KVV 13X6, model=KVV, specification=13*6, voltage=450/750V, standard=GB, costPrice=42605.01, factoryPrice=60920.85, netVolume=1017.92, inventory=A140, weighInv=99.00, matPrice=2743.750000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=729.0500, steamFee=0), MaterialDto(materialName=KVV 26X1, model=KVV, specification=26*1, voltage=450/750V, standard=GB, costPrice=15830.59, factoryPrice=22732.25, netVolume=488.48, inventory=A120, weighInv=64.00, matPrice=2010.450000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 26X1.5, model=KVV, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=22834.81, factoryPrice=31848.06, netVolume=685.18, inventory=A140, weighInv=99.00, matPrice=2755.720000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 32X0.75, model=KVV, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=14908.71, factoryPrice=20711.43, netVolume=494.33, inventory=A120, weighInv=64.00, matPrice=2150.300000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 32X1, model=KVV, specification=32*1, voltage=450/750V, standard=GB, costPrice=19379.41, factoryPrice=28001.55, netVolume=585.73, inventory=A120, weighInv=64.00, matPrice=2370.010000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1386.3000, steamFee=0), MaterialDto(materialName=KVV 35X1, model=KVV, specification=35*1, voltage=450/750V, standard=GB, costPrice=21271.01, factoryPrice=30550.88, netVolume=652.56, inventory=A140, weighInv=99.00, matPrice=2666.970000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1515.7600, steamFee=0), MaterialDto(materialName=KVV 37X1.5, model=KVV, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=32186.09, factoryPrice=44927.30, netVolume=926.31, inventory=A140, weighInv=99.00, matPrice=3612.000000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1374.9000, steamFee=0), MaterialDto(materialName=KVV22 2X1.5, model=KVV22, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=2799.63, factoryPrice=3641.11, netVolume=214.72, inventory=B100, weighInv=47.00, matPrice=1255.080000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=365.7700, steamFee=0), MaterialDto(materialName=KVV22 7X1, model=KVV22, specification=7*1, voltage=450/750V, standard=GB, costPrice=5221.92, factoryPrice=7479.72, netVolume=270.49, inventory=B100, weighInv=47.00, matPrice=1501.110000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=484.4400, steamFee=0), MaterialDto(materialName=KVV22 19X6, model=KVV22, specification=19*6, voltage=450/750V, standard=GB, costPrice=63911.95, factoryPrice=92113.21, netVolume=1708.48, inventory=A140, weighInv=99.00, matPrice=5653.180000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=1230.8000, steamFee=0), MaterialDto(materialName=KVV22 30X1.5, model=KVV22, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=27753.46, factoryPrice=38863.26, netVolume=986.97, inventory=A140, weighInv=99.00, matPrice=4585.280000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1270.0600, steamFee=0), MaterialDto(materialName=KVV22 37X2.5, model=KVV22, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=54343.79, factoryPrice=76730.33, netVolume=1722.14, inventory=A160, weighInv=159.00, matPrice=7419.570000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1580.0800, steamFee=0), MaterialDto(materialName=KVV32 7X4, model=KVV32, specification=7*4, voltage=450/750V, standard=GB, costPrice=18832.41, factoryPrice=30220.66, netVolume=926.24, inventory=A140, weighInv=99.00, matPrice=4606.410000, totalCopperConsume=14226.00, totalAluminumConsume=, totalLHCost=3438.1000, steamFee=0), MaterialDto(materialName=KVV32 15X2.5, model=KVV32, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=25947.54, factoryPrice=40228.38, netVolume=1381.96, inventory=A140, weighInv=99.00, matPrice=6921.540000, totalCopperConsume=19026.00, totalAluminumConsume=, totalLHCost=3639.4700, steamFee=0), MaterialDto(materialName=KVV32 17X6, model=KVV32, specification=17*6, voltage=450/750V, standard=GB, costPrice=61823.03, factoryPrice=95778.02, netVolume=2361.94, inventory=A160, weighInv=159.00, matPrice=9695.030000, totalCopperConsume=52128.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 18X6, model=KVV32, specification=18*6, voltage=450/750V, standard=GB, costPrice=65016.73, factoryPrice=100709.20, netVolume=2427.34, inventory=A160, weighInv=159.00, matPrice=9822.730000, totalCopperConsume=55194.00, totalAluminumConsume=, totalLHCost=4189.3100, steamFee=0), MaterialDto(materialName=KVV32 20X0.75, model=KVV32, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=12527.07, factoryPrice=20472.06, netVolume=824.28, inventory=A140, weighInv=99.00, matPrice=4553.070000, totalCopperConsume=7974.00, totalAluminumConsume=, totalLHCost=4409.1800, steamFee=0), MaterialDto(materialName=KVV32 21X1.5, model=KVV32, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=22800.24, factoryPrice=35126.56, netVolume=1286.82, inventory=A140, weighInv=99.00, matPrice=6582.240000, totalCopperConsume=16218.00, totalAluminumConsume=, totalLHCost=241.8100, steamFee=0), MaterialDto(materialName=KVVP 7X2.5, model=KVVP, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=12289.93, factoryPrice=19455.33, netVolume=343.51, inventory=A120, weighInv=64.00, matPrice=3254.030000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=534.2100, steamFee=0), MaterialDto(materialName=KVVP 8X0.75, model=KVVP, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=5413.44, factoryPrice=8357.41, netVolume=171.52, inventory=B100, weighInv=47.00, matPrice=2111.110000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=527.8700, steamFee=0), MaterialDto(materialName=KVVP 14X1.5, model=KVVP, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=14962.45, factoryPrice=23447.20, netVolume=429.48, inventory=A120, weighInv=64.00, matPrice=3964.420000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=869.4400, steamFee=0), MaterialDto(materialName=KVVP2 6X1.5, model=KVVP2, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=6795.57, factoryPrice=9509.23, netVolume=208.73, inventory=B100, weighInv=47.00, matPrice=2158.020000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=293.4500, steamFee=0), MaterialDto(materialName=KVVP2 20X2.5, model=KVVP2, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=30909.29, factoryPrice=44070.15, netVolume=831.26, inventory=A140, weighInv=99.00, matPrice=5540.930000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1004.5000, steamFee=0), MaterialDto(materialName=KVVP22 5X0.75, model=KVVP22, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=5513.60, factoryPrice=7249.83, netVolume=286.87, inventory=B100, weighInv=47.00, matPrice=3370.970000, totalCopperConsume=1992.00, totalAluminumConsume=, totalLHCost=473.4100, steamFee=0), MaterialDto(materialName=KVVP2-22 11X0.75, model=KVVP2-22, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=7891.76, factoryPrice=10841.17, netVolume=397.19, inventory=A120, weighInv=64.00, matPrice=3502.140000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=756.5600, steamFee=0), MaterialDto(materialName=KVVP2-22 21X1, model=KVVP2-22, specification=21*1, voltage=450/750V, standard=GB, costPrice=16039.21, factoryPrice=23012.70, netVolume=637.19, inventory=A120, weighInv=64.00, matPrice=4872.880000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=1310.5600, steamFee=0), MaterialDto(materialName=KVVP3 9X6, model=KVVP3, specification=9*6, voltage=450/750V, standard=GB, costPrice=30172.27, factoryPrice=44119.13, netVolume=751.95, inventory=A140, weighInv=99.00, matPrice=2566.410000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 12X1, model=KVVP3, specification=12*1, voltage=450/750V, standard=GB, costPrice=7846.85, factoryPrice=11563.23, netVolume=267.19, inventory=B100, weighInv=47.00, matPrice=1458.720000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=584.3800, steamFee=0), MaterialDto(materialName=KVVP3 16X1, model=KVVP3, specification=16*1, voltage=450/750V, standard=GB, costPrice=10263.88, factoryPrice=15089.00, netVolume=336.82, inventory=A120, weighInv=64.00, matPrice=1749.570000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=691.1300, steamFee=0), MaterialDto(materialName=KVVP3 21X0.75, model=KVVP3, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=10305.74, factoryPrice=14664.77, netVolume=357.32, inventory=A120, weighInv=64.00, matPrice=1923.430000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 22X1, model=KVVP3, specification=22*1, voltage=450/750V, standard=GB, costPrice=13897.62, factoryPrice=20434.93, netVolume=439.69, inventory=A120, weighInv=64.00, matPrice=2194.050000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1051.6900, steamFee=0), MaterialDto(materialName=KVVP3 33X2.5, model=KVVP3, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=47015.20, factoryPrice=67136.57, netVolume=1267.93, inventory=A140, weighInv=99.00, matPrice=5154.260000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 10X1.5, model=KVV, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=9008.99, factoryPrice=12715.05, netVolume=299.47, inventory=A120, weighInv=64.00, matPrice=1286.260000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=673.1500, steamFee=0), MaterialDto(materialName=KVV 18X1.5, model=KVV, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=15859.22, factoryPrice=22387.02, netVolume=483.20, inventory=A120, weighInv=64.00, matPrice=1958.310000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=866.7800, steamFee=0), MaterialDto(materialName=KVV 31X2.5, model=KVV, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=43647.24, factoryPrice=61334.02, netVolume=1182.75, inventory=A140, weighInv=99.00, matPrice=4332.350000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1249.0300, steamFee=0), MaterialDto(materialName=KVV22 6X4, model=KVV22, specification=6*4, voltage=450/750V, standard=GB, costPrice=14631.79, factoryPrice=20831.51, netVolume=532.26, inventory=A120, weighInv=64.00, matPrice=2437.890000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=590.4600, steamFee=0), MaterialDto(materialName=KVV22 7X4, model=KVV22, specification=7*4, voltage=450/750V, standard=GB, costPrice=16741.00, factoryPrice=23987.56, netVolume=568.33, inventory=A120, weighInv=64.00, matPrice=2514.780000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=620.3000, steamFee=0), MaterialDto(materialName=KVV22 10X1, model=KVV22, specification=10*1, voltage=450/750V, standard=GB, costPrice=7224.29, factoryPrice=10292.91, netVolume=353.09, inventory=A120, weighInv=64.00, matPrice=1908.850000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=647.1900, steamFee=0), MaterialDto(materialName=KVV22 12X0.75, model=KVV22, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=6704.83, factoryPrice=9240.63, netVolume=346.25, inventory=A120, weighInv=64.00, matPrice=1920.420000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=672.2200, steamFee=0), MaterialDto(materialName=KVV22 13X6, model=KVV22, specification=13*6, voltage=450/750V, standard=GB, costPrice=44432.67, factoryPrice=63780.65, netVolume=1271.82, inventory=A140, weighInv=99.00, matPrice=4571.400000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=1008.3900, steamFee=0), MaterialDto(materialName=KVV22 15X6, model=KVV22, specification=15*6, voltage=450/750V, standard=GB, costPrice=51011.48, factoryPrice=73314.37, netVolume=1433.02, inventory=A140, weighInv=99.00, matPrice=5017.710000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=1107.4500, steamFee=0), MaterialDto(materialName=KVV22 20X1, model=KVV22, specification=20*1, voltage=450/750V, standard=GB, costPrice=13319.30, factoryPrice=19341.57, netVolume=537.36, inventory=A120, weighInv=64.00, matPrice=2688.420000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1183.2400, steamFee=0), MaterialDto(materialName=KVV22 25X1.5, model=KVV22, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=23465.96, factoryPrice=32728.12, netVolume=872.10, inventory=A140, weighInv=99.00, matPrice=4159.140000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1273.9600, steamFee=0), MaterialDto(materialName=KVVP3 16X6, model=KVVP3, specification=16*6, voltage=450/750V, standard=GB, costPrice=52872.65, factoryPrice=76293.46, netVolume=1253.41, inventory=A140, weighInv=99.00, matPrice=3803.020000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=977.0300, steamFee=0), MaterialDto(materialName=KVVP3 18X0.75, model=KVVP3, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=8947.28, factoryPrice=12713.47, netVolume=319.89, inventory=A120, weighInv=64.00, matPrice=1761.070000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 19X1.5, model=KVVP3, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=17130.60, factoryPrice=24467.88, netVolume=514.93, inventory=A120, weighInv=64.00, matPrice=2447.810000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=792.9700, steamFee=0), MaterialDto(materialName=KVVP3 23X2.5, model=KVVP3, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=33181.06, factoryPrice=47539.83, netVolume=931.00, inventory=A140, weighInv=99.00, matPrice=4002.350000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 37X0.75, model=KVVP3, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=17622.95, factoryPrice=24753.86, netVolume=572.21, inventory=A140, weighInv=99.00, matPrice=2861.430000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1338.5900, steamFee=0), MaterialDto(materialName=KVV 5X0.75, model=KVV, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=2535.31, factoryPrice=3610.30, netVolume=112.37, inventory=B80, weighInv=22.00, matPrice=541.800000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=341.5000, steamFee=0), MaterialDto(materialName=KVV 11X4, model=KVV, specification=11*4, voltage=450/750V, standard=GB, costPrice=24477.01, factoryPrice=34696.80, netVolume=633.11, inventory=A140, weighInv=99.00, matPrice=2121.530000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=673.0000, steamFee=0), MaterialDto(materialName=KVV 13X1.5, model=KVV, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=11572.64, factoryPrice=16359.32, netVolume=366.71, inventory=A120, weighInv=64.00, matPrice=1533.090000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=738.1300, steamFee=0), MaterialDto(materialName=KVV 15X0.75, model=KVV, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=7196.21, factoryPrice=10119.90, netVolume=264.27, inventory=B100, weighInv=47.00, matPrice=1215.700000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 17X1, model=KVV, specification=17*1, voltage=450/750V, standard=GB, costPrice=10497.41, factoryPrice=15229.62, netVolume=343.26, inventory=A120, weighInv=64.00, matPrice=1461.160000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=781.8400, steamFee=0), MaterialDto(materialName=KVV 17X2.5, model=KVV, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=24224.55, factoryPrice=34451.11, netVolume=694.81, inventory=A140, weighInv=99.00, matPrice=2664.770000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=823.3100, steamFee=0), MaterialDto(materialName=KVV 28X0.75, model=KVV, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=13106.46, factoryPrice=18213.45, netVolume=441.57, inventory=A120, weighInv=64.00, matPrice=1942.850000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1295.1200, steamFee=0), MaterialDto(materialName=KVV 28X2.5, model=KVV, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=39489.22, factoryPrice=55519.62, netVolume=1077.72, inventory=A140, weighInv=99.00, matPrice=3979.000000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1193.8200, steamFee=0), MaterialDto(materialName=KVV 32X2.5, model=KVV, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=45013.02, factoryPrice=63241.08, netVolume=1214.35, inventory=A140, weighInv=99.00, matPrice=4429.900000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1271.6700, steamFee=0), MaterialDto(materialName=KVV22 14X6, model=KVV22, specification=14*6, voltage=450/750V, standard=GB, costPrice=47626.81, factoryPrice=68490.63, netVolume=1337.25, inventory=A140, weighInv=99.00, matPrice=4699.290000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=1042.0700, steamFee=0), MaterialDto(materialName=KVV22 28X1, model=KVV22, specification=28*1, voltage=450/750V, standard=GB, costPrice=18431.53, factoryPrice=26459.47, netVolume=722.54, inventory=A140, weighInv=99.00, matPrice=3548.300000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1350.7500, steamFee=0), MaterialDto(materialName=KVV22 30X1, model=KVV22, specification=30*1, voltage=450/750V, standard=GB, costPrice=19592.12, factoryPrice=28169.82, netVolume=751.28, inventory=A140, weighInv=99.00, matPrice=3645.800000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1390.6900, steamFee=0), MaterialDto(materialName=KVV22 34X1, model=KVV22, specification=34*1, voltage=450/750V, standard=GB, costPrice=22090.95, factoryPrice=31752.47, netVolume=835.69, inventory=A140, weighInv=99.00, matPrice=4018.450000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1456.9400, steamFee=0), MaterialDto(materialName=KVV32 9X6, model=KVV32, specification=9*6, voltage=450/750V, standard=GB, costPrice=34181.25, factoryPrice=53866.15, netVolume=1493.17, inventory=A140, weighInv=99.00, matPrice=6587.250000, totalCopperConsume=27594.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 16X0.75, model=KVV32, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=10447.26, factoryPrice=16952.61, netVolume=729.23, inventory=A140, weighInv=99.00, matPrice=4069.260000, totalCopperConsume=6378.00, totalAluminumConsume=, totalLHCost=3904.9000, steamFee=0), MaterialDto(materialName=KVV32 18X0.75, model=KVV32, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=11459.28, factoryPrice=18881.00, netVolume=773.50, inventory=A140, weighInv=99.00, matPrice=4283.280000, totalCopperConsume=7176.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 19X1.5, model=KVV32, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=20944.23, factoryPrice=32164.06, netVolume=1216.03, inventory=A140, weighInv=99.00, matPrice=6268.230000, totalCopperConsume=14676.00, totalAluminumConsume=, totalLHCost=3649.2300, steamFee=0), MaterialDto(materialName=KVV32 22X1, model=KVV32, specification=22*1, voltage=450/750V, standard=GB, costPrice=17507.55, factoryPrice=27854.61, netVolume=1104.20, inventory=A140, weighInv=99.00, matPrice=5813.550000, totalCopperConsume=11694.00, totalAluminumConsume=, totalLHCost=245.1400, steamFee=0), MaterialDto(materialName=KVV32 25X0.75, model=KVV32, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=15907.42, factoryPrice=24240.36, netVolume=1101.18, inventory=A140, weighInv=99.00, matPrice=5941.420000, totalCopperConsume=9966.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 3X2.5, model=KVVR, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=4404.20, factoryPrice=6804.27, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=770.650000, totalCopperConsume=3633.55, totalAluminumConsume=, totalLHCost=394.2100, steamFee=0), MaterialDto(materialName=KVVP2-22 32X2.5, model=KVVP2-22, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=50967.91, factoryPrice=71687.76, netVolume=1671.93, inventory=A160, weighInv=159.00, matPrice=10380.890000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1568.0600, steamFee=0), MaterialDto(materialName=KVVP3 2X6, model=KVVP3, specification=2*6, voltage=450/750V, standard=GB, costPrice=7161.12, factoryPrice=10526.75, netVolume=215.30, inventory=B100, weighInv=47.00, matPrice=1019.020000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=345.3800, steamFee=0), MaterialDto(materialName=KVVP3 9X1, model=KVVP3, specification=9*1, voltage=450/750V, standard=GB, costPrice=5931.25, factoryPrice=8847.21, netVolume=199.88, inventory=B100, weighInv=47.00, matPrice=1137.750000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=472.2500, steamFee=0), MaterialDto(materialName=KVVP3 13X1, model=KVVP3, specification=13*1, voltage=450/750V, standard=GB, costPrice=8468.54, factoryPrice=12464.62, netVolume=286.34, inventory=B100, weighInv=47.00, matPrice=1548.870000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=598.9100, steamFee=0), MaterialDto(materialName=KVVP3 15X1.5, model=KVVP3, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=13731.65, factoryPrice=19595.16, netVolume=430.92, inventory=A120, weighInv=64.00, matPrice=2137.950000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=770.6600, steamFee=0), MaterialDto(materialName=KVVP3 16X0.75, model=KVVP3, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=8009.66, factoryPrice=11406.81, netVolume=289.20, inventory=B100, weighInv=47.00, matPrice=1620.850000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=646.6900, steamFee=0), MaterialDto(materialName=KVV 18X1, model=KVV, specification=18*1, voltage=450/750V, standard=GB, costPrice=11077.70, factoryPrice=16087.56, netVolume=357.63, inventory=A120, weighInv=64.00, matPrice=1509.910000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=781.5000, steamFee=0), MaterialDto(materialName=KVV 20X2.5, model=KVV, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=28316.96, factoryPrice=40356.36, netVolume=786.17, inventory=A140, weighInv=99.00, matPrice=2952.510000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1013.5900, steamFee=0), MaterialDto(materialName=KVV 22X0.75, model=KVV, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=10387.83, factoryPrice=14588.93, netVolume=361.25, inventory=A120, weighInv=64.00, matPrice=1616.420000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 24X2.5, model=KVV, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=33964.27, factoryPrice=48291.91, netVolume=942.71, inventory=A140, weighInv=99.00, matPrice=3526.930000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1103.2600, steamFee=0), MaterialDto(materialName=KVV 35X0.75, model=KVV, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=16272.84, factoryPrice=22582.15, netVolume=536.13, inventory=A120, weighInv=64.00, matPrice=2318.330000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1467.8300, steamFee=0), MaterialDto(materialName=KVV22 4X0.75, model=KVV22, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2845.40, factoryPrice=3724.85, netVolume=213.53, inventory=B100, weighInv=47.00, matPrice=1250.600000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=404.0700, steamFee=0), MaterialDto(materialName=KVV22 17X6, model=KVV22, specification=17*6, voltage=450/750V, standard=GB, costPrice=57576.80, factoryPrice=82864.68, netVolume=1590.27, inventory=A140, weighInv=99.00, matPrice=5450.530000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 35X1, model=KVV22, specification=35*1, voltage=450/750V, standard=GB, costPrice=22671.24, factoryPrice=32630.16, netVolume=850.06, inventory=A140, weighInv=99.00, matPrice=4067.200000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1533.5700, steamFee=0), MaterialDto(materialName=KVV32 8X2.5, model=KVV32, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=14602.23, factoryPrice=23993.88, netVolume=841.52, inventory=A140, weighInv=99.00, matPrice=4456.220000, totalCopperConsume=10146.00, totalAluminumConsume=, totalLHCost=3457.0600, steamFee=0), MaterialDto(materialName=KVV32 9X0.75, model=KVV32, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=6809.17, factoryPrice=11691.21, netVolume=559.52, inventory=A120, weighInv=64.00, matPrice=3221.170000, totalCopperConsume=3588.00, totalAluminumConsume=, totalLHCost=2873.1000, steamFee=0), MaterialDto(materialName=KVV32 9X4, model=KVV32, specification=9*4, voltage=450/750V, standard=GB, costPrice=24357.74, factoryPrice=38270.76, netVolume=1247.02, inventory=A140, weighInv=99.00, matPrice=6069.740000, totalCopperConsume=18288.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 10X2.5, model=KVV32, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=18529.60, factoryPrice=28785.23, netVolume=1126.69, inventory=A140, weighInv=99.00, matPrice=5845.600000, totalCopperConsume=12684.00, totalAluminumConsume=, totalLHCost=3153.6000, steamFee=0), MaterialDto(materialName=KVV32 10X4, model=KVV32, specification=10*4, voltage=450/750V, standard=GB, costPrice=26811.80, factoryPrice=41332.80, netVolume=1344.08, inventory=A140, weighInv=99.00, matPrice=6489.800000, totalCopperConsume=20322.00, totalAluminumConsume=, totalLHCost=3280.3400, steamFee=0), MaterialDto(materialName=KVV32 12X6, model=KVV32, specification=12*6, voltage=450/750V, standard=GB, costPrice=44303.72, factoryPrice=68708.67, netVolume=1778.17, inventory=A140, weighInv=99.00, matPrice=7505.720000, totalCopperConsume=36798.00, totalAluminumConsume=, totalLHCost=3748.5200, steamFee=0), MaterialDto(materialName=KVV32 30X1.5, model=KVV32, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=31278.92, factoryPrice=47378.67, netVolume=1624.54, inventory=A140, weighInv=99.00, matPrice=8112.920000, totalCopperConsume=23166.00, totalAluminumConsume=, totalLHCost=4007.7600, steamFee=0), MaterialDto(materialName=KVVR 11X6, model=KVVR, specification=11*6, voltage=450/750V, standard=GB, costPrice=35518.99, factoryPrice=54590.58, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3358.120000, totalCopperConsume=32160.86, totalAluminumConsume=, totalLHCost=868.2100, steamFee=0), MaterialDto(materialName=KVVR 20X1, model=KVVR, specification=20*1, voltage=450/750V, standard=GB, costPrice=12020.31, factoryPrice=18802.00, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2066.720000, totalCopperConsume=9953.59, totalAluminumConsume=, totalLHCost=1143.1300, steamFee=0), MaterialDto(materialName=KVVR 23X1.5, model=KVVR, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=19757.21, factoryPrice=30168.52, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3037.250000, totalCopperConsume=16719.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 24X1, model=KVVR, specification=24*1, voltage=450/750V, standard=GB, costPrice=14405.27, factoryPrice=22469.18, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2460.960000, totalCopperConsume=11944.31, totalAluminumConsume=, totalLHCost=1252.2700, steamFee=0), MaterialDto(materialName=KVVP2-22 25X1, model=KVVP2-22, specification=25*1, voltage=450/750V, standard=GB, costPrice=19012.04, factoryPrice=26787.32, netVolume=756.73, inventory=A140, weighInv=99.00, matPrice=5719.530000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1491.3900, steamFee=0), MaterialDto(materialName=KVVP2-22 26X1.5, model=KVVP2-22, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=27150.37, factoryPrice=37518.68, netVolume=995.06, inventory=A140, weighInv=99.00, matPrice=7067.370000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 28X2.5, model=KVVP2-22, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=45215.92, factoryPrice=63458.33, netVolume=1518.95, inventory=A160, weighInv=159.00, matPrice=9701.780000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1482.8300, steamFee=0), MaterialDto(materialName=KVVP2-22 31X2.5, model=KVVP2-22, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=49602.14, factoryPrice=69657.46, netVolume=1640.33, inventory=A160, weighInv=159.00, matPrice=10283.340000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1543.3100, steamFee=0), MaterialDto(materialName=KVVP2-22 34X1.5, model=KVVP2-22, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=34700.97, factoryPrice=47937.20, netVolume=1241.30, inventory=A140, weighInv=99.00, matPrice=8439.790000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1494.4700, steamFee=0), MaterialDto(materialName=KVVP3 4X6, model=KVVP3, specification=4*6, voltage=450/750V, standard=GB, costPrice=13779.75, factoryPrice=20201.88, netVolume=377.07, inventory=A120, weighInv=64.00, matPrice=1505.140000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=412.7300, steamFee=0), MaterialDto(materialName=KVVP3 6X1.5, model=KVVP3, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=5763.01, factoryPrice=8280.78, netVolume=196.06, inventory=B100, weighInv=47.00, matPrice=1119.770000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=293.4500, steamFee=0), MaterialDto(materialName=KVVP3 6X2.5, model=KVVP3, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=9157.66, factoryPrice=13256.20, netVolume=296.39, inventory=B100, weighInv=47.00, matPrice=1538.720000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=439.1600, steamFee=0), MaterialDto(materialName=KVVP3 32X1, model=KVVP3, specification=32*1, voltage=450/750V, standard=GB, costPrice=19980.04, factoryPrice=28992.21, netVolume=621.13, inventory=A140, weighInv=99.00, matPrice=2961.030000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1248.4000, steamFee=0), MaterialDto(materialName=KVV 11X0.75, model=KVV, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=5260.19, factoryPrice=7382.55, netVolume=190.68, inventory=B100, weighInv=47.00, matPrice=874.490000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=608.3300, steamFee=0), MaterialDto(materialName=KVV 22X1, model=KVV, specification=22*1, voltage=450/750V, standard=GB, costPrice=13462.78, factoryPrice=19559.61, netVolume=424.00, inventory=A120, weighInv=64.00, matPrice=1768.810000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1160.5200, steamFee=0), MaterialDto(materialName=KVV 24X0.75, model=KVV, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=11309.01, factoryPrice=15875.05, netVolume=391.05, inventory=A120, weighInv=64.00, matPrice=1740.200000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1204.5600, steamFee=0), MaterialDto(materialName=KVV22 3X4, model=KVV22, specification=3*4, voltage=450/750V, standard=GB, costPrice=7785.39, factoryPrice=11047.36, netVolume=336.10, inventory=A120, weighInv=64.00, matPrice=1688.440000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=479.3300, steamFee=0), MaterialDto(materialName=KVV22 10X6, model=KVV22, specification=10*6, voltage=450/750V, standard=GB, costPrice=34407.01, factoryPrice=49550.38, netVolume=1017.69, inventory=A140, weighInv=99.00, matPrice=3744.490000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=825.8800, steamFee=0), MaterialDto(materialName=KVV22 20X2.5, model=KVV22, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=29800.87, factoryPrice=42691.60, netVolume=995.29, inventory=A140, weighInv=99.00, matPrice=4436.430000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1128.9700, steamFee=0), MaterialDto(materialName=KVV22 31X1.5, model=KVV22, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=28699.65, factoryPrice=40173.87, netVolume=1023.66, inventory=A140, weighInv=99.00, matPrice=4759.200000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1436.5500, steamFee=0), MaterialDto(materialName=KVV22 33X0.75, model=KVV22, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=16764.25, factoryPrice=23210.20, netVolume=707.27, inventory=A140, weighInv=99.00, matPrice=3607.140000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 4X6, model=KVV32, specification=4*6, voltage=450/750V, standard=GB, costPrice=16218.37, factoryPrice=26623.00, netVolume=817.54, inventory=A140, weighInv=99.00, matPrice=3954.370000, totalCopperConsume=12264.00, totalAluminumConsume=, totalLHCost=3176.5500, steamFee=0), MaterialDto(materialName=KVV32 8X1, model=KVV32, specification=8*1, voltage=450/750V, standard=GB, costPrice=7366.54, factoryPrice=12938.62, netVolume=551.41, inventory=A120, weighInv=64.00, matPrice=3112.540000, totalCopperConsume=4254.00, totalAluminumConsume=, totalLHCost=2823.3700, steamFee=0), MaterialDto(materialName=KVV32 25X1.5, model=KVV32, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=26836.43, factoryPrice=40591.78, netVolume=1481.01, inventory=A140, weighInv=99.00, matPrice=7528.430000, totalCopperConsume=19308.00, totalAluminumConsume=, totalLHCost=269.8900, steamFee=0), MaterialDto(materialName=KVV32 32X1.5, model=KVV32, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=33137.79, factoryPrice=50157.10, netVolume=1694.80, inventory=A160, weighInv=159.00, matPrice=8423.790000, totalCopperConsume=24714.00, totalAluminumConsume=, totalLHCost=293.2200, steamFee=0), MaterialDto(materialName=KVV32 34X2.5, model=KVV32, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=55824.94, factoryPrice=83379.76, netVolume=2694.59, inventory=A160, weighInv=159.00, matPrice=12702.940000, totalCopperConsume=43122.00, totalAluminumConsume=, totalLHCost=4522.2000, steamFee=0), MaterialDto(materialName=KVVR 6X6, model=KVVR, specification=6*6, voltage=450/750V, standard=GB, costPrice=19541.21, factoryPrice=30339.16, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1998.920000, totalCopperConsume=17542.29, totalAluminumConsume=, totalLHCost=591.7000, steamFee=0), MaterialDto(materialName=KVVR 8X0.75, model=KVVR, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=3797.19, factoryPrice=5825.46, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=813.560000, totalCopperConsume=2983.63, totalAluminumConsume=, totalLHCost=493.2500, steamFee=0), MaterialDto(materialName=KVVR 12X1.5, model=KVVR, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=10417.90, factoryPrice=15950.10, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1694.450000, totalCopperConsume=8723.45, totalAluminumConsume=, totalLHCost=750.4200, steamFee=0), MaterialDto(materialName=KVVP3 9X2.5, model=KVVP3, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=13381.94, factoryPrice=19461.65, netVolume=404.13, inventory=A120, weighInv=64.00, matPrice=1958.340000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 13X2.5, model=KVVP3, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=19003.59, factoryPrice=27339.53, netVolume=547.95, inventory=A120, weighInv=64.00, matPrice=2507.100000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=703.5000, steamFee=0), MaterialDto(materialName=KVVP3 19X1, model=KVVP3, specification=19*1, voltage=450/750V, standard=GB, costPrice=12034.67, factoryPrice=17718.12, netVolume=381.19, inventory=A120, weighInv=64.00, matPrice=1925.730000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=793.0000, steamFee=0), MaterialDto(materialName=KVVP3 27X2.5, model=KVVP3, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=38672.35, factoryPrice=55301.58, netVolume=1059.48, inventory=A140, weighInv=99.00, matPrice=4420.740000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1175.7200, steamFee=0), MaterialDto(materialName=KVV 2X2.5, model=KVV, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=3085.59, factoryPrice=4492.73, netVolume=121.06, inventory=B100, weighInv=47.00, matPrice=549.150000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=352.2900, steamFee=0), MaterialDto(materialName=KVV 5X2.5, model=KVV, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=7305.43, factoryPrice=10507.00, netVolume=237.29, inventory=B100, weighInv=47.00, matPrice=964.320000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=438.5500, steamFee=0), MaterialDto(materialName=KVV 12X2.5, model=KVV, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=17123.73, factoryPrice=24362.02, netVolume=492.96, inventory=A120, weighInv=64.00, matPrice=1905.070000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=675.0200, steamFee=0), MaterialDto(materialName=KVV22 2X0.75, model=KVV22, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1852.47, factoryPrice=2309.17, netVolume=174.36, inventory=B100, weighInv=47.00, matPrice=1055.070000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=365.4600, steamFee=0), MaterialDto(materialName=KVV22 13X4, model=KVV22, specification=13*4, voltage=450/750V, standard=GB, costPrice=30371.38, factoryPrice=43347.30, netVolume=952.16, inventory=A140, weighInv=99.00, matPrice=3951.260000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=901.7300, steamFee=0), MaterialDto(materialName=KVV22 16X1.5, model=KVV22, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=15421.27, factoryPrice=21505.38, netVolume=618.64, inventory=A140, weighInv=99.00, matPrice=3064.900000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=869.8500, steamFee=0), MaterialDto(materialName=KVV22 18X4, model=KVV22, specification=18*4, voltage=450/750V, standard=GB, costPrice=41681.53, factoryPrice=59275.28, netVolume=1261.58, inventory=A140, weighInv=99.00, matPrice=5099.830000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=1070.0500, steamFee=0), MaterialDto(materialName=KVV22 33X2.5, model=KVV22, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=48760.65, factoryPrice=68392.67, netVolume=1580.42, inventory=A160, weighInv=159.00, matPrice=6909.320000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 8X4, model=KVV32, specification=8*4, voltage=450/750V, standard=GB, costPrice=21790.27, factoryPrice=34286.00, netVolume=1130.47, inventory=A140, weighInv=99.00, matPrice=5530.270000, totalCopperConsume=16260.00, totalAluminumConsume=, totalLHCost=3232.2700, steamFee=0), MaterialDto(materialName=KVV32 16X2.5, model=KVV32, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=27310.61, factoryPrice=42329.78, netVolume=1413.46, inventory=A140, weighInv=99.00, matPrice=7018.610000, totalCopperConsume=20292.00, totalAluminumConsume=, totalLHCost=3666.5700, steamFee=0), MaterialDto(materialName=KVV32 19X2.5, model=KVV32, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=31661.80, factoryPrice=49081.12, netVolume=1549.08, inventory=A140, weighInv=99.00, matPrice=7565.800000, totalCopperConsume=24096.00, totalAluminumConsume=, totalLHCost=3847.9100, steamFee=0), MaterialDto(materialName=KVV32 19X4, model=KVV32, specification=19*4, voltage=450/750V, standard=GB, costPrice=47139.04, factoryPrice=72573.35, netVolume=1916.61, inventory=A160, weighInv=159.00, matPrice=8523.040000, totalCopperConsume=38616.00, totalAluminumConsume=, totalLHCost=3804.2700, steamFee=0), MaterialDto(materialName=KVV32 22X2.5, model=KVV32, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=36453.30, factoryPrice=56299.35, netVolume=1760.97, inventory=A160, weighInv=159.00, matPrice=8553.300000, totalCopperConsume=27900.00, totalAluminumConsume=, totalLHCost=245.1400, steamFee=0), MaterialDto(materialName=KVV32 27X0.75, model=KVV32, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=16791.41, factoryPrice=25734.25, netVolume=1124.58, inventory=A140, weighInv=99.00, matPrice=6027.410000, totalCopperConsume=10764.00, totalAluminumConsume=, totalLHCost=261.8000, steamFee=0), MaterialDto(materialName=KVV32 27X1, model=KVV32, specification=27*1, voltage=450/750V, standard=GB, costPrice=20684.54, factoryPrice=32442.93, netVolume=1221.69, inventory=A140, weighInv=99.00, matPrice=6332.540000, totalCopperConsume=14352.00, totalAluminumConsume=, totalLHCost=276.5600, steamFee=0), MaterialDto(materialName=KVV32 27X2.5, model=KVV32, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=44218.10, factoryPrice=67480.22, netVolume=2069.95, inventory=A160, weighInv=159.00, matPrice=9976.100000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=4047.5300, steamFee=0), MaterialDto(materialName=KVV32 30X2.5, model=KVV32, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=48592.59, factoryPrice=74139.13, netVolume=2211.01, inventory=A160, weighInv=159.00, matPrice=10546.590000, totalCopperConsume=38046.00, totalAluminumConsume=, totalLHCost=4231.9800, steamFee=0), MaterialDto(materialName=KVV32 35X2.5, model=KVV32, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=57188.00, factoryPrice=85496.96, netVolume=2726.09, inventory=A160, weighInv=159.00, matPrice=12800.000000, totalCopperConsume=44388.00, totalAluminumConsume=, totalLHCost=288.4600, steamFee=0), MaterialDto(materialName=KVVR 5X0.75, model=KVVR, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=2487.18, factoryPrice=3797.53, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=622.420000, totalCopperConsume=1864.77, totalAluminumConsume=, totalLHCost=344.7900, steamFee=0), MaterialDto(materialName=KVVR 15X0.75, model=KVVR, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=7063.47, factoryPrice=10659.47, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1469.160000, totalCopperConsume=5594.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 15X1.5, model=KVVR, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=12943.87, factoryPrice=19807.67, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2039.550000, totalCopperConsume=10904.32, totalAluminumConsume=, totalLHCost=869.4100, steamFee=0), MaterialDto(materialName=KVVP3 12X0.75, model=KVVP3, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=6043.43, factoryPrice=8618.11, netVolume=214.13, inventory=B100, weighInv=47.00, matPrice=1249.420000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=551.4500, steamFee=0), MaterialDto(materialName=KVVP3 18X4, model=KVVP3, specification=18*4, voltage=450/750V, standard=GB, costPrice=40412.38, factoryPrice=58316.22, netVolume=1027.80, inventory=A140, weighInv=99.00, matPrice=3821.080000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=953.7900, steamFee=0), MaterialDto(materialName=KVVP3 26X1, model=KVVP3, specification=26*1, voltage=450/750V, standard=GB, costPrice=16289.38, factoryPrice=23635.22, netVolume=505.10, inventory=A120, weighInv=64.00, matPrice=2459.630000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 34X0.75, model=KVVP3, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=16319.18, factoryPrice=22898.15, netVolume=542.19, inventory=A140, weighInv=99.00, matPrice=2753.770000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1280.6700, steamFee=0), MaterialDto(materialName=KVV 15X2.5, model=KVV, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=21429.85, factoryPrice=30456.87, netVolume=621.01, inventory=A140, weighInv=99.00, matPrice=2406.520000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=791.3400, steamFee=0), MaterialDto(materialName=KVV 16X6, model=KVV, specification=16*6, voltage=450/750V, standard=GB, costPrice=52297.11, factoryPrice=74700.82, netVolume=1233.80, inventory=A140, weighInv=99.00, matPrice=3237.080000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=834.8100, steamFee=0), MaterialDto(materialName=KVV 30X1.5, model=KVV, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=26231.61, factoryPrice=36614.13, netVolume=772.57, inventory=A140, weighInv=99.00, matPrice=3063.430000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1219.1300, steamFee=0), MaterialDto(materialName=KVV 33X1, model=KVV, specification=33*1, voltage=450/750V, standard=GB, costPrice=19959.71, factoryPrice=28834.21, netVolume=600.09, inventory=A120, weighInv=64.00, matPrice=2418.760000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 34X1, model=KVV, specification=34*1, voltage=450/750V, standard=GB, costPrice=20690.71, factoryPrice=29719.80, netVolume=638.20, inventory=A140, weighInv=99.00, matPrice=2618.220000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1458.7600, steamFee=0), MaterialDto(materialName=KVV 36X2.5, model=KVV, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=50539.26, factoryPrice=70960.17, netVolume=1351.35, inventory=A140, weighInv=99.00, matPrice=4883.260000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1371.3000, steamFee=0), MaterialDto(materialName=KVV22 2X1, model=KVV22, specification=2*1, voltage=450/750V, standard=GB, costPrice=2154.87, factoryPrice=2825.83, netVolume=183.54, inventory=B100, weighInv=47.00, matPrice=1091.780000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=363.2200, steamFee=0), MaterialDto(materialName=KVV22 3X0.75, model=KVV22, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2322.12, factoryPrice=2991.73, netVolume=188.88, inventory=B100, weighInv=47.00, matPrice=1126.020000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=384.7600, steamFee=0), MaterialDto(materialName=KVV22 15X4, model=KVV22, specification=15*4, voltage=450/750V, standard=GB, costPrice=34816.56, factoryPrice=49753.41, netVolume=1066.11, inventory=A140, weighInv=99.00, matPrice=4331.800000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=993.1000, steamFee=0), MaterialDto(materialName=KVV22 16X1, model=KVV22, specification=16*1, voltage=450/750V, standard=GB, costPrice=10894.05, factoryPrice=15675.18, netVolume=466.50, inventory=A120, weighInv=64.00, matPrice=2389.350000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=896.9800, steamFee=0), MaterialDto(materialName=KVV22 17X2.5, model=KVV22, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=25672.06, factoryPrice=36537.50, netVolume=898.88, inventory=A140, weighInv=99.00, matPrice=4112.280000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=939.3300, steamFee=0), MaterialDto(materialName=KVV22 32X1, model=KVV22, specification=32*1, voltage=450/750V, standard=GB, costPrice=20842.32, factoryPrice=29959.17, netVolume=793.86, inventory=A140, weighInv=99.00, matPrice=3832.910000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1368.2400, steamFee=0), MaterialDto(materialName=KVV32 11X6, model=KVV32, specification=11*6, voltage=450/750V, standard=GB, costPrice=41103.97, factoryPrice=63519.95, netVolume=1712.67, inventory=A140, weighInv=99.00, matPrice=7377.980000, totalCopperConsume=33726.00, totalAluminumConsume=, totalLHCost=3712.4900, steamFee=0), MaterialDto(materialName=KVV32 16X4, model=KVV32, specification=16*4, voltage=450/750V, standard=GB, costPrice=40419.71, factoryPrice=62230.67, netVolume=1735.65, inventory=A140, weighInv=99.00, matPrice=7899.710000, totalCopperConsume=32520.00, totalAluminumConsume=, totalLHCost=3608.8700, steamFee=0), MaterialDto(materialName=KVV32 20X1, model=KVV32, specification=20*1, voltage=450/750V, standard=GB, costPrice=15464.07, factoryPrice=25760.32, netVolume=904.23, inventory=A140, weighInv=99.00, matPrice=4832.070000, totalCopperConsume=10632.00, totalAluminumConsume=, totalLHCost=4824.6500, steamFee=0), MaterialDto(materialName=KVV32 21X1, model=KVV32, specification=21*1, voltage=450/750V, standard=GB, costPrice=16080.08, factoryPrice=26673.56, netVolume=925.21, inventory=A140, weighInv=99.00, matPrice=4920.080000, totalCopperConsume=11160.00, totalAluminumConsume=, totalLHCost=241.8100, steamFee=0), MaterialDto(materialName=KVV32 37X1.5, model=KVV32, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=37578.23, factoryPrice=57313.71, netVolume=1836.45, inventory=A160, weighInv=159.00, matPrice=9006.230000, totalCopperConsume=28572.00, totalAluminumConsume=, totalLHCost=290.1000, steamFee=0), MaterialDto(materialName=KVVR 2X2.5, model=KVVR, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=3049.94, factoryPrice=4729.73, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=627.580000, totalCopperConsume=2422.37, totalAluminumConsume=, totalLHCost=366.0100, steamFee=0), MaterialDto(materialName=KVVR 3X0.75, model=KVVR, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=1551.63, factoryPrice=2392.12, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=432.770000, totalCopperConsume=1118.86, totalAluminumConsume=, totalLHCost=291.3700, steamFee=0), MaterialDto(materialName=KVVR 9X4, model=KVVR, specification=9*4, voltage=450/750V, standard=GB, costPrice=19739.22, factoryPrice=30499.53, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2196.930000, totalCopperConsume=17542.29, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 10X4, model=KVVR, specification=10*4, voltage=450/750V, standard=GB, costPrice=22030.50, factoryPrice=33426.48, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2539.070000, totalCopperConsume=19491.43, totalAluminumConsume=, totalLHCost=771.7000, steamFee=0), MaterialDto(materialName=KVVP2-22 30X0.75, model=KVVP2-22, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=17747.73, factoryPrice=24458.40, netVolume=747.31, inventory=A140, weighInv=99.00, matPrice=5782.810000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1616.1500, steamFee=0), MaterialDto(materialName=KVVP3 2X4, model=KVVP3, specification=2*4, voltage=450/750V, standard=GB, costPrice=5016.64, factoryPrice=7307.50, netVolume=170.28, inventory=B100, weighInv=47.00, matPrice=942.400000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=315.4600, steamFee=0), MaterialDto(materialName=KVVP3 6X1, model=KVVP3, specification=6*1, voltage=450/750V, standard=GB, costPrice=4116.68, factoryPrice=6098.80, netVolume=150.08, inventory=B100, weighInv=47.00, matPrice=917.810000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=285.8000, steamFee=0), MaterialDto(materialName=KVVP3 30X1, model=KVVP3, specification=30*1, voltage=450/750V, standard=GB, costPrice=18651.94, factoryPrice=27068.56, netVolume=567.35, inventory=A120, weighInv=64.00, matPrice=2696.020000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1250.4100, steamFee=0), MaterialDto(materialName=KVVP3 31X1, model=KVVP3, specification=31*1, voltage=450/750V, standard=GB, costPrice=19399.74, factoryPrice=28179.30, netVolume=606.76, inventory=A140, weighInv=99.00, matPrice=2912.280000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1228.4400, steamFee=0), MaterialDto(materialName=KVVP3 36X0.75, model=KVVP3, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=17202.53, factoryPrice=24136.87, netVolume=565.57, inventory=A140, weighInv=99.00, matPrice=2839.710000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1319.2800, steamFee=0), MaterialDto(materialName=KVV 2X6, model=KVV, specification=2*6, voltage=450/750V, standard=GB, costPrice=6830.16, factoryPrice=9942.15, netVolume=203.95, inventory=B100, weighInv=47.00, matPrice=697.650000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=374.5300, steamFee=0), MaterialDto(materialName=KVV 5X6, model=KVV, specification=5*6, voltage=450/750V, standard=GB, costPrice=16688.46, factoryPrice=24163.73, netVolume=445.55, inventory=A120, weighInv=64.00, matPrice=1357.210000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=438.5500, steamFee=0), MaterialDto(materialName=KVV 8X0.75, model=KVV, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=3867.25, factoryPrice=5531.58, netVolume=145.45, inventory=B100, weighInv=47.00, matPrice=677.640000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=487.9800, steamFee=0), MaterialDto(materialName=KVV 10X1, model=KVV, specification=10*1, voltage=450/750V, standard=GB, costPrice=6217.85, factoryPrice=9039.97, netVolume=208.73, inventory=B100, weighInv=47.00, matPrice=902.410000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=593.9700, steamFee=0), MaterialDto(materialName=KVV 18X6, model=KVV, specification=18*6, voltage=450/750V, standard=GB, costPrice=58762.03, factoryPrice=83923.28, netVolume=1377.33, inventory=A140, weighInv=99.00, matPrice=3569.510000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=866.7800, steamFee=0), MaterialDto(materialName=KVV 19X6, model=KVV, specification=19*6, voltage=450/750V, standard=GB, costPrice=61903.04, factoryPrice=88482.37, netVolume=1430.12, inventory=A140, weighInv=99.00, matPrice=3644.260000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=888.4400, steamFee=0), MaterialDto(materialName=KVV 20X1.5, model=KVV, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=17537.32, factoryPrice=24800.47, netVolume=521.98, inventory=A120, weighInv=64.00, matPrice=2091.870000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=1008.5800, steamFee=0), MaterialDto(materialName=KVV 35X2.5, model=KVV, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=49173.49, factoryPrice=69052.32, netVolume=1319.75, inventory=A140, weighInv=99.00, matPrice=4785.710000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1348.6600, steamFee=0), MaterialDto(materialName=KVV22 5X0.75, model=KVV22, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=3298.65, factoryPrice=4458.76, netVolume=222.48, inventory=B100, weighInv=47.00, matPrice=1305.150000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=423.3800, steamFee=0), MaterialDto(materialName=KVV22 7X2.5, model=KVV22, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=11100.98, factoryPrice=15807.11, netVolume=446.20, inventory=A120, weighInv=64.00, matPrice=2223.430000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=584.6800, steamFee=0), MaterialDto(materialName=KVV22 19X2.5, model=KVV22, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=28371.74, factoryPrice=40502.51, netVolume=954.49, inventory=A140, weighInv=99.00, matPrice=4275.510000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=988.8300, steamFee=0), MaterialDto(materialName=KVV22 25X1, model=KVV22, specification=25*1, voltage=450/750V, standard=GB, costPrice=16617.30, factoryPrice=23760.83, netVolume=668.78, inventory=A140, weighInv=99.00, matPrice=3328.700000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1303.2000, steamFee=0), MaterialDto(materialName=KVV22 28X2.5, model=KVV22, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=41786.46, factoryPrice=58410.23, netVolume=1400.47, inventory=A160, weighInv=159.00, matPrice=6276.230000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1370.0600, steamFee=0), MaterialDto(materialName=KVV32 8X0.75, model=KVV32, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=5530.09, factoryPrice=10595.48, netVolume=402.57, inventory=A120, weighInv=64.00, matPrice=2338.090000, totalCopperConsume=3192.00, totalAluminumConsume=, totalLHCost=3830.3000, steamFee=0), MaterialDto(materialName=KVVR 10X1.5, model=KVVR, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=8776.85, factoryPrice=13401.56, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1507.310000, totalCopperConsume=7269.55, totalAluminumConsume=, totalLHCost=701.4400, steamFee=0), MaterialDto(materialName=KVVR 13X4, model=KVVR, specification=13*4, voltage=450/750V, standard=GB, costPrice=28413.75, factoryPrice=43372.58, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3074.890000, totalCopperConsume=25338.86, totalAluminumConsume=, totalLHCost=884.6900, steamFee=0), MaterialDto(materialName=KVVR 14X1, model=KVVR, specification=14*1, voltage=450/750V, standard=GB, costPrice=8539.84, factoryPrice=13317.82, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1572.320000, totalCopperConsume=6967.51, totalAluminumConsume=, totalLHCost=737.3200, steamFee=0), MaterialDto(materialName=KVVR 32X1, model=KVVR, specification=32*1, voltage=450/750V, standard=GB, costPrice=19125.72, factoryPrice=29543.63, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3199.970000, totalCopperConsume=15925.75, totalAluminumConsume=, totalLHCost=1430.9300, steamFee=0), MaterialDto(materialName=KVVR 32X1.5, model=KVVR, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=27177.21, factoryPrice=41162.16, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3914.670000, totalCopperConsume=23262.55, totalAluminumConsume=, totalLHCost=1504.0200, steamFee=0), MaterialDto(materialName=KVVP3 24X0.75, model=KVVP3, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=11746.48, factoryPrice=16692.70, netVolume=406.85, inventory=A120, weighInv=64.00, matPrice=2168.070000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1074.5700, steamFee=0), MaterialDto(materialName=KVVP3 36X1, model=KVVP3, specification=36*1, voltage=450/750V, standard=GB, costPrice=22356.44, factoryPrice=32464.26, netVolume=685.56, inventory=A140, weighInv=99.00, matPrice=3211.260000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1389.8200, steamFee=0), MaterialDto(materialName=KVVP3 36X1.5, model=KVVP3, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=31949.62, factoryPrice=45261.47, netVolume=932.58, inventory=A140, weighInv=99.00, matPrice=4138.200000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1254.5800, steamFee=0), MaterialDto(materialName=KVV 5X1, model=KVV, specification=5*1, voltage=450/750V, standard=GB, costPrice=3256.25, factoryPrice=4770.81, netVolume=131.52, inventory=B100, weighInv=47.00, matPrice=598.530000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=332.3600, steamFee=0), MaterialDto(materialName=KVV 5X1.5, model=KVV, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=4603.58, factoryPrice=6560.95, netVolume=169.30, inventory=B100, weighInv=47.00, matPrice=742.220000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=332.3600, steamFee=0), MaterialDto(materialName=KVV 6X1.5, model=KVV, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=5434.31, factoryPrice=7734.10, netVolume=184.80, inventory=B100, weighInv=47.00, matPrice=800.670000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=353.3500, steamFee=0), MaterialDto(materialName=KVV 8X2.5, model=KVV, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=11528.03, factoryPrice=16608.17, netVolume=346.22, inventory=A120, weighInv=64.00, matPrice=1382.250000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=590.3000, steamFee=0), MaterialDto(materialName=KVV 9X4, model=KVV, specification=9*4, voltage=450/750V, standard=GB, costPrice=20102.26, factoryPrice=28876.87, netVolume=530.41, inventory=A120, weighInv=64.00, matPrice=1811.410000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 29X1, model=KVV, specification=29*1, voltage=450/750V, standard=GB, costPrice=17599.16, factoryPrice=25277.63, netVolume=535.83, inventory=A120, weighInv=64.00, matPrice=2184.380000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 34X2.5, model=KVV, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=47807.71, factoryPrice=67145.26, netVolume=1288.15, inventory=A140, weighInv=99.00, matPrice=4688.150000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1326.0200, steamFee=0), MaterialDto(materialName=KVV22 4X1.5, model=KVV22, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=4531.65, factoryPrice=6252.85, netVolume=256.68, inventory=B100, weighInv=47.00, matPrice=1442.560000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=423.9700, steamFee=0), MaterialDto(materialName=KVV22 11X0.75, model=KVV22, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=6263.15, factoryPrice=8553.33, netVolume=334.55, inventory=A120, weighInv=64.00, matPrice=1877.450000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=652.9200, steamFee=0), MaterialDto(materialName=KVV22 13X2.5, model=KVV22, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=19946.60, factoryPrice=28352.31, netVolume=732.40, inventory=A140, weighInv=99.00, matPrice=3459.710000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=819.9900, steamFee=0), MaterialDto(materialName=KVV22 18X6, model=KVV22, specification=18*6, voltage=450/750V, standard=GB, costPrice=60770.94, factoryPrice=87488.55, netVolume=1655.70, inventory=A140, weighInv=99.00, matPrice=5578.420000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=1197.1300, steamFee=0), MaterialDto(materialName=KVV22 33X1, model=KVV22, specification=33*1, voltage=450/750V, standard=GB, costPrice=21422.62, factoryPrice=30799.73, netVolume=808.22, inventory=A140, weighInv=99.00, matPrice=3881.660000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 35X0.75, model=KVV22, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=17737.21, factoryPrice=24547.67, netVolume=744.46, inventory=A140, weighInv=99.00, matPrice=3782.700000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1467.4400, steamFee=0), MaterialDto(materialName=KVV32 2X1, model=KVV32, specification=2*1, voltage=450/750V, standard=GB, costPrice=2710.25, factoryPrice=5879.18, netVolume=271.53, inventory=B100, weighInv=47.00, matPrice=1648.250000, totalCopperConsume=1062.00, totalAluminumConsume=, totalLHCost=3040.3000, steamFee=0), MaterialDto(materialName=KVV32 3X1, model=KVV32, specification=3*1, voltage=450/750V, standard=GB, costPrice=3341.94, factoryPrice=7015.20, netVolume=292.71, inventory=B100, weighInv=47.00, matPrice=1745.940000, totalCopperConsume=1596.00, totalAluminumConsume=, totalLHCost=3118.1700, steamFee=0), MaterialDto(materialName=KVV32 9X2.5, model=KVV32, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=16881.29, factoryPrice=26578.76, netVolume=1048.40, inventory=A140, weighInv=99.00, matPrice=5469.290000, totalCopperConsume=11412.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 12X1.5, model=KVV32, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=13858.77, factoryPrice=22270.10, netVolume=849.78, inventory=A140, weighInv=99.00, matPrice=4588.770000, totalCopperConsume=9270.00, totalAluminumConsume=, totalLHCost=3919.5100, steamFee=0), MaterialDto(materialName=KVV32 19X1, model=KVV32, specification=19*1, voltage=450/750V, standard=GB, costPrice=14787.05, factoryPrice=24421.27, netVolume=874.73, inventory=A140, weighInv=99.00, matPrice=4689.050000, totalCopperConsume=10098.00, totalAluminumConsume=, totalLHCost=4570.2700, steamFee=0), MaterialDto(materialName=KVVR 6X4, model=KVVR, specification=6*4, voltage=450/750V, standard=GB, costPrice=13315.94, factoryPrice=20503.66, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1621.080000, totalCopperConsume=11694.86, totalAluminumConsume=, totalLHCost=548.9900, steamFee=0), MaterialDto(materialName=KVVR 7X6, model=KVVR, specification=7*6, voltage=450/750V, standard=GB, costPrice=22616.06, factoryPrice=35220.57, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2150.050000, totalCopperConsume=20466.01, totalAluminumConsume=, totalLHCost=630.7900, steamFee=0), MaterialDto(materialName=KVVR 10X1, model=KVVR, specification=10*1, voltage=450/750V, standard=GB, costPrice=6231.67, factoryPrice=9533.72, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1254.870000, totalCopperConsume=4976.80, totalAluminumConsume=, totalLHCost=607.9200, steamFee=0), MaterialDto(materialName=KVVR 11X0.75, model=KVVR, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=5162.45, factoryPrice=7779.13, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1059.950000, totalCopperConsume=4102.49, totalAluminumConsume=, totalLHCost=615.5800, steamFee=0), MaterialDto(materialName=KVVP3 23X0.75, model=KVVP3, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=11304.81, factoryPrice=16011.72, netVolume=395.15, inventory=A120, weighInv=64.00, matPrice=2125.100000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 32X0.75, model=KVVP3, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=15381.57, factoryPrice=21596.23, netVolume=511.50, inventory=A120, weighInv=64.00, matPrice=2613.550000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 9X1, model=KVV, specification=9*1, voltage=450/750V, standard=GB, costPrice=5604.50, factoryPrice=8267.35, netVolume=188.70, inventory=B100, weighInv=47.00, matPrice=820.600000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=537.6500, steamFee=0), MaterialDto(materialName=KVV 13X1, model=KVV, specification=13*1, voltage=450/750V, standard=GB, costPrice=8101.52, factoryPrice=11789.96, netVolume=273.28, inventory=B100, weighInv=47.00, matPrice=1191.440000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=673.5500, steamFee=0), MaterialDto(materialName=KVV 15X1.5, model=KVV, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=13297.90, factoryPrice=18780.67, netVolume=415.28, inventory=A120, weighInv=64.00, matPrice=1713.810000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=826.9800, steamFee=0), MaterialDto(materialName=KVV 19X2.5, model=KVV, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=26924.22, factoryPrice=38330.80, netVolume=750.42, inventory=A140, weighInv=99.00, matPrice=2828.000000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=866.6300, steamFee=0), MaterialDto(materialName=KVV22 21X1, model=KVV22, specification=21*1, voltage=450/750V, standard=GB, costPrice=13947.73, factoryPrice=20186.87, netVolume=559.53, inventory=A120, weighInv=64.00, matPrice=2785.300000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=1172.5400, steamFee=0), MaterialDto(materialName=KVV22 26X2.5, model=KVV22, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=38686.00, factoryPrice=54308.55, netVolume=1281.10, inventory=A140, weighInv=99.00, matPrice=5712.220000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 29X1, model=KVV22, specification=29*1, voltage=450/750V, standard=GB, costPrice=19011.83, factoryPrice=27297.66, netVolume=736.91, inventory=A140, weighInv=99.00, matPrice=3597.050000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 33X1.5, model=KVV22, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=30379.20, factoryPrice=42590.48, netVolume=1064.46, inventory=A140, weighInv=99.00, matPrice=4894.200000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 2X6, model=KVV32, specification=2*6, voltage=450/750V, standard=GB, costPrice=9437.65, factoryPrice=15724.16, netVolume=624.03, inventory=A120, weighInv=64.00, matPrice=3305.650000, totalCopperConsume=6132.00, totalAluminumConsume=, totalLHCost=2870.0400, steamFee=0), MaterialDto(materialName=KVV32 5X6, model=KVV32, specification=5*6, voltage=450/750V, standard=GB, costPrice=19853.93, factoryPrice=32202.77, netVolume=955.58, inventory=A140, weighInv=99.00, matPrice=4523.930000, totalCopperConsume=15330.00, totalAluminumConsume=, totalLHCost=3380.9100, steamFee=0), MaterialDto(materialName=KVV32 17X2.5, model=KVV32, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=28960.73, factoryPrice=44878.32, netVolume=1493.47, inventory=A140, weighInv=99.00, matPrice=7402.730000, totalCopperConsume=21558.00, totalAluminumConsume=, totalLHCost=3793.7100, steamFee=0), MaterialDto(materialName=KVV32 28X0.75, model=KVV32, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=17382.46, factoryPrice=26666.45, netVolume=1160.49, inventory=A140, weighInv=99.00, matPrice=6216.460000, totalCopperConsume=11166.00, totalAluminumConsume=, totalLHCost=265.1300, steamFee=0), MaterialDto(materialName=KVVR 13X2.5, model=KVVR, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=18405.41, factoryPrice=27838.02, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2660.030000, totalCopperConsume=15745.39, totalAluminumConsume=, totalLHCost=805.5100, steamFee=0), MaterialDto(materialName=KVVR 14X6, model=KVVR, specification=14*6, voltage=450/750V, standard=GB, costPrice=44981.31, factoryPrice=69205.58, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4049.300000, totalCopperConsume=40932.01, totalAluminumConsume=, totalLHCost=999.1600, steamFee=0), MaterialDto(materialName=KVVR 16X1.5, model=KVVR, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=13758.64, factoryPrice=21057.45, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2127.370000, totalCopperConsume=11631.28, totalAluminumConsume=, totalLHCost=838.6200, steamFee=0), MaterialDto(materialName=KVVR 17X0.75, model=KVVR, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=7966.83, factoryPrice=12009.58, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1626.610000, totalCopperConsume=6340.22, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 18X2.5, model=KVVR, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=25257.82, factoryPrice=38369.51, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3456.510000, totalCopperConsume=21801.30, totalAluminumConsume=, totalLHCost=968.4600, steamFee=0), MaterialDto(materialName=KVVR 20X1.5, model=KVVR, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=17060.18, factoryPrice=26155.32, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2521.090000, totalCopperConsume=14539.09, totalAluminumConsume=, totalLHCost=1065.1600, steamFee=0), MaterialDto(materialName=KVVRP 2X1.5, model=KVVRP, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=3174.13, factoryPrice=5225.85, netVolume=111.19, inventory=B80, weighInv=22.00, matPrice=1629.920000, totalCopperConsume=1453.91, totalAluminumConsume=, totalLHCost=343.8600, steamFee=0), MaterialDto(materialName=KVVRP 14X1, model=KVVRP, specification=14*1, voltage=450/750V, standard=GB, costPrice=10835.50, factoryPrice=18602.92, netVolume=331.59, inventory=A120, weighInv=64.00, matPrice=3700.450000, totalCopperConsume=6967.51, totalAluminumConsume=, totalLHCost=888.4200, steamFee=0), MaterialDto(materialName=KVVRP 17X2.5, model=KVVRP, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=29823.31, factoryPrice=44740.86, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9027.760000, totalCopperConsume=20590.12, totalAluminumConsume=, totalLHCost=1091.0400, steamFee=0), MaterialDto(materialName=KVVRP 17X4, model=KVVRP, specification=17*4, voltage=450/750V, standard=GB, costPrice=43673.20, factoryPrice=66434.26, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10305.400000, totalCopperConsume=33135.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 18X1.5, model=KVVRP, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=19123.13, factoryPrice=30630.67, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5799.390000, totalCopperConsume=13085.18, totalAluminumConsume=, totalLHCost=992.0100, steamFee=0), MaterialDto(materialName=KVVP3 15X2.5, model=KVVP3, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=21927.31, factoryPrice=31495.72, netVolume=639.34, inventory=A140, weighInv=99.00, matPrice=2894.370000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=787.6100, steamFee=0), MaterialDto(materialName=KVVP3 27X1, model=KVVP3, specification=27*1, voltage=450/750V, standard=GB, costPrice=16869.67, factoryPrice=24513.70, netVolume=519.47, inventory=A120, weighInv=64.00, matPrice=2508.380000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1163.3200, steamFee=0), MaterialDto(materialName=KVVP3 29X1.5, model=KVVP3, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=25936.55, factoryPrice=36848.76, netVolume=772.34, inventory=A140, weighInv=99.00, matPrice=3531.040000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 34X1, model=KVVP3, specification=34*1, voltage=450/750V, standard=GB, costPrice=21195.86, factoryPrice=30782.35, netVolume=656.82, inventory=A140, weighInv=99.00, matPrice=3113.760000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1315.5200, steamFee=0), MaterialDto(materialName=KVV 13X4, model=KVV, specification=13*4, voltage=450/750V, standard=GB, costPrice=28943.14, factoryPrice=41068.15, netVolume=750.77, inventory=A140, weighInv=99.00, matPrice=2523.020000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=716.3200, steamFee=0), MaterialDto(materialName=KVV 29X2.5, model=KVV, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=40855.00, factoryPrice=57436.95, netVolume=1109.32, inventory=A140, weighInv=99.00, matPrice=4076.550000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 34X0.75, model=KVV, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=15831.17, factoryPrice=21976.22, netVolume=524.43, inventory=A120, weighInv=64.00, matPrice=2275.350000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1445.1900, steamFee=0), MaterialDto(materialName=KVV 34X1.5, model=KVV, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=29688.03, factoryPrice=41418.12, netVolume=870.17, inventory=A140, weighInv=99.00, matPrice=3430.750000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1306.9800, steamFee=0), MaterialDto(materialName=KVV22 3X1, model=KVV22, specification=3*1, voltage=450/750V, standard=GB, costPrice=2772.74, factoryPrice=3744.60, netVolume=202.85, inventory=B100, weighInv=47.00, matPrice=1178.100000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=383.1800, steamFee=0), MaterialDto(materialName=KVV22 5X4, model=KVV22, specification=5*4, voltage=450/750V, standard=GB, costPrice=12376.98, factoryPrice=17675.46, netVolume=474.14, inventory=A120, weighInv=64.00, matPrice=2215.390000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=549.2400, steamFee=0), MaterialDto(materialName=KVV22 15X0.75, model=KVV22, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=8176.74, factoryPrice=11303.32, netVolume=403.17, inventory=A120, weighInv=64.00, matPrice=2196.240000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 17X1, model=KVV22, specification=17*1, voltage=450/750V, standard=GB, costPrice=11558.31, factoryPrice=16627.13, netVolume=493.33, inventory=A120, weighInv=64.00, matPrice=2522.060000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=875.7400, steamFee=0), MaterialDto(materialName=KVV22 17X1.5, model=KVV22, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=16366.71, factoryPrice=22832.58, netVolume=654.71, inventory=A140, weighInv=99.00, matPrice=3238.070000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=999.9100, steamFee=0), MaterialDto(materialName=KVV22 19X1.5, model=KVV22, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=18025.00, factoryPrice=25254.72, netVolume=690.44, inventory=A140, weighInv=99.00, matPrice=3351.820000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=922.2200, steamFee=0), MaterialDto(materialName=KVV22 24X0.75, model=KVV22, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=12605.04, factoryPrice=17383.95, netVolume=575.77, inventory=A140, weighInv=99.00, matPrice=3036.230000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1246.0500, steamFee=0), MaterialDto(materialName=KVV22 27X0.75, model=KVV22, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=13960.22, factoryPrice=19120.37, netVolume=614.16, inventory=A140, weighInv=99.00, matPrice=3195.310000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1339.9600, steamFee=0), MaterialDto(materialName=KVV22 29X0.75, model=KVV22, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=14913.86, factoryPrice=20452.31, netVolume=647.75, inventory=A140, weighInv=99.00, matPrice=3351.550000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 3X4, model=KVV32, specification=3*4, voltage=450/750V, standard=GB, costPrice=9377.98, factoryPrice=15489.53, netVolume=609.07, inventory=A120, weighInv=64.00, matPrice=3281.980000, totalCopperConsume=6096.00, totalAluminumConsume=, totalLHCost=2815.7700, steamFee=0), MaterialDto(materialName=KVV32 6X6, model=KVV32, specification=6*6, voltage=450/750V, standard=GB, costPrice=23938.65, factoryPrice=37532.11, netVolume=1189.55, inventory=A140, weighInv=99.00, matPrice=5542.650000, totalCopperConsume=18396.00, totalAluminumConsume=, totalLHCost=3177.7300, steamFee=0), MaterialDto(materialName=KVV32 12X0.75, model=KVV32, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=8391.40, factoryPrice=13817.10, netVolume=635.90, inventory=A120, weighInv=64.00, matPrice=3609.400000, totalCopperConsume=4782.00, totalAluminumConsume=, totalLHCost=3350.0400, steamFee=0), MaterialDto(materialName=KVV32 13X2.5, model=KVV32, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=23018.77, factoryPrice=35583.97, netVolume=1286.20, inventory=A140, weighInv=99.00, matPrice=6530.770000, totalCopperConsume=16488.00, totalAluminumConsume=, totalLHCost=3438.2400, steamFee=0), MaterialDto(materialName=KVV32 16X1.5, model=KVV32, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=18174.93, factoryPrice=28064.75, netVolume=1115.08, inventory=A140, weighInv=99.00, matPrice=5820.930000, totalCopperConsume=12354.00, totalAluminumConsume=, totalLHCost=3534.6300, steamFee=0), MaterialDto(materialName=KVV32 28X1, model=KVV32, specification=28*1, voltage=450/750V, standard=GB, costPrice=21414.62, factoryPrice=33752.75, netVolume=1260.45, inventory=A140, weighInv=99.00, matPrice=6528.620000, totalCopperConsume=14886.00, totalAluminumConsume=, totalLHCost=279.8900, steamFee=0), MaterialDto(materialName=KVV32 35X1, model=KVV32, specification=35*1, voltage=450/750V, standard=GB, costPrice=25889.90, factoryPrice=40556.23, netVolume=1430.99, inventory=A140, weighInv=99.00, matPrice=7283.900000, totalCopperConsume=18606.00, totalAluminumConsume=, totalLHCost=303.2100, steamFee=0), MaterialDto(materialName=KVVR 2X0.75, model=KVVR, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1123.63, factoryPrice=1718.25, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=377.720000, totalCopperConsume=745.91, totalAluminumConsume=, totalLHCost=269.7200, steamFee=0), MaterialDto(materialName=KVVP3 11X4, model=KVVP3, specification=11*4, voltage=450/750V, standard=GB, costPrice=24967.24, factoryPrice=35963.17, netVolume=650.95, inventory=A140, weighInv=99.00, matPrice=2602.150000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=715.3500, steamFee=0), MaterialDto(materialName=KVVP3 13X1.5, model=KVVP3, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=11988.16, factoryPrice=17118.51, netVolume=381.65, inventory=A120, weighInv=64.00, matPrice=1939.010000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=679.7400, steamFee=0), MaterialDto(materialName=KVVP3 14X2.5, model=KVVP3, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=20369.37, factoryPrice=29268.71, netVolume=579.55, inventory=A120, weighInv=64.00, matPrice=2604.650000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=728.2500, steamFee=0), MaterialDto(materialName=KVVP3 19X0.75, model=KVVP3, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=9367.70, factoryPrice=13353.37, netVolume=326.52, inventory=A120, weighInv=64.00, matPrice=1782.790000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=704.6100, steamFee=0), MaterialDto(materialName=KVVP3 24X1, model=KVVP3, specification=24*1, voltage=450/750V, standard=GB, costPrice=15113.20, factoryPrice=22217.96, netVolume=475.66, inventory=A120, weighInv=64.00, matPrice=2346.540000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1103.4200, steamFee=0), MaterialDto(materialName=KVVP3 30X0.75, model=KVVP3, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=14448.21, factoryPrice=20293.52, netVolume=481.56, inventory=A120, weighInv=64.00, matPrice=2477.600000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1219.2800, steamFee=0), MaterialDto(materialName=KVV 6X0.75, model=KVV, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=2979.13, factoryPrice=4225.71, netVolume=122.39, inventory=B100, weighInv=47.00, matPrice=586.920000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=366.3500, steamFee=0), MaterialDto(materialName=KVV 12X4, model=KVV, specification=12*4, voltage=450/750V, standard=GB, costPrice=26740.71, factoryPrice=37949.23, netVolume=696.79, inventory=A140, weighInv=99.00, matPrice=2352.910000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=694.6600, steamFee=0), MaterialDto(materialName=KVV 15X4, model=KVV, specification=15*4, voltage=450/750V, standard=GB, costPrice=33312.99, factoryPrice=47249.11, netVolume=854.25, inventory=A140, weighInv=99.00, matPrice=2828.240000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=805.2900, steamFee=0), MaterialDto(materialName=KVV 17X1.5, model=KVV, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=15019.44, factoryPrice=21203.60, netVolume=462.80, inventory=A120, weighInv=64.00, matPrice=1890.810000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=858.9400, steamFee=0), MaterialDto(materialName=KVV 17X6, model=KVV, specification=17*6, voltage=450/750V, standard=GB, costPrice=55567.89, factoryPrice=79361.03, netVolume=1311.90, inventory=A140, weighInv=99.00, matPrice=3441.620000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 19X1.5, model=KVV, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=16677.74, factoryPrice=23571.23, netVolume=498.54, inventory=A120, weighInv=64.00, matPrice=2004.550000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=846.9800, steamFee=0), MaterialDto(materialName=KVV 26X0.75, model=KVV, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=12196.59, factoryPrice=16928.12, netVolume=414.12, inventory=A120, weighInv=64.00, matPrice=1830.380000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 37X0.75, model=KVV, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=17134.93, factoryPrice=23794.80, netVolume=554.45, inventory=A120, weighInv=64.00, matPrice=2383.020000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1513.1100, steamFee=0), MaterialDto(materialName=KVV22 6X2.5, model=KVV22, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=9767.09, factoryPrice=13806.83, netVolume=422.19, inventory=A120, weighInv=64.00, matPrice=2157.750000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=559.9300, steamFee=0), MaterialDto(materialName=KVV22 11X1.5, model=KVV22, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=10923.70, factoryPrice=15170.37, netVolume=471.29, inventory=A120, weighInv=64.00, matPrice=2428.700000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=824.6100, steamFee=0), MaterialDto(materialName=KVV22 11X4, model=KVV22, specification=11*4, voltage=450/750V, standard=GB, costPrice=25948.75, factoryPrice=36924.60, netVolume=842.48, inventory=A140, weighInv=99.00, matPrice=3593.260000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=816.2300, steamFee=0), MaterialDto(materialName=KVV22 13X1.5, model=KVV22, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=12687.61, factoryPrice=17771.05, netVolume=524.30, inventory=A120, weighInv=64.00, matPrice=2648.070000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=846.7400, steamFee=0), MaterialDto(materialName=KVV22 29X2.5, model=KVV22, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=43152.23, factoryPrice=60415.25, netVolume=1432.07, inventory=A160, weighInv=159.00, matPrice=6373.790000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 24X1.5, model=KVV32, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=25874.83, factoryPrice=39837.33, netVolume=1441.10, inventory=A140, weighInv=99.00, matPrice=7340.830000, totalCopperConsume=18534.00, totalAluminumConsume=, totalLHCost=3760.0100, steamFee=0), MaterialDto(materialName=KVV32 29X1, model=KVV32, specification=29*1, voltage=450/750V, standard=GB, costPrice=21991.94, factoryPrice=34653.35, netVolume=1274.85, inventory=A140, weighInv=99.00, matPrice=6577.940000, totalCopperConsume=15414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 7X0.75, model=KVVR, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=3330.94, factoryPrice=5113.67, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=720.260000, totalCopperConsume=2610.68, totalAluminumConsume=, totalLHCost=399.8800, steamFee=0), MaterialDto(materialName=KVVR 8X4, model=KVVR, specification=8*4, voltage=450/750V, standard=GB, costPrice=17551.52, factoryPrice=27144.40, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1958.380000, totalCopperConsume=15593.15, totalAluminumConsume=, totalLHCost=693.9100, steamFee=0), MaterialDto(materialName=KVVR 15X1, model=KVVR, specification=15*1, voltage=450/750V, standard=GB, costPrice=9149.17, factoryPrice=14238.17, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1683.970000, totalCopperConsume=7465.19, totalAluminumConsume=, totalLHCost=754.9000, steamFee=0), MaterialDto(materialName=KVVR 16X0.75, model=KVVR, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=7494.90, factoryPrice=11310.43, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1527.640000, totalCopperConsume=5967.26, totalAluminumConsume=, totalLHCost=748.5200, steamFee=0), MaterialDto(materialName=KVVP3 14X1, model=KVVP3, specification=14*1, voltage=450/750V, standard=GB, costPrice=9048.83, factoryPrice=13314.66, netVolume=300.71, inventory=B100, weighInv=47.00, matPrice=1597.620000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=641.7800, steamFee=0), MaterialDto(materialName=KVVP3 18X1.5, model=KVVP3, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=16312.07, factoryPrice=23271.03, netVolume=499.59, inventory=A120, weighInv=64.00, matPrice=2401.560000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=808.1700, steamFee=0), MaterialDto(materialName=KVV 9X6, model=KVV, specification=9*6, voltage=450/750V, standard=GB, costPrice=29678.56, factoryPrice=42914.38, netVolume=733.76, inventory=A140, weighInv=99.00, matPrice=2082.290000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 18X0.75, model=KVV, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=8560.34, factoryPrice=12017.48, netVolume=306.06, inventory=A120, weighInv=64.00, matPrice=1383.730000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 21X0.75, model=KVV, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=9903.64, factoryPrice=13919.80, netVolume=342.90, inventory=A120, weighInv=64.00, matPrice=1530.930000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 31X1.5, model=KVV, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=27121.80, factoryPrice=37844.95, netVolume=801.47, inventory=A140, weighInv=99.00, matPrice=3181.340000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1390.8500, steamFee=0), MaterialDto(materialName=KVV22 6X6, model=KVV22, specification=6*6, voltage=450/750V, standard=GB, costPrice=21069.99, factoryPrice=30445.02, netVolume=675.29, inventory=A140, weighInv=99.00, matPrice=2672.480000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=629.0900, steamFee=0), MaterialDto(materialName=KVV22 9X1.5, model=KVV22, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=9105.75, factoryPrice=12843.03, netVolume=411.30, inventory=A120, weighInv=64.00, matPrice=2155.300000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=689.4500, steamFee=0), MaterialDto(materialName=KVV22 11X6, model=KVV22, specification=11*6, voltage=450/750V, standard=GB, costPrice=37659.55, factoryPrice=54239.03, netVolume=1089.63, inventory=A140, weighInv=99.00, matPrice=3930.780000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=868.7100, steamFee=0), MaterialDto(materialName=KVV22 14X0.75, model=KVV22, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=7655.09, factoryPrice=10589.95, netVolume=379.31, inventory=A120, weighInv=64.00, matPrice=2073.280000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=768.7800, steamFee=0), MaterialDto(materialName=KVV22 16X4, model=KVV22, specification=16*4, voltage=450/750V, standard=GB, costPrice=36968.27, factoryPrice=52904.72, netVolume=1112.30, inventory=A140, weighInv=99.00, matPrice=4451.200000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=1022.9400, steamFee=0), MaterialDto(materialName=KVV22 22X1.5, model=KVV22, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=20800.80, factoryPrice=29311.37, netVolume=790.55, inventory=A140, weighInv=99.00, matPrice=3810.800000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1285.9800, steamFee=0), MaterialDto(materialName=KVV22 25X2.5, model=KVV22, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=37320.23, factoryPrice=52372.26, netVolume=1249.50, inventory=A140, weighInv=99.00, matPrice=5614.670000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1237.8700, steamFee=0), MaterialDto(materialName=KVV22 32X2.5, model=KVV22, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=47394.88, factoryPrice=66386.07, netVolume=1548.82, inventory=A160, weighInv=159.00, matPrice=6811.760000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1456.3400, steamFee=0), MaterialDto(materialName=KVV32 13X1.5, model=KVV32, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=14878.15, factoryPrice=23802.70, netVolume=899.59, inventory=A140, weighInv=99.00, matPrice=4840.150000, totalCopperConsume=10038.00, totalAluminumConsume=, totalLHCost=3937.7400, steamFee=0), MaterialDto(materialName=KVV32 15X4, model=KVV32, specification=15*4, voltage=450/750V, standard=GB, costPrice=38266.39, factoryPrice=58935.58, netVolume=1689.45, inventory=A140, weighInv=99.00, matPrice=7780.390000, totalCopperConsume=30486.00, totalAluminumConsume=, totalLHCost=3576.6900, steamFee=0), MaterialDto(materialName=KVV32 16X1, model=KVV32, specification=16*1, voltage=450/750V, standard=GB, costPrice=12763.98, factoryPrice=21420.85, netVolume=788.45, inventory=A140, weighInv=99.00, matPrice=4261.980000, totalCopperConsume=8502.00, totalAluminumConsume=, totalLHCost=4262.9700, steamFee=0), MaterialDto(materialName=KVV32 21X0.75, model=KVV32, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=13062.59, factoryPrice=21140.40, netVolume=852.15, inventory=A140, weighInv=99.00, matPrice=4692.590000, totalCopperConsume=8370.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 36X1, model=KVV32, specification=36*1, voltage=450/750V, standard=GB, costPrice=26466.52, factoryPrice=41456.83, netVolume=1445.29, inventory=A140, weighInv=99.00, matPrice=7332.520000, totalCopperConsume=19134.00, totalAluminumConsume=, totalLHCost=306.5400, steamFee=0), MaterialDto(materialName=KVVR 4X1, model=KVVR, specification=4*1, voltage=450/750V, standard=GB, costPrice=2583.16, factoryPrice=4075.61, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=592.440000, totalCopperConsume=1990.72, totalAluminumConsume=, totalLHCost=316.9500, steamFee=0), MaterialDto(materialName=KVVR 4X2.5, model=KVVR, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=5804.63, factoryPrice=8938.85, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=959.900000, totalCopperConsume=4844.74, totalAluminumConsume=, totalLHCost=422.4100, steamFee=0), MaterialDto(materialName=KVVR 6X2.5, model=KVVR, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=8670.41, factoryPrice=13277.53, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1403.310000, totalCopperConsume=7267.10, totalAluminumConsume=, totalLHCost=512.4500, steamFee=0), MaterialDto(materialName=KVVR 21X1, model=KVVR, specification=21*1, voltage=450/750V, standard=GB, costPrice=12613.49, factoryPrice=19690.75, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2162.220000, totalCopperConsume=10451.27, totalAluminumConsume=, totalLHCost=1115.7800, steamFee=0), MaterialDto(materialName=KVVR 21X2.5, model=KVVR, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=29325.47, factoryPrice=44656.33, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3890.620000, totalCopperConsume=25434.85, totalAluminumConsume=, totalLHCost=1180.3000, steamFee=0), MaterialDto(materialName=KVVR 25X1, model=KVVR, specification=25*1, voltage=450/750V, standard=GB, costPrice=14972.41, factoryPrice=23105.92, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2530.420000, totalCopperConsume=12441.99, totalAluminumConsume=, totalLHCost=1247.4500, steamFee=0), MaterialDto(materialName=KVV 3X0.75, model=KVV, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=1580.00, factoryPrice=2280.73, netVolume=75.82, inventory=B80, weighInv=22.00, matPrice=383.900000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=289.4000, steamFee=0), MaterialDto(materialName=KVV 4X1, model=KVV, specification=4*1, voltage=450/750V, standard=GB, costPrice=2623.79, factoryPrice=3871.00, netVolume=106.90, inventory=B80, weighInv=22.00, matPrice=497.610000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=311.3700, steamFee=0), MaterialDto(materialName=KVV 4X2.5, model=KVV, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=5881.37, factoryPrice=8474.33, netVolume=194.98, inventory=B100, weighInv=47.00, matPrice=808.480000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=394.9700, steamFee=0), MaterialDto(materialName=KVV 21X1, model=KVV, specification=21*1, voltage=450/750V, standard=GB, costPrice=12838.20, factoryPrice=18662.96, netVolume=402.69, inventory=A120, weighInv=64.00, matPrice=1675.780000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=1086.4900, steamFee=0), MaterialDto(materialName=KVV 21X2.5, model=KVV, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=29718.92, factoryPrice=42296.60, netVolume=824.22, inventory=A140, weighInv=99.00, matPrice=3086.250000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1036.2300, steamFee=0), MaterialDto(materialName=KVV 23X1, model=KVV, specification=23*1, voltage=450/750V, standard=GB, costPrice=14082.24, factoryPrice=20400.17, netVolume=444.98, inventory=A120, weighInv=64.00, matPrice=1856.730000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 33X2.5, model=KVV, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=46378.79, factoryPrice=65148.93, netVolume=1245.95, inventory=A140, weighInv=99.00, matPrice=4527.460000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 12X2.5, model=KVV22, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=18473.85, factoryPrice=26077.11, netVolume=685.26, inventory=A140, weighInv=99.00, matPrice=3255.190000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=785.0000, steamFee=0), MaterialDto(materialName=KVV22 12X4, model=KVV22, specification=12*4, voltage=450/750V, standard=GB, costPrice=28100.46, factoryPrice=40108.30, netVolume=888.66, inventory=A140, weighInv=99.00, matPrice=3712.660000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=846.0700, steamFee=0), MaterialDto(materialName=KVV22 17X0.75, model=KVV22, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=9145.80, factoryPrice=12663.70, netVolume=439.75, inventory=A120, weighInv=64.00, matPrice=2367.890000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 17X4, model=KVV22, specification=17*4, voltage=450/750V, standard=GB, costPrice=39529.81, factoryPrice=56180.85, netVolume=1215.39, inventory=A140, weighInv=99.00, matPrice=4980.430000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 18X2.5, model=KVV22, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=27037.84, factoryPrice=38540.15, netVolume=930.48, inventory=A140, weighInv=99.00, matPrice=4209.840000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=964.0800, steamFee=0), MaterialDto(materialName=KVV22 20X1.5, model=KVV22, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=18917.27, factoryPrice=26740.71, netVolume=718.47, inventory=A140, weighInv=99.00, matPrice=3471.820000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=1057.9000, steamFee=0), MaterialDto(materialName=KVV22 26X1.5, model=KVV22, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=24305.73, factoryPrice=33909.96, netVolume=892.50, inventory=A140, weighInv=99.00, matPrice=4226.640000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 5X4, model=KVV32, specification=5*4, voltage=450/750V, standard=GB, costPrice=14206.01, factoryPrice=23247.33, netVolume=788.07, inventory=A140, weighInv=99.00, matPrice=4042.010000, totalCopperConsume=10164.00, totalAluminumConsume=, totalLHCost=3193.0600, steamFee=0), MaterialDto(materialName=KVV32 16X6, model=KVV32, specification=16*6, voltage=450/750V, standard=GB, costPrice=58213.15, factoryPrice=90093.18, netVolume=2226.31, inventory=A160, weighInv=159.00, matPrice=9151.150000, totalCopperConsume=49062.00, totalAluminumConsume=, totalLHCost=4017.2200, steamFee=0), MaterialDto(materialName=KVV32 28X1.5, model=KVV32, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=29602.37, factoryPrice=44869.63, netVolume=1583.84, inventory=A140, weighInv=99.00, matPrice=7978.370000, totalCopperConsume=21624.00, totalAluminumConsume=, totalLHCost=3969.5200, steamFee=0), MaterialDto(materialName=KVV32 29X0.75, model=KVV32, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=17821.75, factoryPrice=27330.05, netVolume=1172.19, inventory=A140, weighInv=99.00, matPrice=6259.750000, totalCopperConsume=11562.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 30X0.75, model=KVV32, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=18266.45, factoryPrice=27992.86, netVolume=1183.89, inventory=A140, weighInv=99.00, matPrice=6302.460000, totalCopperConsume=11964.00, totalAluminumConsume=, totalLHCost=271.8000, steamFee=0), MaterialDto(materialName=KVV32 35X0.75, model=KVV32, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=20882.14, factoryPrice=31756.42, netVolume=1311.74, inventory=A140, weighInv=99.00, matPrice=6926.140000, totalCopperConsume=13956.00, totalAluminumConsume=, totalLHCost=303.2100, steamFee=0), MaterialDto(materialName=KVVR 2X4, model=KVVR, specification=2*4, voltage=450/750V, standard=GB, costPrice=4629.99, factoryPrice=7171.62, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=731.700000, totalCopperConsume=3898.28, totalAluminumConsume=, totalLHCost=378.1900, steamFee=0), MaterialDto(materialName=KVVR 7X1, model=KVVR, specification=7*1, voltage=450/750V, standard=GB, costPrice=4303.93, factoryPrice=6817.70, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=820.180000, totalCopperConsume=3483.76, totalAluminumConsume=, totalLHCost=390.3800, steamFee=0), MaterialDto(materialName=KVVR 21X0.75, model=KVVR, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=9712.07, factoryPrice=14671.88, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1880.030000, totalCopperConsume=7832.03, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 29X1, model=KVVR, specification=29*1, voltage=450/750V, standard=GB, costPrice=17386.48, factoryPrice=26660.92, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2953.770000, totalCopperConsume=14432.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 30X1.5, model=KVVR, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=25504.76, factoryPrice=38627.05, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3696.120000, totalCopperConsume=21808.64, totalAluminumConsume=, totalLHCost=1304.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 36X1.5, model=KVVP2-22, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=36380.52, factoryPrice=50312.73, netVolume=1282.10, inventory=A140, weighInv=99.00, matPrice=8574.790000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1536.9500, steamFee=0), MaterialDto(materialName=KVVP3 10X1, model=KVVP3, specification=10*1, voltage=450/750V, standard=GB, costPrice=6560.42, factoryPrice=9644.32, netVolume=220.52, inventory=B100, weighInv=47.00, matPrice=1235.380000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=527.1900, steamFee=0), MaterialDto(materialName=KVVP3 11X2.5, model=KVVP3, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=16211.67, factoryPrice=23245.75, netVolume=477.78, inventory=A120, weighInv=64.00, matPrice=2251.630000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=644.7400, steamFee=0), MaterialDto(materialName=KVVP3 13X4, model=KVVP3, specification=13*4, voltage=450/750V, standard=GB, costPrice=29457.40, factoryPrice=42547.03, netVolume=769.76, inventory=A140, weighInv=99.00, matPrice=3027.680000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=769.6500, steamFee=0), MaterialDto(materialName=KVVP3 14X4, model=KVVP3, specification=14*4, voltage=450/750V, standard=GB, costPrice=31609.11, factoryPrice=45598.01, netVolume=815.94, inventory=A140, weighInv=99.00, matPrice=3147.080000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=799.4900, steamFee=0), MaterialDto(materialName=KVVP3 16X1.5, model=KVVP3, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=14571.42, factoryPrice=20792.01, netVolume=451.32, inventory=A120, weighInv=64.00, matPrice=2205.450000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=741.6400, steamFee=0), MaterialDto(materialName=KVVP3 20X0.75, model=KVVP3, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=9832.87, factoryPrice=14037.51, netVolume=340.93, inventory=A120, weighInv=64.00, matPrice=1849.260000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=964.2400, steamFee=0), MaterialDto(materialName=KVVP3 21X1.5, model=KVVP3, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=18878.48, factoryPrice=26954.80, netVolume=564.92, inventory=A120, weighInv=64.00, matPrice=2651.150000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1057.2600, steamFee=0), MaterialDto(materialName=KVVP3 34X1.5, model=KVVP3, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=30270.08, factoryPrice=42934.92, netVolume=891.79, inventory=A140, weighInv=99.00, matPrice=4003.200000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1212.1000, steamFee=0), MaterialDto(materialName=KVV 2X4, model=KVV, specification=2*4, voltage=450/750V, standard=GB, costPrice=4708.32, factoryPrice=6803.48, netVolume=159.81, inventory=B100, weighInv=47.00, matPrice=643.690000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=352.2900, steamFee=0), MaterialDto(materialName=KVV 6X1, model=KVV, specification=6*1, voltage=450/750V, standard=GB, costPrice=3821.95, factoryPrice=5608.21, netVolume=140.14, inventory=B100, weighInv=47.00, matPrice=632.690000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=353.3500, steamFee=0), MaterialDto(materialName=KVV 9X0.75, model=KVV, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=4343.63, factoryPrice=6195.97, netVolume=162.59, inventory=B100, weighInv=47.00, matPrice=755.330000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=515.8600, steamFee=0), MaterialDto(materialName=KVV 31X1, model=KVV, specification=31*1, voltage=450/750V, standard=GB, costPrice=18799.12, factoryPrice=27170.47, netVolume=571.36, inventory=A120, weighInv=64.00, matPrice=2321.260000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1363.6600, steamFee=0), MaterialDto(materialName=KVV 36X0.75, model=KVV, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=16714.51, factoryPrice=23188.87, netVolume=547.82, inventory=A120, weighInv=64.00, matPrice=2361.300000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1490.4700, steamFee=0), MaterialDto(materialName=KVV22 5X6, model=KVV22, specification=5*6, voltage=450/750V, standard=GB, costPrice=17766.08, factoryPrice=25716.08, netVolume=597.95, inventory=A120, weighInv=64.00, matPrice=2434.820000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=568.4400, steamFee=0), MaterialDto(materialName=KVV22 10X2.5, model=KVV22, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=15689.57, factoryPrice=22029.15, netVolume=615.39, inventory=A140, weighInv=99.00, matPrice=3007.340000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=726.3500, steamFee=0), MaterialDto(materialName=KVV22 12X6, model=KVV22, specification=12*6, voltage=450/750V, standard=GB, costPrice=40853.69, factoryPrice=58977.45, netVolume=1155.06, inventory=A140, weighInv=99.00, matPrice=4058.670000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=902.3900, steamFee=0), MaterialDto(materialName=KVV22 13X0.75, model=KVV22, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=7213.42, factoryPrice=9949.26, netVolume=367.62, inventory=A120, weighInv=64.00, matPrice=2030.310000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=488.8600, steamFee=0), MaterialDto(materialName=KVV22 19X1, model=KVV22, specification=19*1, voltage=450/750V, standard=GB, costPrice=12697.65, factoryPrice=18354.86, netVolume=517.01, inventory=A120, weighInv=64.00, matPrice=2598.310000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=978.8800, steamFee=0), MaterialDto(materialName=KVV22 22X0.75, model=KVV22, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=11523.70, factoryPrice=16052.80, netVolume=521.75, inventory=A120, weighInv=64.00, matPrice=2752.290000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 24X2.5, model=KVV22, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=35897.12, factoryPrice=50907.60, netVolume=1210.69, inventory=A140, weighInv=99.00, matPrice=5459.790000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1213.1300, steamFee=0), MaterialDto(materialName=KVV32 6X2.5, model=KVV32, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=11594.53, factoryPrice=18890.48, netVolume=736.37, inventory=A140, weighInv=99.00, matPrice=3986.530000, totalCopperConsume=7608.00, totalAluminumConsume=, totalLHCost=3207.0500, steamFee=0), MaterialDto(materialName=KVV32 9X1.5, model=KVV32, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=10934.13, factoryPrice=18199.23, netVolume=725.73, inventory=A140, weighInv=99.00, matPrice=3986.130000, totalCopperConsume=6948.00, totalAluminumConsume=, totalLHCost=3359.8700, steamFee=0), MaterialDto(materialName=KVV32 23X1, model=KVV32, specification=23*1, voltage=450/750V, standard=GB, costPrice=18343.55, factoryPrice=28766.27, netVolume=1161.75, inventory=A140, weighInv=99.00, matPrice=6115.550000, totalCopperConsume=12228.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 24X1, model=KVV32, specification=24*1, voltage=450/750V, standard=GB, costPrice=18920.17, factoryPrice=30104.53, netVolume=1176.05, inventory=A140, weighInv=99.00, matPrice=6164.170000, totalCopperConsume=12756.00, totalAluminumConsume=, totalLHCost=251.8100, steamFee=0), MaterialDto(materialName=KVVP3 37X1.5, model=KVVP3, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=32768.14, factoryPrice=46505.72, netVolume=947.92, inventory=A140, weighInv=99.00, matPrice=4184.450000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1275.8200, steamFee=0), MaterialDto(materialName=KVV 6X6, model=KVV, specification=6*6, voltage=450/750V, standard=GB, costPrice=19900.47, factoryPrice=28711.76, netVolume=510.12, inventory=A120, weighInv=64.00, matPrice=1502.960000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=485.2300, steamFee=0), MaterialDto(materialName=KVV 7X0.75, model=KVV, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=3399.55, factoryPrice=4856.13, netVolume=129.02, inventory=B100, weighInv=47.00, matPrice=608.640000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=395.2700, steamFee=0), MaterialDto(materialName=KVV 12X1.5, model=KVV, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=10699.42, factoryPrice=15127.71, netVolume=341.18, inventory=A120, weighInv=64.00, matPrice=1432.150000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=716.4700, steamFee=0), MaterialDto(materialName=KVV 17X0.75, model=KVV, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=8118.67, factoryPrice=11398.91, netVolume=294.37, inventory=A120, weighInv=64.00, matPrice=1340.760000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 18X2.5, model=KVV, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=25590.33, factoryPrice=36389.77, netVolume=726.41, inventory=A140, weighInv=99.00, matPrice=2762.320000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=844.9700, steamFee=0), MaterialDto(materialName=KVV 19X4, model=KVV, specification=19*4, voltage=450/750V, standard=GB, costPrice=41957.12, factoryPrice=59526.50, netVolume=1042.93, inventory=A140, weighInv=99.00, matPrice=3343.100000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=879.3600, steamFee=0), MaterialDto(materialName=KVV 22X2.5, model=KVV, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=31161.94, factoryPrice=44274.76, netVolume=868.31, inventory=A140, weighInv=99.00, matPrice=3261.050000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1072.8100, steamFee=0), MaterialDto(materialName=KVV22 16X0.75, model=KVV22, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=8618.42, factoryPrice=11932.16, netVolume=414.86, inventory=A120, weighInv=64.00, matPrice=2239.210000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=822.7000, steamFee=0), MaterialDto(materialName=KVV22 27X1.5, model=KVV22, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=25145.51, factoryPrice=35158.16, netVolume=912.90, inventory=A140, weighInv=99.00, matPrice=4294.140000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1206.3400, steamFee=0), MaterialDto(materialName=KVV32 8X1.5, model=KVV32, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=9818.25, factoryPrice=16266.10, netVolume=659.90, inventory=A120, weighInv=64.00, matPrice=3638.250000, totalCopperConsume=6180.00, totalAluminumConsume=, totalLHCost=3073.4300, steamFee=0), MaterialDto(materialName=KVV32 15X6, model=KVV32, specification=15*6, voltage=450/750V, standard=GB, costPrice=55019.46, factoryPrice=85172.27, netVolume=2160.91, inventory=A160, weighInv=159.00, matPrice=9023.460000, totalCopperConsume=45996.00, totalAluminumConsume=, totalLHCost=3981.1900, steamFee=0), MaterialDto(materialName=KVV32 26X1, model=KVV32, specification=26*1, voltage=450/750V, standard=GB, costPrice=20101.81, factoryPrice=31507.57, netVolume=1207.29, inventory=A140, weighInv=99.00, matPrice=6283.810000, totalCopperConsume=13818.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 32X2.5, model=KVV32, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=52622.00, factoryPrice=78729.03, netVolume=2553.94, inventory=A160, weighInv=159.00, matPrice=12038.000000, totalCopperConsume=40584.00, totalAluminumConsume=, totalLHCost=278.4600, steamFee=0), MaterialDto(materialName=KVV32 33X1, model=KVV32, specification=33*1, voltage=450/750V, standard=GB, costPrice=24564.33, factoryPrice=38503.81, netVolume=1375.62, inventory=A140, weighInv=99.00, matPrice=7026.330000, totalCopperConsume=17538.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 34X0.75, model=KVV32, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=20436.74, factoryPrice=31133.90, netVolume=1299.94, inventory=A140, weighInv=99.00, matPrice=6882.740000, totalCopperConsume=13554.00, totalAluminumConsume=, totalLHCost=299.8800, steamFee=0), MaterialDto(materialName=KVVR 9X2.5, model=KVVR, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=12804.72, factoryPrice=19680.48, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1904.070000, totalCopperConsume=10900.65, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 12X4, model=KVVR, specification=12*4, voltage=450/750V, standard=GB, costPrice=26253.24, factoryPrice=40075.12, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2863.520000, totalCopperConsume=23389.72, totalAluminumConsume=, totalLHCost=850.0800, steamFee=0), MaterialDto(materialName=KVVR 16X6, model=KVVR, specification=16*6, voltage=450/750V, standard=GB, costPrice=51338.76, factoryPrice=78954.18, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4559.320000, totalCopperConsume=46779.44, totalAluminumConsume=, totalLHCost=1118.7500, steamFee=0), MaterialDto(materialName=KVVR 27X2.5, model=KVVR, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=37554.75, factoryPrice=56514.23, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4852.790000, totalCopperConsume=32701.95, totalAluminumConsume=, totalLHCost=1356.4200, steamFee=0), MaterialDto(materialName=KVVR 37X0.75, model=KVVR, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=16902.28, factoryPrice=25111.73, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3102.990000, totalCopperConsume=13799.30, totalAluminumConsume=, totalLHCost=1537.5100, steamFee=0), MaterialDto(materialName=KVVRP 3X2.5, model=KVVRP, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=6023.35, factoryPrice=9600.87, netVolume=181.94, inventory=B100, weighInv=47.00, matPrice=2271.730000, totalCopperConsume=3633.55, totalAluminumConsume=, totalLHCost=463.0300, steamFee=0), MaterialDto(materialName=KVVRP 8X6, model=KVVRP, specification=8*6, voltage=450/750V, standard=GB, costPrice=29822.63, factoryPrice=48213.70, netVolume=722.68, inventory=A140, weighInv=99.00, matPrice=6181.410000, totalCopperConsume=23389.72, totalAluminumConsume=, totalLHCost=896.1000, steamFee=0), MaterialDto(materialName=KVVRP 11X2.5, model=KVVRP, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=19340.40, factoryPrice=30505.06, netVolume=531.32, inventory=A120, weighInv=64.00, matPrice=5773.130000, totalCopperConsume=13323.02, totalAluminumConsume=, totalLHCost=797.6400, steamFee=0), MaterialDto(materialName=KVVRP 14X4, model=KVVRP, specification=14*4, voltage=450/750V, standard=GB, costPrice=36441.61, factoryPrice=55400.33, netVolume=909.40, inventory=A140, weighInv=99.00, matPrice=8947.760000, totalCopperConsume=27288.01, totalAluminumConsume=, totalLHCost=989.8100, steamFee=0), MaterialDto(materialName=KVVP3 30X2.5, model=KVVP3, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=42835.18, factoryPrice=61180.76, netVolume=1162.05, inventory=A140, weighInv=99.00, matPrice=4778.910000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1236.0100, steamFee=0), MaterialDto(materialName=KVV 10X2.5, model=KVV, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=14378.90, factoryPrice=20439.67, netVolume=428.62, inventory=A120, weighInv=64.00, matPrice=1696.670000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=622.5400, steamFee=0), MaterialDto(materialName=KVV 15X6, model=KVV, specification=15*6, voltage=450/750V, standard=GB, costPrice=49102.97, factoryPrice=70138.57, netVolume=1168.36, inventory=A140, weighInv=99.00, matPrice=3109.200000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=813.1500, steamFee=0), MaterialDto(materialName=KVV22 3X6, model=KVV22, specification=3*6, voltage=450/750V, standard=GB, costPrice=11036.90, factoryPrice=15920.87, netVolume=411.81, inventory=A120, weighInv=64.00, matPrice=1838.150000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=490.8500, steamFee=0), MaterialDto(materialName=KVV22 4X4, model=KVV22, specification=4*4, voltage=450/750V, standard=GB, costPrice=10085.96, factoryPrice=14340.87, netVolume=406.80, inventory=A120, weighInv=64.00, matPrice=1956.690000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=509.1700, steamFee=0), MaterialDto(materialName=KVV22 7X1.5, model=KVV22, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=7211.31, factoryPrice=10091.46, netVolume=337.74, inventory=A120, weighInv=64.00, matPrice=1805.400000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=507.6100, steamFee=0), MaterialDto(materialName=KVV22 8X1, model=KVV22, specification=8*1, voltage=450/750V, standard=GB, costPrice=5866.79, factoryPrice=8483.81, netVolume=295.03, inventory=B100, weighInv=47.00, matPrice=1614.440000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=612.6400, steamFee=0), MaterialDto(materialName=KVV22 8X6, model=KVV22, specification=8*6, voltage=450/750V, standard=GB, costPrice=27635.42, factoryPrice=40296.32, netVolume=829.18, inventory=A140, weighInv=99.00, matPrice=3105.410000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=764.3300, steamFee=0), MaterialDto(materialName=KVV22 21X0.75, model=KVV22, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=10977.38, factoryPrice=15281.76, netVolume=494.76, inventory=A120, weighInv=64.00, matPrice=2604.670000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 31X1, model=KVV22, specification=31*1, voltage=450/750V, standard=GB, costPrice=20262.03, factoryPrice=29120.98, netVolume=779.49, inventory=A140, weighInv=99.00, matPrice=3784.160000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1409.3900, steamFee=0), MaterialDto(materialName=KVV22 31X2.5, model=KVV22, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=46029.10, factoryPrice=64459.26, netVolume=1517.22, inventory=A160, weighInv=159.00, matPrice=6714.210000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1431.5900, steamFee=0), MaterialDto(materialName=KVV32 6X1, model=KVV32, specification=6*1, voltage=450/750V, standard=GB, costPrice=5450.68, factoryPrice=10646.83, netVolume=391.92, inventory=A120, weighInv=64.00, matPrice=2258.680000, totalCopperConsume=3192.00, totalAluminumConsume=, totalLHCost=3661.5100, steamFee=0), MaterialDto(materialName=KVV32 10X0.75, model=KVV32, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=7433.63, factoryPrice=12429.86, netVolume=600.69, inventory=A120, weighInv=64.00, matPrice=3443.630000, totalCopperConsume=3990.00, totalAluminumConsume=, totalLHCost=3125.9600, steamFee=0), MaterialDto(materialName=KVV32 33X1.5, model=KVV32, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=33979.12, factoryPrice=51466.92, netVolume=1715.20, inventory=A160, weighInv=159.00, matPrice=8491.120000, totalCopperConsume=25488.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 36X0.75, model=KVV32, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=21320.73, factoryPrice=32419.23, netVolume=1323.34, inventory=A140, weighInv=99.00, matPrice=6968.730000, totalCopperConsume=14352.00, totalAluminumConsume=, totalLHCost=306.5400, steamFee=0), MaterialDto(materialName=KVVR 7X1.5, model=KVVR, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=6078.94, factoryPrice=9416.80, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=990.250000, totalCopperConsume=5088.68, totalAluminumConsume=, totalLHCost=470.1300, steamFee=0), MaterialDto(materialName=KVVR 8X1, model=KVVR, specification=8*1, voltage=450/750V, standard=GB, costPrice=4908.26, factoryPrice=7761.75, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=926.820000, totalCopperConsume=3981.44, totalAluminumConsume=, totalLHCost=527.4600, steamFee=0), MaterialDto(materialName=KVVR 8X6, model=KVVR, specification=8*6, voltage=450/750V, standard=GB, costPrice=25928.92, factoryPrice=40163.60, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2539.210000, totalCopperConsume=23389.72, totalAluminumConsume=, totalLHCost=745.0000, steamFee=0), MaterialDto(materialName=KVVR 12X2.5, model=KVVR, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=16905.50, factoryPrice=25732.67, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2371.300000, totalCopperConsume=14534.20, totalAluminumConsume=, totalLHCost=757.3500, steamFee=0), MaterialDto(materialName=KVVR 28X1.5, model=KVVR, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=23875.21, factoryPrice=36155.93, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3520.480000, totalCopperConsume=20354.73, totalAluminumConsume=, totalLHCost=1263.9800, steamFee=0), MaterialDto(materialName=KVVR 37X2.5, model=KVVR, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=51413.64, factoryPrice=77007.62, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=6599.850000, totalCopperConsume=44813.78, totalAluminumConsume=, totalLHCost=1647.7900, steamFee=0), MaterialDto(materialName=KVVRP 3X0.75, model=KVVRP, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2632.86, factoryPrice=4356.85, netVolume=94.74, inventory=B80, weighInv=22.00, matPrice=1435.410000, totalCopperConsume=1118.86, totalAluminumConsume=, totalLHCost=360.1900, steamFee=0), MaterialDto(materialName=KVVRP 7X2.5, model=KVVRP, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=12206.17, factoryPrice=20449.15, netVolume=347.17, inventory=A120, weighInv=64.00, matPrice=3565.660000, totalCopperConsume=8478.28, totalAluminumConsume=, totalLHCost=611.1600, steamFee=0), MaterialDto(materialName=KVVRP 15X4, model=KVVRP, specification=15*4, voltage=450/750V, standard=GB, costPrice=38988.57, factoryPrice=59268.96, netVolume=973.46, inventory=A140, weighInv=99.00, matPrice=9532.640000, totalCopperConsume=29237.15, totalAluminumConsume=, totalLHCost=1070.0700, steamFee=0), MaterialDto(materialName=KVVRP 25X2.5, model=KVVRP, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=42077.11, factoryPrice=65236.62, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11546.090000, totalCopperConsume=30279.59, totalAluminumConsume=, totalLHCost=1605.7400, steamFee=0), MaterialDto(materialName=KVVP3 27X0.75, model=KVVP3, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=13083.52, factoryPrice=18382.51, netVolume=441.90, inventory=A120, weighInv=64.00, matPrice=2309.010000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1132.4900, steamFee=0), MaterialDto(materialName=KVVP3 35X2.5, model=KVVP3, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=49832.96, factoryPrice=71145.03, netVolume=1342.63, inventory=A140, weighInv=99.00, matPrice=5435.580000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1369.0000, steamFee=0), MaterialDto(materialName=KVV 3X6, model=KVV, specification=3*6, voltage=450/750V, standard=GB, costPrice=10017.48, factoryPrice=14573.92, netVolume=265.62, inventory=B100, weighInv=47.00, matPrice=818.730000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=395.8700, steamFee=0), MaterialDto(materialName=KVV 10X4, model=KVV, specification=10*4, voltage=450/750V, standard=GB, costPrice=22319.91, factoryPrice=31663.20, netVolume=587.90, inventory=A120, weighInv=64.00, matPrice=1996.740000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=642.1800, steamFee=0), MaterialDto(materialName=KVV 11X6, model=KVV, specification=11*6, voltage=450/750V, standard=GB, costPrice=36159.52, factoryPrice=51662.05, netVolume=878.26, inventory=A140, weighInv=99.00, matPrice=2430.750000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=673.0000, steamFee=0), MaterialDto(materialName=KVV 12X6, model=KVV, specification=12*6, voltage=450/750V, standard=GB, costPrice=39353.66, factoryPrice=56277.23, netVolume=943.69, inventory=A140, weighInv=99.00, matPrice=2558.640000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=694.6600, steamFee=0), MaterialDto(materialName=KVV 16X4, model=KVV, specification=16*4, voltage=450/750V, standard=GB, costPrice=35464.71, factoryPrice=50296.93, netVolume=900.44, inventory=A140, weighInv=99.00, matPrice=2947.640000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=826.9400, steamFee=0), MaterialDto(materialName=KVV 23X0.75, model=KVV, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=10867.33, factoryPrice=15206.71, netVolume=379.36, inventory=A120, weighInv=64.00, matPrice=1697.230000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 4X1, model=KVV22, specification=4*1, voltage=450/750V, standard=GB, costPrice=3440.46, factoryPrice=4702.08, netVolume=231.28, inventory=B100, weighInv=47.00, matPrice=1314.280000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=403.1500, steamFee=0), MaterialDto(materialName=KVV22 7X6, model=KVV22, specification=7*6, voltage=450/750V, standard=GB, costPrice=24210.99, factoryPrice=35149.47, netVolume=728.08, inventory=A140, weighInv=99.00, matPrice=2747.240000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=662.7700, steamFee=0), MaterialDto(materialName=KVV22 18X0.75, model=KVV22, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=9587.47, factoryPrice=13298.07, netVolume=451.44, inventory=A120, weighInv=64.00, matPrice=2410.870000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 23X2.5, model=KVV22, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=34531.35, factoryPrice=48762.75, netVolume=1179.09, inventory=A140, weighInv=99.00, matPrice=5362.230000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 26X0.75, model=KVV22, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=13518.55, factoryPrice=18445.71, netVolume=602.47, inventory=A140, weighInv=99.00, matPrice=3152.340000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 37X1, model=KVV22, specification=37*1, voltage=450/750V, standard=GB, costPrice=23810.58, factoryPrice=34309.70, netVolume=873.74, inventory=A140, weighInv=99.00, matPrice=4143.450000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1573.5100, steamFee=0), MaterialDto(materialName=KVV32 2X4, model=KVV32, specification=2*4, voltage=450/750V, standard=GB, costPrice=6409.92, factoryPrice=11944.80, netVolume=423.62, inventory=A120, weighInv=64.00, matPrice=2347.920000, totalCopperConsume=4062.00, totalAluminumConsume=, totalLHCost=3798.9700, steamFee=0), MaterialDto(materialName=KVV32 3X1.5, model=KVV32, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=4306.50, factoryPrice=8460.90, netVolume=339.82, inventory=B100, weighInv=47.00, matPrice=1990.500000, totalCopperConsume=2316.00, totalAluminumConsume=, totalLHCost=3359.8000, steamFee=0), MaterialDto(materialName=KVV32 4X4, model=KVV32, specification=4*4, voltage=450/750V, standard=GB, costPrice=11769.72, factoryPrice=19259.41, netVolume=695.69, inventory=A120, weighInv=64.00, matPrice=3639.720000, totalCopperConsume=8130.00, totalAluminumConsume=, totalLHCost=2982.3100, steamFee=0), MaterialDto(materialName=KVV32 7X0.75, model=KVV32, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4984.59, factoryPrice=9636.42, netVolume=374.57, inventory=A120, weighInv=64.00, matPrice=2194.590000, totalCopperConsume=2790.00, totalAluminumConsume=, totalLHCost=3617.9100, steamFee=0), MaterialDto(materialName=KVV32 7X2.5, model=KVV32, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=12931.83, factoryPrice=20999.78, netVolume=760.38, inventory=A140, weighInv=99.00, matPrice=4051.830000, totalCopperConsume=8880.00, totalAluminumConsume=, totalLHCost=3233.8300, steamFee=0), MaterialDto(materialName=KVV32 18X1, model=KVV32, specification=18*1, voltage=450/750V, standard=GB, costPrice=14231.68, factoryPrice=23514.35, netVolume=865.49, inventory=A140, weighInv=99.00, matPrice=4661.680000, totalCopperConsume=9570.00, totalAluminumConsume=, totalLHCost=3495.2000, steamFee=0), MaterialDto(materialName=KVVR 3X1, model=KVVR, specification=3*1, voltage=450/750V, standard=GB, costPrice=1982.56, factoryPrice=3133.93, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=489.530000, totalCopperConsume=1493.04, totalAluminumConsume=, totalLHCost=281.6200, steamFee=0), MaterialDto(materialName=KVVR 6X1, model=KVVR, specification=6*1, voltage=450/750V, standard=GB, costPrice=3757.98, factoryPrice=5910.78, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=771.900000, totalCopperConsume=2986.08, totalAluminumConsume=, totalLHCost=361.7200, steamFee=0), MaterialDto(materialName=KVVR 18X1, model=KVVR, specification=18*1, voltage=450/750V, standard=GB, costPrice=10889.25, factoryPrice=16970.78, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1931.010000, totalCopperConsume=8958.23, totalAluminumConsume=, totalLHCost=806.6000, steamFee=0), MaterialDto(materialName=KVVRP 6X1.5, model=KVVRP, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=7102.62, factoryPrice=11373.63, netVolume=213.93, inventory=B100, weighInv=47.00, matPrice=2608.280000, totalCopperConsume=4361.73, totalAluminumConsume=, totalLHCost=439.1400, steamFee=0), MaterialDto(materialName=KVVRP 6X2.5, model=KVVRP, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=10893.76, factoryPrice=18386.46, netVolume=323.07, inventory=A120, weighInv=64.00, matPrice=3464.430000, totalCopperConsume=7267.10, totalAluminumConsume=, totalLHCost=582.9600, steamFee=0), MaterialDto(materialName=KVVP2-22 14X1.5, model=KVVP2-22, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=15630.65, factoryPrice=21817.43, netVolume=622.74, inventory=A120, weighInv=64.00, matPrice=4814.930000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=863.1500, steamFee=0), MaterialDto(materialName=KVVP3 33X0.75, model=KVVP3, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=15823.24, factoryPrice=22214.80, netVolume=523.19, inventory=A120, weighInv=64.00, matPrice=2656.530000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 37X2.5, model=KVVP3, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=52532.64, factoryPrice=75130.58, netVolume=1398.25, inventory=A140, weighInv=99.00, matPrice=5598.810000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1418.5000, steamFee=0), MaterialDto(materialName=KVV 4X6, model=KVV, specification=4*6, voltage=450/750V, standard=GB, costPrice=13404.89, factoryPrice=19460.07, netVolume=363.71, inventory=B100, weighInv=47.00, matPrice=1139.890000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=417.2100, steamFee=0), MaterialDto(materialName=KVV 6X2.5, model=KVV, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=8785.56, factoryPrice=12602.87, netVolume=283.14, inventory=B100, weighInv=47.00, matPrice=1176.220000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=471.2800, steamFee=0), MaterialDto(materialName=KVV 9X1.5, model=KVV, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=8130.62, factoryPrice=11631.17, netVolume=273.15, inventory=B100, weighInv=47.00, matPrice=1180.170000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=629.6800, steamFee=0), MaterialDto(materialName=KVV 23X1.5, model=KVV, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=20302.09, factoryPrice=28597.21, netVolume=622.68, inventory=A140, weighInv=99.00, matPrice=2539.810000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 24X1, model=KVV, specification=24*1, voltage=450/750V, standard=GB, costPrice=14662.53, factoryPrice=21296.03, netVolume=459.35, inventory=A120, weighInv=64.00, matPrice=1905.480000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1218.8000, steamFee=0), MaterialDto(materialName=KVV 24X1.5, model=KVV, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=21141.86, factoryPrice=29849.36, netVolume=643.07, inventory=A140, weighInv=99.00, matPrice=2607.310000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1095.4100, steamFee=0), MaterialDto(materialName=KVV22 4X6, model=KVV22, specification=4*6, voltage=450/750V, standard=GB, costPrice=14394.89, factoryPrice=20819.66, netVolume=503.93, inventory=A120, weighInv=64.00, matPrice=2129.880000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=534.7600, steamFee=0), MaterialDto(materialName=KVV22 7X0.75, model=KVV22, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4216.96, factoryPrice=5800.18, netVolume=246.75, inventory=B100, weighInv=47.00, matPrice=1426.060000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=485.9200, steamFee=0), MaterialDto(materialName=KVV22 11X1, model=KVV22, specification=11*1, voltage=450/750V, standard=GB, costPrice=7837.02, factoryPrice=11156.38, netVolume=371.32, inventory=A120, weighInv=64.00, matPrice=1990.040000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=810.5900, steamFee=0), MaterialDto(materialName=KVV22 15X1, model=KVV22, specification=15*1, voltage=450/750V, standard=GB, costPrice=10313.76, factoryPrice=14815.66, netVolume=452.13, inventory=A120, weighInv=64.00, matPrice=2340.600000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=829.1600, steamFee=0), MaterialDto(materialName=KVV22 16X2.5, model=KVV22, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=24172.23, factoryPrice=34416.35, netVolume=846.82, inventory=A140, weighInv=99.00, matPrice=3880.670000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=925.9400, steamFee=0), MaterialDto(materialName=KVV22 19X0.75, model=KVV22, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=10007.89, factoryPrice=13917.43, netVolume=458.08, inventory=A120, weighInv=64.00, matPrice=2432.590000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=913.1700, steamFee=0), MaterialDto(materialName=KVV22 19X4, model=KVV22, specification=19*4, voltage=450/750V, standard=GB, costPrice=43790.74, factoryPrice=62368.13, netVolume=1297.65, inventory=A140, weighInv=99.00, matPrice=5176.720000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=1099.8900, steamFee=0), MaterialDto(materialName=KVV22 22X1, model=KVV22, specification=22*1, voltage=450/750V, standard=GB, costPrice=14750.03, factoryPrice=21157.78, netVolume=607.48, inventory=A140, weighInv=99.00, matPrice=3056.060000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1223.1700, steamFee=0), MaterialDto(materialName=KVV22 24X1.5, model=KVV22, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=22582.62, factoryPrice=31879.66, netVolume=846.20, inventory=A140, weighInv=99.00, matPrice=4048.070000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1143.8200, steamFee=0), MaterialDto(materialName=KVV22 32X0.75, model=KVV22, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=16322.58, factoryPrice=22595.58, netVolume=695.58, inventory=A140, weighInv=99.00, matPrice=3564.170000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 36X0.75, model=KVV22, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=18178.88, factoryPrice=25192.31, netVolume=756.15, inventory=A140, weighInv=99.00, matPrice=3825.670000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1486.7500, steamFee=0), MaterialDto(materialName=KVV32 3X6, model=KVV32, specification=3*6, voltage=450/750V, standard=GB, costPrice=12719.32, factoryPrice=20956.33, netVolume=700.73, inventory=A120, weighInv=64.00, matPrice=3521.320000, totalCopperConsume=9198.00, totalAluminumConsume=, totalLHCost=2961.9600, steamFee=0), MaterialDto(materialName=KVV32 11X0.75, model=KVV32, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=7952.11, factoryPrice=13099.78, netVolume=624.20, inventory=A120, weighInv=64.00, matPrice=3566.110000, totalCopperConsume=4386.00, totalAluminumConsume=, totalLHCost=3272.4700, steamFee=0), MaterialDto(materialName=KVV32 17X1.5, model=KVV32, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=19282.81, factoryPrice=29615.52, netVolume=1180.29, inventory=A140, weighInv=99.00, matPrice=6154.810000, totalCopperConsume=13128.00, totalAluminumConsume=, totalLHCost=4381.7800, steamFee=0), MaterialDto(materialName=KVV32 23X0.75, model=KVV32, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=14337.70, factoryPrice=22932.91, netVolume=938.79, inventory=A140, weighInv=99.00, matPrice=5169.700000, totalCopperConsume=9168.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 30X1, model=KVV32, specification=30*1, voltage=450/750V, standard=GB, costPrice=22574.67, factoryPrice=35553.16, netVolume=1289.25, inventory=A140, weighInv=99.00, matPrice=6626.670000, totalCopperConsume=15948.00, totalAluminumConsume=, totalLHCost=286.5500, steamFee=0), MaterialDto(materialName=KVV22 27X1, model=KVV22, specification=27*1, voltage=450/750V, standard=GB, costPrice=17777.88, factoryPrice=25522.53, netVolume=697.52, inventory=A140, weighInv=99.00, matPrice=3426.200000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1282.0200, steamFee=0), MaterialDto(materialName=KVV22 36X2.5, model=KVV22, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=53009.89, factoryPrice=74790.88, netVolume=1698.13, inventory=A160, weighInv=159.00, matPrice=7353.890000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1555.3300, steamFee=0), MaterialDto(materialName=KVV22 37X1.5, model=KVV22, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=34080.56, factoryPrice=47461.62, netVolume=1189.34, inventory=A140, weighInv=99.00, matPrice=5506.470000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1463.0800, steamFee=0), MaterialDto(materialName=KVV32 2X2.5, model=KVV32, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=4677.95, factoryPrice=9130.82, netVolume=367.38, inventory=A120, weighInv=64.00, matPrice=2139.950000, totalCopperConsume=2538.00, totalAluminumConsume=, totalLHCost=3620.1400, steamFee=0), MaterialDto(materialName=KVV32 9X1, model=KVV32, specification=9*1, voltage=450/750V, standard=GB, costPrice=8142.33, factoryPrice=14147.32, netVolume=597.59, inventory=A120, weighInv=64.00, matPrice=3360.330000, totalCopperConsume=4782.00, totalAluminumConsume=, totalLHCost=2957.8100, steamFee=0), MaterialDto(materialName=KVV32 15X0.75, model=KVV32, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=10007.97, factoryPrice=16292.96, netVolume=717.53, inventory=A140, weighInv=99.00, matPrice=4025.970000, totalCopperConsume=5982.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 15X1.5, model=KVV32, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=17339.01, factoryPrice=26783.37, netVolume=1094.68, inventory=A140, weighInv=99.00, matPrice=5753.010000, totalCopperConsume=11586.00, totalAluminumConsume=, totalLHCost=4178.3400, steamFee=0), MaterialDto(materialName=KVV32 33X2.5, model=KVV32, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=53985.76, factoryPrice=80840.70, netVolume=2585.54, inventory=A160, weighInv=159.00, matPrice=12135.760000, totalCopperConsume=41850.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 3X4, model=KVVR, specification=3*4, voltage=450/750V, standard=GB, costPrice=6726.99, factoryPrice=10430.37, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=879.560000, totalCopperConsume=5847.43, totalAluminumConsume=, totalLHCost=412.4800, steamFee=0), MaterialDto(materialName=KVVR 9X1.5, model=KVVR, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=7922.16, factoryPrice=12246.58, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1379.560000, totalCopperConsume=6542.59, totalAluminumConsume=, totalLHCost=655.1500, steamFee=0), MaterialDto(materialName=KVVR 14X0.75, model=KVVR, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=6595.17, factoryPrice=9961.11, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1373.820000, totalCopperConsume=5221.36, totalAluminumConsume=, totalLHCost=690.6800, steamFee=0), MaterialDto(materialName=KVVR 16X2.5, model=KVVR, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=22502.57, factoryPrice=34191.20, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3123.640000, totalCopperConsume=19378.93, totalAluminumConsume=, totalLHCost=922.7700, steamFee=0), MaterialDto(materialName=KVVR 20X0.75, model=KVVR, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=9256.11, factoryPrice=14018.55, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1797.030000, totalCopperConsume=7459.08, totalAluminumConsume=, totalLHCost=1092.7900, steamFee=0), MaterialDto(materialName=KVVR 27X1, model=KVVR, specification=27*1, voltage=450/750V, standard=GB, costPrice=16107.11, factoryPrice=24867.62, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2669.760000, totalCopperConsume=13437.35, totalAluminumConsume=, totalLHCost=1324.3800, steamFee=0), MaterialDto(materialName=KVVR 37X1.5, model=KVVR, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=31310.95, factoryPrice=47407.11, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4413.630000, totalCopperConsume=26897.32, totalAluminumConsume=, totalLHCost=1479.5700, steamFee=0), MaterialDto(materialName=KVVRP 2X2.5, model=KVVRP, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=4559.63, factoryPrice=7374.65, netVolume=147.90, inventory=B100, weighInv=47.00, matPrice=2027.230000, totalCopperConsume=2422.37, totalAluminumConsume=, totalLHCost=434.8300, steamFee=0), MaterialDto(materialName=KVVRP 9X1, model=KVVRP, specification=9*1, voltage=450/750V, standard=GB, costPrice=7561.48, factoryPrice=12161.26, netVolume=242.03, inventory=B100, weighInv=47.00, matPrice=2941.010000, totalCopperConsume=4479.11, totalAluminumConsume=, totalLHCost=619.0200, steamFee=0), MaterialDto(materialName=KVVRP 15X1.5, model=KVVRP, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=16453.81, factoryPrice=26389.95, netVolume=472.95, inventory=A120, weighInv=64.00, matPrice=5292.730000, totalCopperConsume=10904.32, totalAluminumConsume=, totalLHCost=1020.5200, steamFee=0), MaterialDto(materialName=KVV22 30X2.5, model=KVV22, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=44518.01, factoryPrice=62353.91, netVolume=1463.67, inventory=A160, weighInv=159.00, matPrice=6471.340000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1419.5600, steamFee=0), MaterialDto(materialName=KVV32 2X0.75, model=KVV32, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=2392.84, factoryPrice=5346.72, netVolume=259.73, inventory=B100, weighInv=47.00, matPrice=1594.840000, totalCopperConsume=798.00, totalAluminumConsume=, totalLHCost=2971.1000, steamFee=0), MaterialDto(materialName=KVV32 5X2.5, model=KVV32, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=10008.60, factoryPrice=16423.31, netVolume=672.39, inventory=A120, weighInv=64.00, matPrice=3666.600000, totalCopperConsume=6342.00, totalAluminumConsume=, totalLHCost=2988.7300, steamFee=0), MaterialDto(materialName=KVV32 17X1, model=KVV32, specification=17*1, voltage=450/750V, standard=GB, costPrice=13648.95, factoryPrice=22578.20, netVolume=851.09, inventory=A140, weighInv=99.00, matPrice=4612.950000, totalCopperConsume=9036.00, totalAluminumConsume=, totalLHCost=3961.9300, steamFee=0), MaterialDto(materialName=KVV32 19X6, model=KVV32, specification=19*6, voltage=450/750V, standard=GB, costPrice=68157.29, factoryPrice=105650.65, netVolume=2480.09, inventory=A160, weighInv=159.00, matPrice=9897.290000, totalCopperConsume=58260.00, totalAluminumConsume=, totalLHCost=4225.3400, steamFee=0), MaterialDto(materialName=KVV32 23X2.5, model=KVV32, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=38102.31, factoryPrice=58446.57, netVolume=1839.36, inventory=A160, weighInv=159.00, matPrice=8930.310000, totalCopperConsume=29172.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 18X6, model=KVVR, specification=18*6, voltage=450/750V, standard=GB, costPrice=57678.17, factoryPrice=88704.36, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5051.310000, totalCopperConsume=52626.86, totalAluminumConsume=, totalLHCost=1186.2100, steamFee=0), MaterialDto(materialName=KVVR 35X1, model=KVVR, specification=35*1, voltage=450/750V, standard=GB, costPrice=20866.79, factoryPrice=32234.37, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3448.000000, totalCopperConsume=17418.79, totalAluminumConsume=, totalLHCost=1564.5800, steamFee=0), MaterialDto(materialName=KVVRP 13X1, model=KVVRP, specification=13*1, voltage=450/750V, standard=GB, costPrice=10268.14, factoryPrice=17707.06, netVolume=317.25, inventory=A120, weighInv=64.00, matPrice=3630.780000, totalCopperConsume=6469.84, totalAluminumConsume=, totalLHCost=842.7800, steamFee=0), MaterialDto(materialName=KVVRP 4X4, model=KVVRP, specification=4*4, voltage=450/750V, standard=GB, costPrice=11055.07, factoryPrice=18132.87, netVolume=315.08, inventory=B100, weighInv=47.00, matPrice=3109.820000, totalCopperConsume=7796.57, totalAluminumConsume=, totalLHCost=537.8300, steamFee=0), MaterialDto(materialName=KVVRP 6X0.75, model=KVVRP, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=4392.18, factoryPrice=7081.56, netVolume=147.46, inventory=B100, weighInv=47.00, matPrice=2047.230000, totalCopperConsume=2237.72, totalAluminumConsume=, totalLHCost=439.1200, steamFee=0), MaterialDto(materialName=KVVRP 12X1, model=KVVRP, specification=12*1, voltage=450/750V, standard=GB, costPrice=9540.94, factoryPrice=16368.01, netVolume=296.26, inventory=A120, weighInv=64.00, matPrice=3410.790000, totalCopperConsume=5972.15, totalAluminumConsume=, totalLHCost=820.0400, steamFee=0), MaterialDto(materialName=KVVRP 20X2.5, model=KVVRP, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=34028.90, factoryPrice=51549.08, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9593.670000, totalCopperConsume=24223.67, totalAluminumConsume=, totalLHCost=1221.3200, steamFee=0), MaterialDto(materialName=KVVRP 21X0.75, model=KVVRP, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=12246.62, factoryPrice=20517.88, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4229.510000, totalCopperConsume=7832.03, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 30X1, model=KVVRP, specification=30*1, voltage=450/750V, standard=GB, costPrice=22046.18, factoryPrice=35117.08, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6851.380000, totalCopperConsume=14930.39, totalAluminumConsume=, totalLHCost=1731.9900, steamFee=0), MaterialDto(materialName=KVVR 3X6, model=KVVR, specification=3*6, voltage=450/750V, standard=GB, costPrice=9954.62, factoryPrice=15401.05, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1183.480000, totalCopperConsume=8771.14, totalAluminumConsume=, totalLHCost=449.1100, steamFee=0), MaterialDto(materialName=KVVR 28X1, model=KVVR, specification=28*1, voltage=450/750V, standard=GB, costPrice=16819.12, factoryPrice=25787.97, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2884.090000, totalCopperConsume=13935.03, totalAluminumConsume=, totalLHCost=1348.4100, steamFee=0), MaterialDto(materialName=KVVR 31X1, model=KVVR, specification=31*1, voltage=450/750V, standard=GB, costPrice=18558.37, factoryPrice=28664.36, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3130.300000, totalCopperConsume=15428.07, totalAluminumConsume=, totalLHCost=1406.8900, steamFee=0), MaterialDto(materialName=KVVR 34X1, model=KVVR, specification=34*1, voltage=450/750V, standard=GB, costPrice=20299.44, factoryPrice=31357.47, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3378.330000, totalCopperConsume=16921.10, totalAluminumConsume=, totalLHCost=1506.1900, steamFee=0), MaterialDto(materialName=KVVRP 2X1, model=KVVRP, specification=2*1, voltage=450/750V, standard=GB, costPrice=2496.90, factoryPrice=4175.15, netVolume=92.73, inventory=B80, weighInv=22.00, matPrice=1422.530000, totalCopperConsume=995.36, totalAluminumConsume=, totalLHCost=328.0600, steamFee=0), MaterialDto(materialName=KVVRP 4X0.75, model=KVVRP, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=3212.97, factoryPrice=5245.60, netVolume=113.22, inventory=B80, weighInv=22.00, matPrice=1633.770000, totalCopperConsume=1491.82, totalAluminumConsume=, totalLHCost=381.8400, steamFee=0), MaterialDto(materialName=KVVRP 9X2.5, model=KVVRP, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=16216.38, factoryPrice=25957.03, netVolume=451.81, inventory=A120, weighInv=64.00, matPrice=5066.190000, totalCopperConsume=10900.65, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 13X0.75, model=KVVRP, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=8289.82, factoryPrice=13692.28, netVolume=272.87, inventory=B100, weighInv=47.00, matPrice=3286.330000, totalCopperConsume=4848.40, totalAluminumConsume=, totalLHCost=581.5100, steamFee=0), MaterialDto(materialName=KVVRP 16X1, model=KVVRP, specification=16*1, voltage=450/750V, standard=GB, costPrice=12155.02, factoryPrice=20709.85, netVolume=369.72, inventory=A120, weighInv=64.00, matPrice=4014.120000, totalCopperConsume=7962.88, totalAluminumConsume=, totalLHCost=942.5700, steamFee=0), MaterialDto(materialName=KVVRP 17X1.5, model=KVVRP, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=18308.35, factoryPrice=29364.30, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5711.570000, totalCopperConsume=12358.23, totalAluminumConsume=, totalLHCost=1058.1400, steamFee=0), MaterialDto(materialName=KVVRP 19X2.5, model=KVVRP, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=32480.23, factoryPrice=48882.83, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9262.320000, totalCopperConsume=23012.48, totalAluminumConsume=, totalLHCost=1067.4900, steamFee=0), MaterialDto(materialName=KVVRP 27X0.75, model=KVVRP, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=16019.44, factoryPrice=25141.75, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5714.680000, totalCopperConsume=10069.76, totalAluminumConsume=, totalLHCost=1441.3900, steamFee=0), MaterialDto(materialName=KVVRP 27X2.5, model=KVVRP, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=44766.13, factoryPrice=69599.00, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11812.750000, totalCopperConsume=32701.95, totalAluminumConsume=, totalLHCost=1430.7200, steamFee=0), MaterialDto(materialName=KVV32 10X1.5, model=KVV32, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=11969.48, factoryPrice=19492.46, netVolume=777.09, inventory=A140, weighInv=99.00, matPrice=4247.480000, totalCopperConsume=7722.00, totalAluminumConsume=, totalLHCost=3647.4600, steamFee=0), MaterialDto(materialName=KVV32 14X4, model=KVV32, specification=14*4, voltage=450/750V, standard=GB, costPrice=35818.53, factoryPrice=55187.03, netVolume=1593.61, inventory=A140, weighInv=99.00, matPrice=7366.530000, totalCopperConsume=28452.00, totalAluminumConsume=, totalLHCost=3889.4600, steamFee=0), MaterialDto(materialName=KVV32 31X2.5, model=KVV32, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=51252.82, factoryPrice=76716.90, netVolume=2522.34, inventory=A160, weighInv=159.00, matPrice=11940.820000, totalCopperConsume=39312.00, totalAluminumConsume=, totalLHCost=4372.6700, steamFee=0), MaterialDto(materialName=KVV32 32X1, model=KVV32, specification=32*1, voltage=450/750V, standard=GB, costPrice=23987.71, factoryPrice=37603.21, netVolume=1361.32, inventory=A140, weighInv=99.00, matPrice=6977.710000, totalCopperConsume=17010.00, totalAluminumConsume=, totalLHCost=293.2200, steamFee=0), MaterialDto(materialName=KVVR 4X0.75, model=KVVR, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2011.87, factoryPrice=3092.06, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=520.050000, totalCopperConsume=1491.82, totalAluminumConsume=, totalLHCost=313.0200, steamFee=0), MaterialDto(materialName=KVVR 4X1.5, model=KVVR, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=3607.49, factoryPrice=5600.31, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=699.670000, totalCopperConsume=2907.82, totalAluminumConsume=, totalLHCost=322.6800, steamFee=0), MaterialDto(materialName=KVVR 11X2.5, model=KVVR, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=15560.99, factoryPrice=23643.12, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2237.970000, totalCopperConsume=13323.02, totalAluminumConsume=, totalLHCost=728.8300, steamFee=0), MaterialDto(materialName=KVVR 29X2.5, model=KVVR, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=40291.89, factoryPrice=60636.45, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5167.570000, totalCopperConsume=35124.32, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 31X2.5, model=KVVR, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=43033.84, factoryPrice=64731.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5487.150000, totalCopperConsume=37546.69, totalAluminumConsume=, totalLHCost=1461.7100, steamFee=0), MaterialDto(materialName=KVVRP 12X4, model=KVVRP, specification=12*4, voltage=450/750V, standard=GB, costPrice=32015.01, factoryPrice=48335.36, netVolume=803.23, inventory=A140, weighInv=99.00, matPrice=8254.770000, totalCopperConsume=23389.72, totalAluminumConsume=, totalLHCost=920.5900, steamFee=0), MaterialDto(materialName=KVVRP 16X1.5, model=KVVRP, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=17268.58, factoryPrice=27657.90, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5380.540000, totalCopperConsume=11631.28, totalAluminumConsume=, totalLHCost=989.7300, steamFee=0), MaterialDto(materialName=KVVRP 27X1.5, model=KVVRP, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=28919.72, factoryPrice=43856.85, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9086.930000, totalCopperConsume=19627.78, totalAluminumConsume=, totalLHCost=1546.8300, steamFee=0), MaterialDto(materialName=KVVR 12X6, model=KVVR, specification=12*6, voltage=450/750V, standard=GB, costPrice=38647.33, factoryPrice=59469.62, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3562.760000, totalCopperConsume=35084.58, totalAluminumConsume=, totalLHCost=907.6100, steamFee=0), MaterialDto(materialName=KVVR 14X1.5, model=KVVR, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=12082.05, factoryPrice=18501.01, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1904.690000, totalCopperConsume=10177.36, totalAluminumConsume=, totalLHCost=757.9400, steamFee=0), MaterialDto(materialName=KVVR 16X4, model=KVVR, specification=16*4, voltage=450/750V, standard=GB, costPrice=34802.21, factoryPrice=53126.71, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3615.920000, totalCopperConsume=31186.29, totalAluminumConsume=, totalLHCost=1034.1700, steamFee=0), MaterialDto(materialName=KVVR 25X2.5, model=KVVR, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=34865.72, factoryPrice=52420.45, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4586.140000, totalCopperConsume=30279.59, totalAluminumConsume=, totalLHCost=1297.4200, steamFee=0), MaterialDto(materialName=KVVRP 4X1, model=KVVRP, specification=4*1, voltage=450/750V, standard=GB, costPrice=3877.00, factoryPrice=6366.61, netVolume=130.58, inventory=B100, weighInv=47.00, matPrice=1792.090000, totalCopperConsume=1990.72, totalAluminumConsume=, totalLHCost=385.7600, steamFee=0), MaterialDto(materialName=KVVRP 5X1.5, model=KVVRP, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=6124.17, factoryPrice=9799.16, netVolume=195.99, inventory=B100, weighInv=47.00, matPrice=2369.490000, totalCopperConsume=3634.78, totalAluminumConsume=, totalLHCost=415.3200, steamFee=0), MaterialDto(materialName=KVVRP 6X4, model=KVVRP, specification=6*4, voltage=450/750V, standard=GB, costPrice=15827.44, factoryPrice=26456.31, netVolume=426.34, inventory=A120, weighInv=64.00, matPrice=3949.200000, totalCopperConsume=11694.86, totalAluminumConsume=, totalLHCost=619.5000, steamFee=0), MaterialDto(materialName=KVVRP 9X4, model=KVVRP, specification=9*4, voltage=450/750V, standard=GB, costPrice=23669.93, factoryPrice=38014.80, netVolume=617.64, inventory=A140, weighInv=99.00, matPrice=5880.760000, totalCopperConsume=17542.29, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 13X6, model=KVVRP, specification=13*6, voltage=450/750V, standard=GB, costPrice=48576.48, factoryPrice=74413.26, netVolume=1140.18, inventory=A140, weighInv=99.00, matPrice=10333.810000, totalCopperConsume=38008.29, totalAluminumConsume=, totalLHCost=1030.2600, steamFee=0), MaterialDto(materialName=KVVRP 15X6, model=KVVRP, specification=15*6, voltage=450/750V, standard=GB, costPrice=55357.13, factoryPrice=87333.71, netVolume=1294.95, inventory=A140, weighInv=99.00, matPrice=11252.240000, totalCopperConsume=43855.72, totalAluminumConsume=, totalLHCost=1153.6500, steamFee=0), MaterialDto(materialName=KVVRP 26X1.5, model=KVVRP, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=28104.95, factoryPrice=42366.12, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8999.110000, totalCopperConsume=18900.82, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 32X1, model=KVVRP, specification=32*1, voltage=450/750V, standard=GB, costPrice=24702.79, factoryPrice=37250.08, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8583.250000, totalCopperConsume=15925.75, totalAluminumConsume=, totalLHCost=1582.0300, steamFee=0), MaterialDto(materialName=KVVRP 34X2.5, model=KVVRP, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=57626.32, factoryPrice=85920.40, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=16088.250000, totalCopperConsume=41180.24, totalAluminumConsume=, totalLHCost=1710.3900, steamFee=0), MaterialDto(materialName=KVVRP 37X1, model=KVVRP, specification=37*1, voltage=450/750V, standard=GB, costPrice=27819.01, factoryPrice=42042.22, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9202.670000, totalCopperConsume=18414.14, totalAluminumConsume=, totalLHCost=1920.9700, steamFee=0), MaterialDto(materialName=KVVR 24X2.5, model=KVVR, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=33514.11, factoryPrice=50986.60, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4445.710000, totalCopperConsume=29068.40, totalAluminumConsume=, totalLHCost=1267.9200, steamFee=0), MaterialDto(materialName=KVVR 28X2.5, model=KVVR, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=38947.37, factoryPrice=58610.10, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5034.240000, totalCopperConsume=33913.13, totalAluminumConsume=, totalLHCost=1385.9200, steamFee=0), MaterialDto(materialName=KVVR 32X0.75, model=KVVR, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=14597.84, factoryPrice=21825.33, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2663.310000, totalCopperConsume=11934.53, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 32X2.5, model=KVVR, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=44378.35, factoryPrice=66748.68, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5620.480000, totalCopperConsume=38757.87, totalAluminumConsume=, totalLHCost=1491.2100, steamFee=0), MaterialDto(materialName=KVVR 34X0.75, model=KVVR, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=15608.00, factoryPrice=23158.06, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2927.570000, totalCopperConsume=12680.44, totalAluminumConsume=, totalLHCost=1467.6100, steamFee=0), MaterialDto(materialName=KVVR 36X1, model=KVVR, specification=36*1, voltage=450/750V, standard=GB, costPrice=21434.14, factoryPrice=33115.22, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3517.670000, totalCopperConsume=17916.47, totalAluminumConsume=, totalLHCost=1588.6200, steamFee=0), MaterialDto(materialName=KVVRP 7X4, model=KVVRP, specification=7*4, voltage=450/750V, standard=GB, costPrice=17890.54, factoryPrice=29769.57, netVolume=462.21, inventory=A120, weighInv=64.00, matPrice=4063.150000, totalCopperConsume=13644.00, totalAluminumConsume=, totalLHCost=653.7900, steamFee=0), MaterialDto(materialName=KVVRP 9X0.75, model=KVVRP, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=6058.77, factoryPrice=9787.31, netVolume=194.15, inventory=B100, weighInv=47.00, matPrice=2571.280000, totalCopperConsume=3356.59, totalAluminumConsume=, totalLHCost=590.6100, steamFee=0), MaterialDto(materialName=KVVRP 18X0.75, model=KVVRP, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=10794.50, factoryPrice=18181.06, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=3906.410000, totalCopperConsume=6713.17, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 19X1.5, model=KVVRP, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=19916.50, factoryPrice=31898.62, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5865.810000, totalCopperConsume=13812.14, totalAluminumConsume=, totalLHCost=1051.8400, steamFee=0), MaterialDto(materialName=KVVRP 23X2.5, model=KVVRP, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=39205.33, factoryPrice=58304.37, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11102.830000, totalCopperConsume=27857.22, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 26X0.75, model=KVVRP, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=15588.01, factoryPrice=24346.22, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5656.210000, totalCopperConsume=9696.80, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 37X0.75, model=KVVRP, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=21023.99, factoryPrice=32752.61, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6958.380000, totalCopperConsume=13799.30, totalAluminumConsume=, totalLHCost=1688.6100, steamFee=0), MaterialDto(materialName=KVV32 29X1.5, model=KVV32, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=30443.70, factoryPrice=46123.36, netVolume=1604.24, inventory=A140, weighInv=99.00, matPrice=8045.700000, totalCopperConsume=22398.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 34X1.5, model=KVV32, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=35081.59, factoryPrice=53545.41, netVolume=1780.41, inventory=A160, weighInv=159.00, matPrice=8825.590000, totalCopperConsume=26256.00, totalAluminumConsume=, totalLHCost=4328.8100, steamFee=0), MaterialDto(materialName=KVVR 4X4, model=KVVR, specification=4*4, voltage=450/750V, standard=GB, costPrice=9016.37, factoryPrice=13776.02, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1219.790000, totalCopperConsume=7796.57, totalAluminumConsume=, totalLHCost=469.0200, steamFee=0), MaterialDto(materialName=KVVR 6X0.75, model=KVVR, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=2920.91, factoryPrice=4446.12, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=683.180000, totalCopperConsume=2237.72, totalAluminumConsume=, totalLHCost=370.3100, steamFee=0), MaterialDto(materialName=KVVR 9X6, model=KVVR, specification=9*6, voltage=450/750V, standard=GB, costPrice=29160.58, factoryPrice=45348.37, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2847.140000, totalCopperConsume=26313.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 11X1, model=KVVR, specification=11*1, voltage=450/750V, standard=GB, costPrice=6807.80, factoryPrice=10419.31, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1333.320000, totalCopperConsume=5474.48, totalAluminumConsume=, totalLHCost=721.4300, steamFee=0), MaterialDto(materialName=KVVR 15X4, model=KVVR, specification=15*4, voltage=450/750V, standard=GB, costPrice=32696.32, factoryPrice=49903.51, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3459.170000, totalCopperConsume=29237.15, totalAluminumConsume=, totalLHCost=999.5600, steamFee=0), MaterialDto(materialName=KVVR 19X1, model=KVVR, specification=19*1, voltage=450/750V, standard=GB, costPrice=11435.20, factoryPrice=17860.32, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1979.290000, totalCopperConsume=9455.91, totalAluminumConsume=, totalLHCost=902.4200, steamFee=0), MaterialDto(materialName=KVVR 22X1, model=KVVR, specification=22*1, voltage=450/750V, standard=GB, costPrice=13228.69, factoryPrice=20612.68, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2279.740000, totalCopperConsume=10948.95, totalAluminumConsume=, totalLHCost=1191.2000, steamFee=0), MaterialDto(materialName=KVVR 24X0.75, model=KVVR, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=11089.86, factoryPrice=16732.20, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2138.970000, totalCopperConsume=8950.90, totalAluminumConsume=, totalLHCost=1220.3900, steamFee=0), MaterialDto(materialName=KVVR 28X0.75, model=KVVR, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=12841.68, factoryPrice=19212.01, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2398.970000, totalCopperConsume=10442.71, totalAluminumConsume=, totalLHCost=1313.5800, steamFee=0), MaterialDto(materialName=KVVR 36X0.75, model=KVVR, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=16470.86, factoryPrice=24440.23, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3044.510000, totalCopperConsume=13426.34, totalAluminumConsume=, totalLHCost=1514.2100, steamFee=0), MaterialDto(materialName=KVVRP 8X1.5, model=KVVRP, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=9039.70, factoryPrice=15326.00, netVolume=277.04, inventory=B100, weighInv=47.00, matPrice=3078.770000, totalCopperConsume=5815.64, totalAluminumConsume=, totalLHCost=623.9100, steamFee=0), MaterialDto(materialName=KVVRP 26X1, model=KVVRP, specification=26*1, voltage=450/750V, standard=GB, costPrice=19582.42, factoryPrice=30942.72, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6388.760000, totalCopperConsume=12939.67, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 34X0.75, model=KVVRP, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=19729.71, factoryPrice=30841.60, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6782.960000, totalCopperConsume=12680.44, totalAluminumConsume=, totalLHCost=1618.7100, steamFee=0), MaterialDto(materialName=KVV32 25X2.5, model=KVV32, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=41485.16, factoryPrice=63065.70, netVolume=2006.75, inventory=A160, weighInv=159.00, matPrice=9781.160000, totalCopperConsume=31704.00, totalAluminumConsume=, totalLHCost=3991.3700, steamFee=0), MaterialDto(materialName=KVVR 13X0.75, model=KVVR, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=6163.75, factoryPrice=9307.78, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1315.340000, totalCopperConsume=4848.40, totalAluminumConsume=, totalLHCost=430.4100, steamFee=0), MaterialDto(materialName=KVVR 17X2.5, model=KVVR, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=23913.30, factoryPrice=36319.46, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3323.180000, totalCopperConsume=20590.12, totalAluminumConsume=, totalLHCost=939.9400, steamFee=0), MaterialDto(materialName=KVVR 27X0.75, model=KVVR, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=12382.57, factoryPrice=18511.28, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2312.810000, totalCopperConsume=10069.76, totalAluminumConsume=, totalLHCost=1290.2800, steamFee=0), MaterialDto(materialName=KVVRP 3X4, model=KVVRP, specification=3*4, voltage=450/750V, standard=GB, costPrice=8553.03, factoryPrice=13694.65, netVolume=234.10, inventory=B100, weighInv=47.00, matPrice=2572.340000, totalCopperConsume=5847.43, totalAluminumConsume=, totalLHCost=481.3000, steamFee=0), MaterialDto(materialName=KVVRP 6X6, model=KVVRP, specification=6*6, voltage=450/750V, standard=GB, costPrice=23090.30, factoryPrice=37148.17, netVolume=570.57, inventory=A120, weighInv=64.00, matPrice=5318.710000, totalCopperConsume=17542.29, totalAluminumConsume=, totalLHCost=666.0100, steamFee=0), MaterialDto(materialName=KVVRP 18X4, model=KVVRP, specification=18*4, voltage=450/750V, standard=GB, costPrice=45779.09, factoryPrice=69711.18, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10462.150000, totalCopperConsume=35084.58, totalAluminumConsume=, totalLHCost=1161.3400, steamFee=0), MaterialDto(materialName=KVVRP 28X1, model=KVVRP, specification=28*1, voltage=450/750V, standard=GB, costPrice=20911.48, factoryPrice=33341.95, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6712.040000, totalCopperConsume=13935.03, totalAluminumConsume=, totalLHCost=1499.5100, steamFee=0), MaterialDto(materialName=KVVRP 29X2.5, model=KVVRP, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=47799.83, factoryPrice=74285.28, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12413.720000, totalCopperConsume=35124.32, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 11X1, model=KVVRP, specification=11*1, voltage=450/750V, standard=GB, costPrice=8973.59, factoryPrice=14900.98, netVolume=281.92, inventory=A120, weighInv=64.00, matPrice=3341.110000, totalCopperConsume=5474.48, totalAluminumConsume=, totalLHCost=872.5400, steamFee=0), MaterialDto(materialName=KVVRP 14X2.5, model=KVVRP, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=23760.44, factoryPrice=37333.03, netVolume=654.73, inventory=A140, weighInv=99.00, matPrice=6544.770000, totalCopperConsume=16956.57, totalAluminumConsume=, totalLHCost=904.5400, steamFee=0), MaterialDto(materialName=KVVRP 16X0.75, model=KVVRP, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=9752.83, factoryPrice=16576.57, netVolume=316.07, inventory=A120, weighInv=64.00, matPrice=3620.800000, totalCopperConsume=5967.26, totalAluminumConsume=, totalLHCost=899.6200, steamFee=0), MaterialDto(materialName=KVVRP 17X6, model=KVVRP, specification=17*6, voltage=450/750V, standard=GB, costPrice=62140.45, factoryPrice=97970.27, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12172.610000, totalCopperConsume=49703.15, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 19X0.75, model=KVVRP, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=11204.52, factoryPrice=18839.92, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=3943.480000, totalCopperConsume=7086.13, totalAluminumConsume=, totalLHCost=965.6500, steamFee=0), MaterialDto(materialName=KVVR 12X0.75, model=KVVR, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=5593.87, factoryPrice=8462.48, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1118.430000, totalCopperConsume=4475.45, totalAluminumConsume=, totalLHCost=637.5900, steamFee=0), MaterialDto(materialName=KVVR 25X1.5, model=KVVR, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=21391.89, factoryPrice=32358.40, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3218.020000, totalCopperConsume=18173.87, totalAluminumConsume=, totalLHCost=1312.1700, steamFee=0), MaterialDto(materialName=KVVR 33X1, model=KVVR, specification=33*1, voltage=450/750V, standard=GB, costPrice=19693.07, factoryPrice=30422.11, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3269.650000, totalCopperConsume=16423.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 5X4, model=KVVRP, specification=5*4, voltage=450/750V, standard=GB, costPrice=13455.70, factoryPrice=22560.82, netVolume=375.52, inventory=A120, weighInv=64.00, matPrice=3544.380000, totalCopperConsume=9745.72, totalAluminumConsume=, totalLHCost=573.8200, steamFee=0), MaterialDto(materialName=KVVRP 9X1.5, model=KVVRP, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=10145.51, factoryPrice=17617.00, netVolume=310.75, inventory=A120, weighInv=64.00, matPrice=3440.690000, totalCopperConsume=6542.59, totalAluminumConsume=, totalLHCost=725.6600, steamFee=0), MaterialDto(materialName=KVVRP 10X1.5, model=KVVRP, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=11173.09, factoryPrice=19050.85, netVolume=339.77, inventory=A120, weighInv=64.00, matPrice=3728.630000, totalCopperConsume=7269.55, totalAluminumConsume=, totalLHCost=852.5500, steamFee=0), MaterialDto(materialName=KVVRP 10X4, model=KVVRP, specification=10*4, voltage=450/750V, standard=GB, costPrice=26152.21, factoryPrice=41734.91, netVolume=681.50, inventory=A140, weighInv=99.00, matPrice=6394.460000, totalCopperConsume=19491.43, totalAluminumConsume=, totalLHCost=842.2100, steamFee=0), MaterialDto(materialName=KVVRP 12X6, model=KVVRP, specification=12*6, voltage=450/750V, standard=GB, costPrice=45001.00, factoryPrice=69014.40, netVolume=1059.39, inventory=A140, weighInv=99.00, matPrice=9695.490000, totalCopperConsume=35084.58, totalAluminumConsume=, totalLHCost=978.1200, steamFee=0), MaterialDto(materialName=KVVRP 22X1.5, model=KVVRP, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=24548.89, factoryPrice=36769.76, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8192.510000, totalCopperConsume=15993.00, totalAluminumConsume=, totalLHCost=1372.6300, steamFee=0), MaterialDto(materialName=KVV32 33X0.75, model=KVV32, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=19834.10, factoryPrice=30225.40, netVolume=1260.73, inventory=A140, weighInv=99.00, matPrice=6676.100000, totalCopperConsume=13158.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 18X4, model=KVVR, specification=18*4, voltage=450/750V, standard=GB, costPrice=39113.28, factoryPrice=59662.38, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4028.700000, totalCopperConsume=35084.58, totalAluminumConsume=, totalLHCost=1090.8300, steamFee=0), MaterialDto(materialName=KVVR 26X1.5, model=KVVR, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=22206.66, factoryPrice=33594.75, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3305.840000, totalCopperConsume=18900.82, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 36X1.5, model=KVVR, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=30496.18, factoryPrice=46169.97, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4325.810000, totalCopperConsume=26170.37, totalAluminumConsume=, totalLHCost=1454.1000, steamFee=0), MaterialDto(materialName=KVVR 37X1, model=KVVR, specification=37*1, voltage=450/750V, standard=GB, costPrice=22001.49, factoryPrice=33993.70, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3587.350000, totalCopperConsume=18414.14, totalAluminumConsume=, totalLHCost=1612.6500, steamFee=0), MaterialDto(materialName=KVVRP 8X0.75, model=KVVRP, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=5406.77, factoryPrice=8791.12, netVolume=173.92, inventory=B100, weighInv=47.00, matPrice=2305.770000, totalCopperConsume=2983.63, totalAluminumConsume=, totalLHCost=562.0700, steamFee=0), MaterialDto(materialName=KVVRP 14X1.5, model=KVVRP, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=14716.88, factoryPrice=24699.35, netVolume=430.50, inventory=A120, weighInv=64.00, matPrice=4347.080000, totalCopperConsume=10177.36, totalAluminumConsume=, totalLHCost=909.0500, steamFee=0), MaterialDto(materialName=KVVRP 21X1.5, model=KVVRP, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=21923.32, factoryPrice=34787.65, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6404.840000, totalCopperConsume=15266.05, totalAluminumConsume=, totalLHCost=1347.1600, steamFee=0), MaterialDto(materialName=KVVRP 35X2.5, model=KVVRP, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=58970.83, factoryPrice=87972.82, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=16221.580000, totalCopperConsume=42391.42, totalAluminumConsume=, totalLHCost=1739.8900, steamFee=0), MaterialDto(materialName=KVVRP 37X2.5, model=KVVRP, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=61659.86, factoryPrice=92074.50, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=16488.240000, totalCopperConsume=44813.78, totalAluminumConsume=, totalLHCost=1798.8900, steamFee=0), MaterialDto(materialName=KVVRP 28X0.75, model=KVVRP, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=16626.75, factoryPrice=26120.56, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5939.410000, totalCopperConsume=10442.71, totalAluminumConsume=, totalLHCost=1464.6900, steamFee=0), MaterialDto(materialName=KVVRP 31X2.5, model=KVVRP, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=53101.15, factoryPrice=79027.65, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=15211.580000, totalCopperConsume=37546.69, totalAluminumConsume=, totalLHCost=1770.0300, steamFee=0), MaterialDto(materialName=KVVRP 32X1.5, model=KVVRP, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=33580.45, factoryPrice=50819.12, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10095.240000, totalCopperConsume=23262.55, totalAluminumConsume=, totalLHCost=1812.3300, steamFee=0), MaterialDto(materialName=KVVRP 36X1.5, model=KVVRP, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=37161.99, factoryPrice=56041.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10759.260000, totalCopperConsume=26170.37, totalAluminumConsume=, totalLHCost=1762.4200, steamFee=0), MaterialDto(materialName=KVVR 11X1.5, model=KVVR, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=9603.13, factoryPrice=14652.13, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1606.630000, totalCopperConsume=7996.50, totalAluminumConsume=, totalLHCost=746.2900, steamFee=0), MaterialDto(materialName=KVVR 12X1, model=KVVR, specification=12*1, voltage=450/750V, standard=GB, costPrice=7375.15, factoryPrice=11500.03, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1402.990000, totalCopperConsume=5972.15, totalAluminumConsume=, totalLHCost=668.9400, steamFee=0), MaterialDto(materialName=KVVR 17X1.5, model=KVVR, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=14616.77, factoryPrice=22366.48, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2258.540000, totalCopperConsume=12358.23, totalAluminumConsume=, totalLHCost=907.0400, steamFee=0), MaterialDto(materialName=KVVR 19X2.5, model=KVVR, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=26570.23, factoryPrice=40418.77, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3557.740000, totalCopperConsume=23012.48, totalAluminumConsume=, totalLHCost=996.9800, steamFee=0), MaterialDto(materialName=KVVR 23X0.75, model=KVVR, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=10658.44, factoryPrice=16029.10, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2080.500000, totalCopperConsume=8577.94, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 30X0.75, model=KVVR, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=13704.53, factoryPrice=20494.97, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2515.910000, totalCopperConsume=11188.62, totalAluminumConsume=, totalLHCost=1389.0400, steamFee=0), MaterialDto(materialName=KVVR 34X2.5, model=KVVR, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=47380.10, factoryPrice=70870.11, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=6199.860000, totalCopperConsume=41180.24, totalAluminumConsume=, totalLHCost=1559.2900, steamFee=0), MaterialDto(materialName=KVVRP 3X6, model=KVVRP, specification=3*6, voltage=450/750V, standard=GB, costPrice=12031.82, factoryPrice=19860.60, netVolume=319.38, inventory=B100, weighInv=47.00, matPrice=3109.180000, totalCopperConsume=8771.14, totalAluminumConsume=, totalLHCost=519.6200, steamFee=0), MaterialDto(materialName=KVVRP 11X0.75, model=KVVRP, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=7279.41, factoryPrice=11152.43, netVolume=243.45, inventory=B100, weighInv=47.00, matPrice=3030.630000, totalCopperConsume=4102.49, totalAluminumConsume=, totalLHCost=689.8900, steamFee=0), MaterialDto(materialName=KVVRP 12X1.5, model=KVVRP, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=12902.90, factoryPrice=21847.45, netVolume=382.50, inventory=A120, weighInv=64.00, matPrice=3998.010000, totalCopperConsume=8723.45, totalAluminumConsume=, totalLHCost=901.5200, steamFee=0), MaterialDto(materialName=KVVRP 30X0.75, model=KVVRP, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=17489.60, factoryPrice=27424.06, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=6056.360000, totalCopperConsume=11188.62, totalAluminumConsume=, totalLHCost=1540.1500, steamFee=0), MaterialDto(materialName=KVV32 21X2.5, model=KVV32, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=34681.10, factoryPrice=53743.70, netVolume=1660.68, inventory=A140, weighInv=99.00, matPrice=8047.100000, totalCopperConsume=26634.00, totalAluminumConsume=, totalLHCost=4105.9300, steamFee=0), MaterialDto(materialName=KVV32 34X1, model=KVV32, specification=34*1, voltage=450/750V, standard=GB, costPrice=25307.16, factoryPrice=39656.42, netVolume=1416.59, inventory=A140, weighInv=99.00, matPrice=7235.160000, totalCopperConsume=18072.00, totalAluminumConsume=, totalLHCost=299.8800, steamFee=0), MaterialDto(materialName=KVV32 36X2.5, model=KVV32, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=58551.77, factoryPrice=87512.25, netVolume=2757.69, inventory=A160, weighInv=159.00, matPrice=12897.770000, totalCopperConsume=45654.00, totalAluminumConsume=, totalLHCost=4578.3600, steamFee=0), MaterialDto(materialName=KVVR 8X1.5, model=KVVR, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=7046.87, factoryPrice=10915.43, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1231.240000, totalCopperConsume=5815.64, totalAluminumConsume=, totalLHCost=555.0900, steamFee=0), MaterialDto(materialName=KVVR 9X0.75, model=KVVR, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=4264.77, factoryPrice=6531.72, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=908.190000, totalCopperConsume=3356.59, totalAluminumConsume=, totalLHCost=521.8000, steamFee=0), MaterialDto(materialName=KVVR 9X1, model=KVVR, specification=9*1, voltage=450/750V, standard=GB, costPrice=5514.64, factoryPrice=8720.02, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1035.530000, totalCopperConsume=4479.11, totalAluminumConsume=, totalLHCost=550.2000, steamFee=0), MaterialDto(materialName=KVVR 31X1.5, model=KVVR, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=26362.44, factoryPrice=39925.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3826.850000, totalCopperConsume=22535.59, totalAluminumConsume=, totalLHCost=1478.5500, steamFee=0), MaterialDto(materialName=KVVR 33X1.5, model=KVVR, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=27991.99, factoryPrice=42397.72, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4002.480000, totalCopperConsume=23989.50, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 35X1.5, model=KVVR, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=29681.40, factoryPrice=44934.41, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4237.990000, totalCopperConsume=25443.41, totalAluminumConsume=, totalLHCost=1428.6400, steamFee=0), MaterialDto(materialName=KVVRP 2X4, model=KVVRP, specification=2*4, voltage=450/750V, standard=GB, costPrice=6331.78, factoryPrice=10210.75, netVolume=190.17, inventory=B100, weighInv=47.00, matPrice=2309.350000, totalCopperConsume=3898.28, totalAluminumConsume=, totalLHCost=447.0100, steamFee=0), MaterialDto(materialName=KVVRP 6X1, model=KVVRP, specification=6*1, voltage=450/750V, standard=GB, costPrice=5344.51, factoryPrice=8723.97, netVolume=168.77, inventory=B100, weighInv=47.00, matPrice=2242.760000, totalCopperConsume=2986.08, totalAluminumConsume=, totalLHCost=430.5400, steamFee=0), MaterialDto(materialName=KVVRP 23X1, model=KVVRP, specification=23*1, voltage=450/750V, standard=GB, costPrice=17672.01, factoryPrice=28186.41, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5977.570000, totalCopperConsume=11446.63, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 6X1.5, model=KVVR, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=5285.56, factoryPrice=8155.17, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=923.840000, totalCopperConsume=4361.73, totalAluminumConsume=, totalLHCost=370.3200, steamFee=0), MaterialDto(materialName=KVVR 10X2.5, model=KVVR, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=14201.90, factoryPrice=21566.21, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2090.060000, totalCopperConsume=12111.83, totalAluminumConsume=, totalLHCost=691.1500, steamFee=0), MaterialDto(materialName=KVVR 11X4, model=KVVR, specification=11*4, voltage=450/750V, standard=GB, costPrice=24147.35, factoryPrice=36634.67, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2706.770000, totalCopperConsume=21440.57, totalAluminumConsume=, totalLHCost=815.4700, steamFee=0), MaterialDto(materialName=KVVR 15X6, model=KVVR, specification=15*6, voltage=450/750V, standard=GB, costPrice=48210.41, factoryPrice=74127.28, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4354.690000, totalCopperConsume=43855.72, totalAluminumConsume=, totalLHCost=1079.3500, steamFee=0), MaterialDto(materialName=KVVR 17X1, model=KVVR, specification=17*1, voltage=450/750V, standard=GB, costPrice=10321.90, factoryPrice=16063.07, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1861.340000, totalCopperConsume=8460.55, totalAluminumConsume=, totalLHCost=805.5500, steamFee=0), MaterialDto(materialName=KVVR 18X1.5, model=KVVR, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=15431.54, factoryPrice=23617.05, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2346.350000, totalCopperConsume=13085.18, totalAluminumConsume=, totalLHCost=917.7000, steamFee=0), MaterialDto(materialName=KVVR 22X0.75, model=KVVR, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=10187.79, factoryPrice=15375.77, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1982.800000, totalCopperConsume=8204.99, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 3X1, model=KVVRP, specification=3*1, voltage=450/750V, standard=GB, costPrice=3146.55, factoryPrice=5223.48, netVolume=108.34, inventory=B80, weighInv=22.00, matPrice=1568.850000, totalCopperConsume=1493.04, totalAluminumConsume=, totalLHCost=350.4400, steamFee=0), MaterialDto(materialName=KVVRP 7X0.75, model=KVVRP, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4802.21, factoryPrice=7763.33, netVolume=154.01, inventory=B100, weighInv=47.00, matPrice=2084.310000, totalCopperConsume=2610.68, totalAluminumConsume=, totalLHCost=468.7000, steamFee=0), MaterialDto(materialName=KVVRP 15X1, model=KVVRP, specification=15*1, voltage=450/750V, standard=GB, costPrice=11587.67, factoryPrice=19816.36, netVolume=355.39, inventory=A120, weighInv=64.00, matPrice=3944.450000, totalCopperConsume=7465.19, totalAluminumConsume=, totalLHCost=906.0100, steamFee=0), MaterialDto(materialName=KVVRP 16X2.5, model=KVVRP, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=28246.28, factoryPrice=42128.33, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8498.000000, totalCopperConsume=19378.93, totalAluminumConsume=, totalLHCost=993.2800, steamFee=0), MaterialDto(materialName=KVVRP 19X4, model=KVVRP, specification=19*4, voltage=450/750V, standard=GB, costPrice=47842.19, factoryPrice=72986.52, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10576.100000, totalCopperConsume=37033.72, totalAluminumConsume=, totalLHCost=1195.9500, steamFee=0), MaterialDto(materialName=KVVRP 22X1, model=KVVRP, specification=22*1, voltage=450/750V, standard=GB, costPrice=16877.53, factoryPrice=27260.53, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5692.810000, totalCopperConsume=10948.95, totalAluminumConsume=, totalLHCost=1342.3100, steamFee=0), MaterialDto(materialName=KVVRP 36X0.75, model=KVVRP, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=20592.57, factoryPrice=32103.23, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6899.900000, totalCopperConsume=13426.34, totalAluminumConsume=, totalLHCost=1665.3100, steamFee=0), MaterialDto(materialName=KVV 36X1, model=KVV, specification=36*1, voltage=450/750V, standard=GB, costPrice=21851.30, factoryPrice=31382.75, netVolume=666.93, inventory=A140, weighInv=99.00, matPrice=2715.720000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1538.4000, steamFee=0), MaterialDto(materialName=KVV22 3X1.5, model=KVV22, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=3595.97, factoryPrice=4913.01, netVolume=221.57, inventory=B100, weighInv=47.00, matPrice=1279.150000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=387.0100, steamFee=0), MaterialDto(materialName=KVV22 22X2.5, model=KVV22, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=33029.79, factoryPrice=46801.18, netVolume=1127.70, inventory=A140, weighInv=99.00, matPrice=5128.900000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1178.4600, steamFee=0), MaterialDto(materialName=KVV32 4X1, model=KVV32, specification=4*1, voltage=450/750V, standard=GB, costPrice=4029.46, factoryPrice=8170.18, netVolume=324.85, inventory=B100, weighInv=47.00, matPrice=1905.460000, totalCopperConsume=2124.00, totalAluminumConsume=, totalLHCost=3265.1900, steamFee=0), MaterialDto(materialName=KVV32 5X1, model=KVV32, specification=5*1, voltage=450/750V, standard=GB, costPrice=4773.09, factoryPrice=9352.02, netVolume=366.34, inventory=B100, weighInv=47.00, matPrice=2115.090000, totalCopperConsume=2658.00, totalAluminumConsume=, totalLHCost=3455.4900, steamFee=0), MaterialDto(materialName=KVV32 10X6, model=KVV32, specification=10*6, voltage=450/750V, standard=GB, costPrice=37782.14, factoryPrice=58587.98, netVolume=1627.67, inventory=A140, weighInv=99.00, matPrice=7122.140000, totalCopperConsume=30660.00, totalAluminumConsume=, totalLHCost=3610.0700, steamFee=0), MaterialDto(materialName=KVV32 12X2.5, model=KVV32, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=21384.90, factoryPrice=33214.76, netVolume=1210.38, inventory=A140, weighInv=99.00, matPrice=6168.900000, totalCopperConsume=15216.00, totalAluminumConsume=, totalLHCost=3274.1900, steamFee=0), MaterialDto(materialName=KVV32 26X1.5, model=KVV32, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=27677.76, factoryPrice=41855.78, netVolume=1501.41, inventory=A140, weighInv=99.00, matPrice=7595.760000, totalCopperConsume=20082.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 37X1, model=KVV32, specification=37*1, voltage=450/750V, standard=GB, costPrice=27028.00, factoryPrice=42355.85, netVolume=1454.63, inventory=A140, weighInv=99.00, matPrice=7360.000000, totalCopperConsume=19668.00, totalAluminumConsume=, totalLHCost=309.8800, steamFee=0), MaterialDto(materialName=KVV32 37X2.5, model=KVV32, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=59889.77, factoryPrice=89526.75, netVolume=2781.80, inventory=A160, weighInv=159.00, matPrice=12963.770000, totalCopperConsume=46926.00, totalAluminumConsume=, totalLHCost=295.1200, steamFee=0), MaterialDto(materialName=KVVR 10X0.75, model=KVVR, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=4729.31, factoryPrice=7139.23, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=999.770000, totalCopperConsume=3729.54, totalAluminumConsume=, totalLHCost=580.8400, steamFee=0), MaterialDto(materialName=KVVR 23X2.5, model=KVVR, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=32169.60, factoryPrice=48848.07, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4312.380000, totalCopperConsume=27857.22, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 31X0.75, model=KVVR, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=14166.41, factoryPrice=21183.85, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2604.840000, totalCopperConsume=11561.57, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 4X6, model=KVVRP, specification=4*6, voltage=450/750V, standard=GB, costPrice=15487.37, factoryPrice=26072.37, netVolume=404.04, inventory=A120, weighInv=64.00, matPrice=3623.410000, totalCopperConsume=11694.86, totalAluminumConsume=, totalLHCost=558.7100, steamFee=0), MaterialDto(materialName=KVVRP 12X0.75, model=KVVRP, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=7710.84, factoryPrice=11977.98, netVolume=255.08, inventory=B100, weighInv=47.00, matPrice=3089.110000, totalCopperConsume=4475.45, totalAluminumConsume=, totalLHCost=788.7000, steamFee=0), MaterialDto(materialName=KVVRP 14X6, model=KVVRP, specification=14*6, voltage=450/750V, standard=GB, costPrice=51704.83, factoryPrice=79312.05, netVolume=1204.91, inventory=A140, weighInv=99.00, matPrice=10538.450000, totalCopperConsume=40932.01, totalAluminumConsume=, totalLHCost=1069.6700, steamFee=0), MaterialDto(materialName=KVVRP 15X0.75, model=KVVRP, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=9321.40, factoryPrice=15914.55, netVolume=304.43, inventory=A120, weighInv=64.00, matPrice=3562.330000, totalCopperConsume=5594.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 24X1.5, model=KVVRP, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=26509.70, factoryPrice=40026.93, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8680.900000, totalCopperConsume=17446.91, totalAluminumConsume=, totalLHCost=1471.6300, steamFee=0), MaterialDto(materialName=KVVRP 25X1.5, model=KVVRP, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=27290.17, factoryPrice=41099.75, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8911.290000, totalCopperConsume=18173.87, totalAluminumConsume=, totalLHCost=1463.2700, steamFee=0), MaterialDto(materialName=KVVRP 31X1, model=KVVRP, specification=31*1, voltage=450/750V, standard=GB, costPrice=24135.44, factoryPrice=36366.86, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8513.580000, totalCopperConsume=15428.07, totalAluminumConsume=, totalLHCost=1558.0000, steamFee=0), MaterialDto(materialName=KVVR 2X1.5, model=KVVR, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=1933.38, factoryPrice=3005.95, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=479.470000, totalCopperConsume=1453.91, totalAluminumConsume=, totalLHCost=275.0400, steamFee=0), MaterialDto(materialName=KVVR 5X2.5, model=KVVR, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=7208.52, factoryPrice=11075.01, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1152.600000, totalCopperConsume=6055.92, totalAluminumConsume=, totalLHCost=472.8500, steamFee=0), MaterialDto(materialName=KVVR 24X1.5, model=KVVR, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=20571.98, factoryPrice=31489.40, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3125.070000, totalCopperConsume=17446.91, totalAluminumConsume=, totalLHCost=1163.3100, steamFee=0), MaterialDto(materialName=KVVR 30X1, model=KVVR, specification=30*1, voltage=450/750V, standard=GB, costPrice=17953.83, factoryPrice=27566.26, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3023.440000, totalCopperConsume=14930.39, totalAluminumConsume=, totalLHCost=1423.6700, steamFee=0), MaterialDto(materialName=KVVRP 11X6, model=KVVRP, specification=11*6, voltage=450/750V, standard=GB, costPrice=41872.65, factoryPrice=63666.10, netVolume=994.65, inventory=A140, weighInv=99.00, matPrice=9490.850000, totalCopperConsume=32160.86, totalAluminumConsume=, totalLHCost=938.7200, steamFee=0), MaterialDto(materialName=KVVRP 16X4, model=KVVRP, specification=16*4, voltage=450/750V, standard=GB, costPrice=41094.47, factoryPrice=62544.30, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9689.390000, totalCopperConsume=31186.29, totalAluminumConsume=, totalLHCost=1104.6800, steamFee=0), MaterialDto(materialName=KVVRP 19X1, model=KVVRP, specification=19*1, voltage=450/750V, standard=GB, costPrice=14023.54, factoryPrice=23739.50, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4378.600000, totalCopperConsume=9455.91, totalAluminumConsume=, totalLHCost=1053.5200, steamFee=0), MaterialDto(materialName=KVVRP 26X2.5, model=KVVRP, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=43421.62, factoryPrice=67217.15, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11679.420000, totalCopperConsume=31490.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 31X0.75, model=KVVRP, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=18228.42, factoryPrice=28375.22, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6411.630000, totalCopperConsume=11561.57, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 21X2.5, model=KVV22, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=31237.34, factoryPrice=44653.96, netVolume=1038.15, inventory=A140, weighInv=99.00, matPrice=4604.670000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1153.7100, steamFee=0), MaterialDto(materialName=KVV32 11X2.5, model=KVV32, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=20021.14, factoryPrice=30886.63, netVolume=1178.78, inventory=A140, weighInv=99.00, matPrice=6071.140000, totalCopperConsume=13950.00, totalAluminumConsume=, totalLHCost=3247.0900, steamFee=0), MaterialDto(materialName=KVV32 13X1, model=KVV32, specification=13*1, voltage=450/750V, standard=GB, costPrice=10847.38, factoryPrice=18434.65, netVolume=715.70, inventory=A140, weighInv=99.00, matPrice=3935.380000, totalCopperConsume=6912.00, totalAluminumConsume=, totalLHCost=3626.1400, steamFee=0), MaterialDto(materialName=KVV32 14X0.75, model=KVV32, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=9381.20, factoryPrice=15390.78, netVolume=676.09, inventory=A120, weighInv=64.00, matPrice=3801.200000, totalCopperConsume=5580.00, totalAluminumConsume=, totalLHCost=3735.9500, steamFee=0), MaterialDto(materialName=KVV32 14X1.5, model=KVV32, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=15719.48, factoryPrice=25076.97, netVolume=919.99, inventory=A140, weighInv=99.00, matPrice=4907.480000, totalCopperConsume=10812.00, totalAluminumConsume=, totalLHCost=3330.1600, steamFee=0), MaterialDto(materialName=KVV32 14X2.5, model=KVV32, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=24382.53, factoryPrice=37686.16, netVolume=1317.80, inventory=A140, weighInv=99.00, matPrice=6628.530000, totalCopperConsume=17754.00, totalAluminumConsume=, totalLHCost=3465.3300, steamFee=0), MaterialDto(materialName=KVV32 19X0.75, model=KVV32, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=11882.73, factoryPrice=19539.86, netVolume=780.14, inventory=A140, weighInv=99.00, matPrice=4304.740000, totalCopperConsume=7578.00, totalAluminumConsume=, totalLHCost=4113.9200, steamFee=0), MaterialDto(materialName=KVVR 4X6, model=KVVR, specification=4*6, voltage=450/750V, standard=GB, costPrice=13170.43, factoryPrice=20553.43, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1475.570000, totalCopperConsume=11694.86, totalAluminumConsume=, totalLHCost=488.1900, steamFee=0), MaterialDto(materialName=KVVR 13X1, model=KVVR, specification=13*1, voltage=450/750V, standard=GB, costPrice=7972.49, factoryPrice=12429.86, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1502.650000, totalCopperConsume=6469.84, totalAluminumConsume=, totalLHCost=691.6800, steamFee=0), MaterialDto(materialName=KVVR 14X2.5, model=KVVR, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=19749.92, factoryPrice=29877.01, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2793.360000, totalCopperConsume=16956.57, totalAluminumConsume=, totalLHCost=834.0300, steamFee=0), MaterialDto(materialName=KVVR 14X4, model=KVVR, specification=14*4, voltage=450/750V, standard=GB, costPrice=30519.64, factoryPrice=46595.78, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3231.640000, totalCopperConsume=27288.01, totalAluminumConsume=, totalLHCost=919.3000, steamFee=0), MaterialDto(materialName=KVVR 19X0.75, model=KVVR, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=8808.28, factoryPrice=13314.66, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1722.160000, totalCopperConsume=7086.13, totalAluminumConsume=, totalLHCost=814.5400, steamFee=0), MaterialDto(materialName=KVVR 22X1.5, model=KVVR, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=18897.43, factoryPrice=28917.16, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2904.420000, totalCopperConsume=15993.00, totalAluminumConsume=, totalLHCost=1221.5300, steamFee=0), MaterialDto(materialName=KVVR 33X0.75, model=KVVR, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=15029.27, factoryPrice=22466.81, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2721.780000, totalCopperConsume=12307.48, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 2X0.75, model=KVVRP, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=2133.86, factoryPrice=3558.95, netVolume=83.93, inventory=B80, weighInv=22.00, matPrice=1314.580000, totalCopperConsume=745.91, totalAluminumConsume=, totalLHCost=338.5400, steamFee=0), MaterialDto(materialName=KVVRP 10X0.75, model=KVVRP, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=6772.14, factoryPrice=10505.42, netVolume=230.92, inventory=B100, weighInv=47.00, matPrice=2901.530000, totalCopperConsume=3729.54, totalAluminumConsume=, totalLHCost=655.1500, steamFee=0), MaterialDto(materialName=KVVRP 14X0.75, model=KVVRP, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=8721.24, factoryPrice=14387.48, netVolume=284.51, inventory=B100, weighInv=47.00, matPrice=3344.800000, totalCopperConsume=5221.36, totalAluminumConsume=, totalLHCost=841.7900, steamFee=0), MaterialDto(materialName=KVVRP 18X6, model=KVVRP, specification=18*6, voltage=450/750V, standard=GB, costPrice=65268.80, factoryPrice=102869.85, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12377.250000, totalCopperConsume=52626.86, totalAluminumConsume=, totalLHCost=1260.5100, steamFee=0), MaterialDto(materialName=KVVRP 19X6, model=KVVRP, specification=19*6, voltage=450/750V, standard=GB, costPrice=68343.65, factoryPrice=108409.33, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12528.380000, totalCopperConsume=55550.58, totalAluminumConsume=, totalLHCost=1299.9200, steamFee=0), MaterialDto(materialName=KVV32 24X2.5, model=KVV32, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=39986.15, factoryPrice=61819.08, netVolume=1953.50, inventory=A160, weighInv=159.00, matPrice=9548.150000, totalCopperConsume=30438.00, totalAluminumConsume=, totalLHCost=3963.2900, steamFee=0), MaterialDto(materialName=KVV32 28X2.5, model=KVV32, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=45859.64, factoryPrice=70037.45, netVolume=2147.81, inventory=A160, weighInv=159.00, matPrice=10351.640000, totalCopperConsume=35508.00, totalAluminumConsume=, totalLHCost=4189.7700, steamFee=0), MaterialDto(materialName=KVV32 32X0.75, model=KVV32, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=19388.69, factoryPrice=29561.80, netVolume=1248.93, inventory=A140, weighInv=99.00, matPrice=6632.690000, totalCopperConsume=12756.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 7X4, model=KVVR, specification=7*4, voltage=450/750V, standard=GB, costPrice=15379.03, factoryPrice=23763.20, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1735.030000, totalCopperConsume=13644.00, totalAluminumConsume=, totalLHCost=583.2800, steamFee=0), MaterialDto(materialName=KVVR 15X2.5, model=KVVR, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=21158.06, factoryPrice=32143.52, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2990.310000, totalCopperConsume=18167.75, totalAluminumConsume=, totalLHCost=894.2500, steamFee=0), MaterialDto(materialName=KVVR 17X6, model=KVVR, specification=17*6, voltage=450/750V, standard=GB, costPrice=54549.83, factoryPrice=83879.83, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4846.680000, totalCopperConsume=49703.15, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 25X0.75, model=KVVR, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=11519.71, factoryPrice=17197.51, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2195.860000, totalCopperConsume=9323.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 26X0.75, model=KVVR, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=11951.14, factoryPrice=17843.73, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2254.340000, totalCopperConsume=9696.80, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 30X2.5, model=KVVR, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=41636.40, factoryPrice=62665.17, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5300.900000, totalCopperConsume=36335.50, totalAluminumConsume=, totalLHCost=1430.9800, steamFee=0), MaterialDto(materialName=KVVRP 5X0.75, model=KVVRP, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=3820.14, factoryPrice=6179.38, netVolume=135.30, inventory=B100, weighInv=47.00, matPrice=1858.300000, totalCopperConsume=1864.77, totalAluminumConsume=, totalLHCost=413.6100, steamFee=0), MaterialDto(materialName=KVVRP 5X6, model=KVVRP, specification=5*6, voltage=450/750V, standard=GB, costPrice=18972.43, factoryPrice=31678.21, netVolume=489.93, inventory=A120, weighInv=64.00, matPrice=4165.400000, totalCopperConsume=14618.57, totalAluminumConsume=, totalLHCost=597.7900, steamFee=0), MaterialDto(materialName=KVVRP 12X2.5, model=KVVRP, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=20794.82, factoryPrice=32713.90, netVolume=580.23, inventory=A140, weighInv=99.00, matPrice=6016.370000, totalCopperConsume=14534.20, totalAluminumConsume=, totalLHCost=826.1600, steamFee=0), MaterialDto(materialName=KVVRP 22X0.75, model=KVVRP, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=13565.88, factoryPrice=21593.86, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5142.710000, totalCopperConsume=8204.99, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 24X2.5, model=KVVRP, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=40549.85, factoryPrice=63476.50, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11236.160000, totalCopperConsume=29068.40, totalAluminumConsume=, totalLHCost=1342.2200, steamFee=0), MaterialDto(materialName=KVVRP 28X2.5, model=KVVRP, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=46455.32, factoryPrice=72311.86, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12280.390000, totalCopperConsume=33913.13, totalAluminumConsume=, totalLHCost=1460.2200, steamFee=0), MaterialDto(materialName=KVVRP 32X0.75, model=KVVRP, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=18659.85, factoryPrice=29026.97, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6470.110000, totalCopperConsume=11934.53, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 5X1, model=KVVRP, specification=5*1, voltage=450/750V, standard=GB, costPrice=4640.85, factoryPrice=7579.26, netVolume=157.67, inventory=B100, weighInv=47.00, matPrice=2047.770000, totalCopperConsume=2488.40, totalAluminumConsume=, totalLHCost=408.1500, steamFee=0), MaterialDto(materialName=KVVRP 10X6, model=KVVRP, specification=10*6, voltage=450/750V, standard=GB, costPrice=38500.86, factoryPrice=58836.83, netVolume=925.50, inventory=A140, weighInv=99.00, matPrice=9050.740000, totalCopperConsume=29237.15, totalAluminumConsume=, totalLHCost=890.1500, steamFee=0), MaterialDto(materialName=KVVRP 11X4, model=KVVRP, specification=11*4, voltage=450/750V, standard=GB, costPrice=29909.12, factoryPrice=44724.27, netVolume=757.17, inventory=A140, weighInv=99.00, matPrice=8098.020000, totalCopperConsume=21440.57, totalAluminumConsume=, totalLHCost=885.9800, steamFee=0), MaterialDto(materialName=KVVRP 13X1.5, model=KVVRP, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=13902.11, factoryPrice=23432.98, netVolume=410.34, inventory=A120, weighInv=64.00, matPrice=4259.260000, totalCopperConsume=9450.41, totalAluminumConsume=, totalLHCost=926.0100, steamFee=0), MaterialDto(materialName=KVVRP 23X0.75, model=KVVRP, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=14207.53, factoryPrice=22252.72, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5400.290000, totalCopperConsume=8577.94, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 24X1, model=KVVRP, specification=24*1, voltage=450/750V, standard=GB, costPrice=18350.57, factoryPrice=29494.65, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6158.450000, totalCopperConsume=11944.31, totalAluminumConsume=, totalLHCost=1403.3800, steamFee=0), MaterialDto(materialName=KVVRP 35X1.5, model=KVVRP, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=36347.22, factoryPrice=54785.71, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10671.450000, totalCopperConsume=25443.41, totalAluminumConsume=, totalLHCost=1736.9600, steamFee=0), MaterialDto(materialName=KVV 11X1.5, model=KVV, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=9859.65, factoryPrice=13898.47, netVolume=320.78, inventory=A120, weighInv=64.00, matPrice=1364.650000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=715.1700, steamFee=0), MaterialDto(materialName=KVV 12X1, model=KVV, specification=12*1, voltage=450/750V, standard=GB, costPrice=7382.78, factoryPrice=10907.53, netVolume=237.36, inventory=B100, weighInv=47.00, matPrice=1004.250000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=652.2000, steamFee=0), MaterialDto(materialName=KVV 25X1, model=KVV, specification=25*1, voltage=450/750V, standard=GB, costPrice=15250.30, factoryPrice=21901.17, netVolume=474.11, inventory=A120, weighInv=64.00, matPrice=1961.700000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1212.5800, steamFee=0), MaterialDto(materialName=KVV 37X1, model=KVV, specification=37*1, voltage=450/750V, standard=GB, costPrice=22410.34, factoryPrice=32213.83, netVolume=676.24, inventory=A140, weighInv=99.00, matPrice=2743.210000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1561.0400, steamFee=0), MaterialDto(materialName=KVV22 5X1, model=KVV22, specification=5*1, voltage=450/750V, standard=GB, costPrice=4040.75, factoryPrice=5689.58, netVolume=244.61, inventory=B100, weighInv=47.00, matPrice=1383.030000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=423.1200, steamFee=0), MaterialDto(materialName=KVV22 5X1.5, model=KVV22, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=5493.88, factoryPrice=7586.37, netVolume=297.30, inventory=B100, weighInv=47.00, matPrice=1632.520000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=415.2200, steamFee=0), MaterialDto(materialName=KVV22 14X1, model=KVV22, specification=14*1, voltage=450/750V, standard=GB, costPrice=9647.73, factoryPrice=13867.66, netVolume=424.53, inventory=A120, weighInv=64.00, matPrice=2206.110000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=848.3800, steamFee=0), MaterialDto(materialName=KVV22 18X1.5, model=KVV22, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=17206.48, factoryPrice=24042.86, netVolume=675.11, inventory=A140, weighInv=99.00, matPrice=3305.570000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=915.3600, steamFee=0), MaterialDto(materialName=KVV22 23X0.75, model=KVV22, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=12049.81, factoryPrice=16652.41, netVolume=546.33, inventory=A140, weighInv=99.00, matPrice=2879.700000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 34X1.5, model=KVV22, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=31582.50, factoryPrice=43906.62, netVolume=1133.20, inventory=A140, weighInv=99.00, matPrice=5325.220000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1399.3600, steamFee=0), MaterialDto(materialName=KVV22 36X1.5, model=KVV22, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=33262.04, factoryPrice=46275.83, netVolume=1174.00, inventory=A140, weighInv=99.00, matPrice=5460.220000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1441.8400, steamFee=0), MaterialDto(materialName=KVV32 11X1, model=KVV32, specification=11*1, voltage=450/750V, standard=GB, costPrice=9570.01, factoryPrice=16001.45, netVolume=669.19, inventory=A120, weighInv=64.00, matPrice=3726.010000, totalCopperConsume=5844.00, totalAluminumConsume=, totalLHCost=3614.3500, steamFee=0), MaterialDto(materialName=KVV32 15X1, model=KVV32, specification=15*1, voltage=450/750V, standard=GB, costPrice=12187.36, factoryPrice=20516.30, netVolume=774.15, inventory=A140, weighInv=99.00, matPrice=4213.360000, totalCopperConsume=7974.00, totalAluminumConsume=, totalLHCost=3801.0800, steamFee=0), MaterialDto(materialName=KVV32 22X1.5, model=KVV32, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=24023.78, factoryPrice=36892.21, netVolume=1371.98, inventory=A140, weighInv=99.00, matPrice=7031.780000, totalCopperConsume=16992.00, totalAluminumConsume=, totalLHCost=245.1400, steamFee=0), MaterialDto(materialName=KVV32 23X1.5, model=KVV32, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=25032.80, factoryPrice=38124.61, netVolume=1420.60, inventory=A140, weighInv=99.00, matPrice=7272.800000, totalCopperConsume=17760.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 26X1, model=KVVR, specification=26*1, voltage=450/750V, standard=GB, costPrice=15539.76, factoryPrice=23984.40, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2600.090000, totalCopperConsume=12939.67, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 17X0.75, model=KVVRP, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=10363.07, factoryPrice=17609.10, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=3847.930000, totalCopperConsume=6340.22, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 18X2.5, model=KVVRP, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=31167.82, factoryPrice=46811.45, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9161.090000, totalCopperConsume=21801.30, totalAluminumConsume=, totalLHCost=1119.5600, steamFee=0), MaterialDto(materialName=KVVRP 20X0.75, model=KVVRP, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=11723.35, factoryPrice=19860.60, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4084.140000, totalCopperConsume=7459.08, totalAluminumConsume=, totalLHCost=1243.8900, steamFee=0), MaterialDto(materialName=KVVRP 24X0.75, model=KVVRP, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=14638.95, factoryPrice=23297.10, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5458.770000, totalCopperConsume=8950.90, totalAluminumConsume=, totalLHCost=1371.4900, steamFee=0), MaterialDto(materialName=KVVRP 33X1.5, model=KVVRP, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=34395.22, factoryPrice=51834.27, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10183.050000, totalCopperConsume=23989.50, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 19X4, model=KVVR, specification=19*4, voltage=450/750V, standard=GB, costPrice=41176.37, factoryPrice=62884.00, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4142.650000, totalCopperConsume=37033.72, totalAluminumConsume=, totalLHCost=1125.4400, steamFee=0), MaterialDto(materialName=KVVR 21X1.5, model=KVVR, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=17905.08, factoryPrice=27430.38, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2639.030000, totalCopperConsume=15266.05, totalAluminumConsume=, totalLHCost=1196.0600, steamFee=0), MaterialDto(materialName=KVVR 22X2.5, model=KVVR, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=30766.14, factoryPrice=46741.93, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4120.110000, totalCopperConsume=26646.04, totalAluminumConsume=, totalLHCost=1223.7500, steamFee=0), MaterialDto(materialName=KVVR 23X1, model=KVVR, specification=23*1, voltage=450/750V, standard=GB, costPrice=13837.92, factoryPrice=21525.92, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2391.290000, totalCopperConsume=11446.63, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 35X2.5, model=KVVR, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=48724.61, factoryPrice=72886.98, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=6333.190000, totalCopperConsume=42391.42, totalAluminumConsume=, totalLHCost=1588.7900, steamFee=0), MaterialDto(materialName=KVVRP 5X2.5, model=KVVRP, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=9329.57, factoryPrice=14516.25, netVolume=290.60, inventory=B100, weighInv=47.00, matPrice=3127.080000, totalCopperConsume=6055.92, totalAluminumConsume=, totalLHCost=541.6700, steamFee=0), MaterialDto(materialName=KVVRP 10X2.5, model=KVVRP, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=17845.99, factoryPrice=28423.41, netVolume=496.11, inventory=A120, weighInv=64.00, matPrice=5498.680000, totalCopperConsume=12111.83, totalAluminumConsume=, totalLHCost=759.9700, steamFee=0), MaterialDto(materialName=KVVRP 17X1, model=KVVRP, specification=17*1, voltage=450/750V, standard=GB, costPrice=12910.24, factoryPrice=21979.38, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4260.660000, totalCopperConsume=8460.55, totalAluminumConsume=, totalLHCost=956.6500, steamFee=0), MaterialDto(materialName=KVVR 26X2.5, model=KVVR, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=36210.23, factoryPrice=54446.80, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4719.460000, totalCopperConsume=31490.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 29X1.5, model=KVVR, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=24689.99, factoryPrice=37389.91, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3608.300000, totalCopperConsume=21081.68, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 23X1.5, model=KVVRP, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=25694.93, factoryPrice=38034.55, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8593.080000, totalCopperConsume=16719.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 28X1.5, model=KVVRP, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=30013.95, factoryPrice=45455.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9445.800000, totalCopperConsume=20354.73, totalAluminumConsume=, totalLHCost=1572.2900, steamFee=0), MaterialDto(materialName=KVVRP 35X0.75, model=KVVRP, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=20161.14, factoryPrice=31453.06, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6841.430000, totalCopperConsume=13053.39, totalAluminumConsume=, totalLHCost=1642.0100, steamFee=0), MaterialDto(materialName=KVVR 2X6, model=KVVR, specification=2*6, voltage=450/750V, standard=GB, costPrice=6717.95, factoryPrice=10496.73, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=870.520000, totalCopperConsume=5847.43, totalAluminumConsume=, totalLHCost=410.0200, steamFee=0), MaterialDto(materialName=KVVR 5X6, model=KVVR, specification=5*6, voltage=450/750V, standard=GB, costPrice=16391.78, factoryPrice=25526.48, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1773.200000, totalCopperConsume=14618.57, totalAluminumConsume=, totalLHCost=527.2800, steamFee=0), MaterialDto(materialName=KVVR 19X6, model=KVVR, specification=19*6, voltage=450/750V, standard=GB, costPrice=60753.02, factoryPrice=93529.68, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5202.440000, totalCopperConsume=55550.58, totalAluminumConsume=, totalLHCost=1225.6100, steamFee=0), MaterialDto(materialName=KVVR 27X1.5, model=KVVR, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=23021.43, factoryPrice=34864.28, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3393.660000, totalCopperConsume=19627.78, totalAluminumConsume=, totalLHCost=1238.5100, steamFee=0), MaterialDto(materialName=KVVRP 4X1.5, model=KVVRP, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=5086.83, factoryPrice=8234.96, netVolume=162.10, inventory=B100, weighInv=47.00, matPrice=2071.200000, totalCopperConsume=2907.82, totalAluminumConsume=, totalLHCost=391.5000, steamFee=0), MaterialDto(materialName=KVVRP 7X6, model=KVVRP, specification=7*6, voltage=450/750V, standard=GB, costPrice=26165.14, factoryPrice=42105.42, netVolume=622.57, inventory=A120, weighInv=64.00, matPrice=5469.850000, totalCopperConsume=20466.01, totalAluminumConsume=, totalLHCost=705.0900, steamFee=0), MaterialDto(materialName=KVVRP 13X2.5, model=KVVRP, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=22415.92, factoryPrice=35268.76, netVolume=622.99, inventory=A140, weighInv=99.00, matPrice=6411.440000, totalCopperConsume=15745.39, totalAluminumConsume=, totalLHCost=876.0200, steamFee=0), MaterialDto(materialName=KVVRP 13X4, model=KVVRP, specification=13*4, voltage=450/750V, standard=GB, costPrice=34335.71, factoryPrice=52124.20, netVolume=863.34, inventory=A140, weighInv=99.00, matPrice=8791.010000, totalCopperConsume=25338.86, totalAluminumConsume=, totalLHCost=955.2000, steamFee=0), MaterialDto(materialName=KVVRP 20X1.5, model=KVVRP, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=20971.92, factoryPrice=33612.92, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6187.150000, totalCopperConsume=14539.09, totalAluminumConsume=, totalLHCost=1216.2600, steamFee=0), MaterialDto(materialName=KVVRP 33X0.75, model=KVVRP, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=19091.27, factoryPrice=29674.77, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6528.580000, totalCopperConsume=12307.48, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 31X1, model=KVV32, specification=31*1, voltage=450/750V, standard=GB, costPrice=23404.97, factoryPrice=36703.40, netVolume=1346.92, inventory=A140, weighInv=99.00, matPrice=6928.970000, totalCopperConsume=16476.00, totalAluminumConsume=, totalLHCost=275.1300, steamFee=0), MaterialDto(materialName=KVVR 2X1, model=KVVR, specification=2*1, voltage=450/750V, standard=GB, costPrice=1409.83, factoryPrice=2223.06, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=414.470000, totalCopperConsume=995.36, totalAluminumConsume=, totalLHCost=259.2400, steamFee=0), MaterialDto(materialName=KVVR 7X2.5, model=KVVR, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=9982.82, factoryPrice=15364.71, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1504.540000, totalCopperConsume=8478.28, totalAluminumConsume=, totalLHCost=540.6500, steamFee=0), MaterialDto(materialName=KVVR 16X1, model=KVVR, specification=16*1, voltage=450/750V, standard=GB, costPrice=9716.52, factoryPrice=15143.51, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1753.640000, totalCopperConsume=7962.88, totalAluminumConsume=, totalLHCost=791.4700, steamFee=0), MaterialDto(materialName=KVVR 17X4, model=KVVR, specification=17*4, voltage=450/750V, standard=GB, costPrice=37007.38, factoryPrice=56437.60, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3871.950000, totalCopperConsume=33135.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 18X0.75, model=KVVR, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=8398.25, factoryPrice=12662.91, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1685.080000, totalCopperConsume=6713.17, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 20X2.5, model=KVVR, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=27943.24, factoryPrice=42603.91, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3719.570000, totalCopperConsume=24223.67, totalAluminumConsume=, totalLHCost=1150.8000, steamFee=0), MaterialDto(materialName=KVVRP 2X6, model=KVVRP, specification=2*6, voltage=450/750V, standard=GB, costPrice=8760.78, factoryPrice=13891.36, netVolume=255.01, inventory=B100, weighInv=47.00, matPrice=2772.280000, totalCopperConsume=5847.43, totalAluminumConsume=, totalLHCost=478.8400, steamFee=0), MaterialDto(materialName=KVVRP 7X1.5, model=KVVRP, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=7895.99, factoryPrice=12653.43, netVolume=229.00, inventory=B100, weighInv=47.00, matPrice=2674.700000, totalCopperConsume=5088.68, totalAluminumConsume=, totalLHCost=538.9500, steamFee=0), MaterialDto(materialName=KVVRP 8X2.5, model=KVVRP, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=13823.86, factoryPrice=23253.65, netVolume=392.38, inventory=A120, weighInv=64.00, matPrice=3956.510000, totalCopperConsume=9689.47, totalAluminumConsume=, totalLHCost=715.6900, steamFee=0), MaterialDto(materialName=KVVRP 10X1, model=KVVRP, specification=10*1, voltage=450/750V, standard=GB, costPrice=8320.55, factoryPrice=13959.30, netVolume=265.78, inventory=B100, weighInv=47.00, matPrice=3191.400000, totalCopperConsume=4976.80, totalAluminumConsume=, totalLHCost=759.0200, steamFee=0), MaterialDto(materialName=KVVRP 21X1, model=KVVRP, specification=21*1, voltage=450/750V, standard=GB, costPrice=16015.33, factoryPrice=25969.67, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5344.330000, totalCopperConsume=10451.27, totalAluminumConsume=, totalLHCost=1266.8800, steamFee=0), MaterialDto(materialName=KVVRP 29X1, model=KVVRP, specification=29*1, voltage=450/750V, standard=GB, costPrice=21478.83, factoryPrice=34229.91, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6781.710000, totalCopperConsume=14432.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 32X2.5, model=KVVRP, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=54445.66, factoryPrice=81087.97, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=15344.910000, totalCopperConsume=38757.87, totalAluminumConsume=, totalLHCost=1799.5300, steamFee=0), MaterialDto(materialName=KVV32 35X1.5, model=KVV32, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=35922.93, factoryPrice=54801.51, netVolume=1800.81, inventory=A160, weighInv=159.00, matPrice=8892.930000, totalCopperConsume=27030.00, totalAluminumConsume=, totalLHCost=283.4400, steamFee=0), MaterialDto(materialName=KVVR 3X1.5, model=KVVR, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=2755.74, factoryPrice=4277.85, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=574.880000, totalCopperConsume=2180.86, totalAluminumConsume=, totalLHCost=298.8600, steamFee=0), MaterialDto(materialName=KVVR 5X4, model=KVVR, specification=5*4, voltage=450/750V, standard=GB, costPrice=11186.25, factoryPrice=17302.58, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1440.530000, totalCopperConsume=9745.72, totalAluminumConsume=, totalLHCost=503.3100, steamFee=0), MaterialDto(materialName=KVVR 8X2.5, model=KVVR, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=11387.28, factoryPrice=17524.57, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1697.810000, totalCopperConsume=9689.47, totalAluminumConsume=, totalLHCost=645.1800, steamFee=0), MaterialDto(materialName=KVVR 13X1.5, model=KVVR, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=11267.28, factoryPrice=17251.23, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1816.870000, totalCopperConsume=9450.41, totalAluminumConsume=, totalLHCost=774.9100, steamFee=0), MaterialDto(materialName=KVVR 29X0.75, model=KVVR, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=13273.11, factoryPrice=19852.70, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2457.440000, totalCopperConsume=10815.67, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 3X1.5, model=KVVRP, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=4085.24, factoryPrice=6651.01, netVolume=133.15, inventory=B100, weighInv=47.00, matPrice=1807.570000, totalCopperConsume=2180.86, totalAluminumConsume=, totalLHCost=367.6800, steamFee=0), MaterialDto(materialName=KVVRP 4X2.5, model=KVVRP, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=7608.58, factoryPrice=12053.82, netVolume=226.97, inventory=B100, weighInv=47.00, matPrice=2632.210000, totalCopperConsume=4844.74, totalAluminumConsume=, totalLHCost=491.2300, steamFee=0), MaterialDto(materialName=KVVRP 7X1, model=KVVRP, specification=7*1, voltage=450/750V, standard=GB, costPrice=5890.46, factoryPrice=9610.35, netVolume=178.01, inventory=B100, weighInv=47.00, matPrice=2291.030000, totalCopperConsume=3483.76, totalAluminumConsume=, totalLHCost=459.2000, steamFee=0), MaterialDto(materialName=KVVRP 8X1, model=KVVRP, specification=8*1, voltage=450/750V, standard=GB, costPrice=6644.63, factoryPrice=10929.65, netVolume=201.13, inventory=B100, weighInv=47.00, matPrice=2536.510000, totalCopperConsume=3981.44, totalAluminumConsume=, totalLHCost=596.2800, steamFee=0), MaterialDto(materialName=KVVRP 11X1.5, model=KVVRP, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=12088.12, factoryPrice=20295.10, netVolume=362.34, inventory=A120, weighInv=64.00, matPrice=3910.190000, totalCopperConsume=7996.50, totalAluminumConsume=, totalLHCost=897.3900, steamFee=0), MaterialDto(materialName=KVVRP 21X2.5, model=KVVRP, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=35577.65, factoryPrice=53555.68, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9925.410000, totalCopperConsume=25434.85, totalAluminumConsume=, totalLHCost=1331.4100, steamFee=0), MaterialDto(materialName=KVVRP 22X2.5, model=KVVRP, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=37459.70, factoryPrice=56234.57, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10580.340000, totalCopperConsume=26646.04, totalAluminumConsume=, totalLHCost=1374.8500, steamFee=0), MaterialDto(materialName=KVVRP 30X1.5, model=KVVRP, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=31643.50, factoryPrice=47983.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9621.440000, totalCopperConsume=21808.64, totalAluminumConsume=, totalLHCost=1612.3200, steamFee=0), MaterialDto(materialName=KVVRP 33X1, model=KVVRP, specification=33*1, voltage=450/750V, standard=GB, costPrice=25270.14, factoryPrice=38131.72, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8652.930000, totalCopperConsume=16423.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 34X1, model=KVVRP, specification=34*1, voltage=450/750V, standard=GB, costPrice=26116.96, factoryPrice=39392.56, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8993.650000, totalCopperConsume=16921.10, totalAluminumConsume=, totalLHCost=1814.5000, steamFee=0), MaterialDto(materialName=KVVRP 25X1, model=KVVRP, specification=25*1, voltage=450/750V, standard=GB, costPrice=19015.06, factoryPrice=30057.92, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6319.090000, totalCopperConsume=12441.99, totalAluminumConsume=, totalLHCost=1398.5500, steamFee=0), MaterialDto(materialName=KVVRP 29X1.5, model=KVVRP, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=30828.72, factoryPrice=46719.02, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9533.620000, totalCopperConsume=21081.68, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 34X1.5, model=KVVRP, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=35532.45, factoryPrice=53530.40, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10583.630000, totalCopperConsume=24716.45, totalAluminumConsume=, totalLHCost=1711.4900, steamFee=0), MaterialDto(materialName=KVVRP 35X1, model=KVVRP, specification=35*1, voltage=450/750V, standard=GB, costPrice=26684.31, factoryPrice=40276.57, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9063.330000, totalCopperConsume=17418.79, totalAluminumConsume=, totalLHCost=1872.9000, steamFee=0), MaterialDto(materialName=KVVRP 9X6, model=KVVRP, specification=9*6, voltage=450/750V, standard=GB, costPrice=34842.46, factoryPrice=53979.12, netVolume=838.88, inventory=A140, weighInv=99.00, matPrice=8331.570000, totalCopperConsume=26313.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 20X1, model=KVVRP, specification=20*1, voltage=450/750V, standard=GB, costPrice=15332.00, factoryPrice=25074.60, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5164.530000, totalCopperConsume=9953.59, totalAluminumConsume=, totalLHCost=1294.2400, steamFee=0), MaterialDto(materialName=KVVRP 31X1.5, model=KVVRP, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=32765.67, factoryPrice=49676.78, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10007.420000, totalCopperConsume=22535.59, totalAluminumConsume=, totalLHCost=1786.8700, steamFee=0), MaterialDto(materialName=KVVRP 33X2.5, model=KVVRP, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=55790.17, factoryPrice=83145.92, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=15478.240000, totalCopperConsume=39969.05, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 36X2.5, model=KVVRP, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=60315.35, factoryPrice=90024.45, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=16354.910000, totalCopperConsume=43602.60, totalAluminumConsume=, totalLHCost=1769.3900, steamFee=0), MaterialDto(materialName=KVVRP 27X1, model=KVVRP, specification=27*1, voltage=450/750V, standard=GB, costPrice=20149.77, factoryPrice=31974.46, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6458.430000, totalCopperConsume=13437.35, totalAluminumConsume=, totalLHCost=1475.4800, steamFee=0), MaterialDto(materialName=KVV32 31X1.5, model=KVV32, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=32296.45, factoryPrice=48912.06, netVolume=1674.40, inventory=A160, weighInv=159.00, matPrice=8356.450000, totalCopperConsume=23940.00, totalAluminumConsume=, totalLHCost=289.8800, steamFee=0), MaterialDto(materialName=KVVR 19X1.5, model=KVVR, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=16224.91, factoryPrice=24867.62, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2412.770000, totalCopperConsume=13812.14, totalAluminumConsume=, totalLHCost=900.7400, steamFee=0), MaterialDto(materialName=KVVR 35X0.75, model=KVVR, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=16039.43, factoryPrice=23800.33, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2986.040000, totalCopperConsume=13053.39, totalAluminumConsume=, totalLHCost=1490.9100, steamFee=0), MaterialDto(materialName=KVVR 36X2.5, model=KVVR, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=50069.13, factoryPrice=74989.17, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=6466.520000, totalCopperConsume=43602.60, totalAluminumConsume=, totalLHCost=1618.2900, steamFee=0), MaterialDto(materialName=KVVRP 18X1, model=KVVRP, specification=18*1, voltage=450/750V, standard=GB, costPrice=13477.59, factoryPrice=22846.01, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4330.330000, totalCopperConsume=8958.23, totalAluminumConsume=, totalLHCost=877.1100, steamFee=0), MaterialDto(materialName=KVVRP 29X0.75, model=KVVRP, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=17058.17, factoryPrice=26772.31, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5997.890000, totalCopperConsume=10815.67, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 30X2.5, model=KVVRP, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=49144.34, factoryPrice=76344.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12547.050000, totalCopperConsume=36335.50, totalAluminumConsume=, totalLHCost=1501.4900, steamFee=0), MaterialDto(materialName=KVVRP 36X1, model=KVVRP, specification=36*1, voltage=450/750V, standard=GB, costPrice=27251.66, factoryPrice=41159.00, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9133.000000, totalCopperConsume=17916.47, totalAluminumConsume=, totalLHCost=1896.9300, steamFee=0), MaterialDto(materialName=KVVRP 37X1.5, model=KVVRP, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=37976.76, factoryPrice=57297.12, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10847.080000, totalCopperConsume=26897.32, totalAluminumConsume=, totalLHCost=1787.8900, steamFee=0), MaterialDto(materialName=KVVP2-22 27X2.5, model=KVVP2-22, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=43347.97, factoryPrice=61185.50, netVolume=1426.54, inventory=A140, weighInv=99.00, matPrice=9102.050000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1400.1400, steamFee=0), MaterialDto(materialName=KVVP2-22 35X2.5, model=KVVP2-22, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=55367.75, factoryPrice=77908.22, netVolume=1794.50, inventory=A160, weighInv=159.00, matPrice=10976.060000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1651.3800, steamFee=0), MaterialDto(materialName=KVVP3 4X1.5, model=KVVP3, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=3996.56, factoryPrice=5784.38, netVolume=147.60, inventory=B100, weighInv=47.00, matPrice=897.870000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=250.9600, steamFee=0), MaterialDto(materialName=KVVP3 4X2.5, model=KVVP3, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=6204.39, factoryPrice=9021.01, netVolume=206.01, inventory=B100, weighInv=47.00, matPrice=1121.900000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=354.7700, steamFee=0), MaterialDto(materialName=KVVP3 6X0.75, model=KVVP3, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=3267.05, factoryPrice=4691.02, netVolume=132.06, inventory=B100, weighInv=47.00, matPrice=865.250000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=302.9500, steamFee=0), MaterialDto(materialName=KVVP3 15X4, model=KVVP3, specification=15*4, voltage=450/750V, standard=GB, costPrice=33851.75, factoryPrice=48876.51, netVolume=874.19, inventory=A140, weighInv=99.00, matPrice=3357.400000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=877.8800, steamFee=0), MaterialDto(materialName=KVVP3 21X2.5, model=KVVP3, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=30262.52, factoryPrice=43491.87, netVolume=844.35, inventory=A140, weighInv=99.00, matPrice=3620.250000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1029.2500, steamFee=0), MaterialDto(materialName=KVVP3 25X2.5, model=KVVP3, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=35940.79, factoryPrice=51343.68, netVolume=996.28, inventory=A140, weighInv=99.00, matPrice=4225.630000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1126.2200, steamFee=0), MaterialDto(materialName=KVV 2X1.5, model=KVV, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=1982.39, factoryPrice=2859.80, netVolume=90.26, inventory=B80, weighInv=22.00, matPrice=437.850000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=269.3900, steamFee=0), MaterialDto(materialName=KVV 14X2.5, model=KVV, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=19895.66, factoryPrice=28313.60, netVolume=562.35, inventory=A120, weighInv=64.00, matPrice=2140.550000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=737.9800, steamFee=0), MaterialDto(materialName=KVV 19X0.75, model=KVV, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=8980.76, factoryPrice=12635.26, netVolume=312.70, inventory=A120, weighInv=64.00, matPrice=1405.450000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=802.0100, steamFee=0), MaterialDto(materialName=KVV 25X1.5, model=KVV, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=21995.04, factoryPrice=30678.07, netVolume=664.78, inventory=A140, weighInv=99.00, matPrice=2688.220000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1241.4400, steamFee=0), MaterialDto(materialName=KVV 30X0.75, model=KVV, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=13989.81, factoryPrice=19449.01, netVolume=464.95, inventory=A120, weighInv=64.00, matPrice=2028.800000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1369.2600, steamFee=0), MaterialDto(materialName=KVV 32X1.5, model=KVV, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=27961.57, factoryPrice=39016.52, netVolume=821.87, inventory=A140, weighInv=99.00, matPrice=3248.840000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1413.4800, steamFee=0), MaterialDto(materialName=KVV22 26X1, model=KVV22, specification=26*1, voltage=450/750V, standard=GB, costPrice=17197.59, factoryPrice=24628.25, netVolume=683.15, inventory=A140, weighInv=99.00, matPrice=3377.450000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 34X0.75, model=KVV22, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=17295.54, factoryPrice=23932.26, netVolume=732.77, inventory=A140, weighInv=99.00, matPrice=3739.730000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1399.3700, steamFee=0), MaterialDto(materialName=KVV32 13X0.75, model=KVV32, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=8941.91, factoryPrice=14704.27, netVolume=664.39, inventory=A120, weighInv=64.00, matPrice=3757.910000, totalCopperConsume=5184.00, totalAluminumConsume=, totalLHCost=3425.0000, steamFee=0), MaterialDto(materialName=KVV32 13X4, model=KVV32, specification=13*4, voltage=450/750V, standard=GB, costPrice=33665.20, factoryPrice=51890.36, netVolume=1547.41, inventory=A140, weighInv=99.00, matPrice=7247.200000, totalCopperConsume=26418.00, totalAluminumConsume=, totalLHCost=3857.2700, steamFee=0), MaterialDto(materialName=KVV32 14X1, model=KVV32, specification=14*1, voltage=450/750V, standard=GB, costPrice=11424.00, factoryPrice=19348.68, netVolume=730.00, inventory=A140, weighInv=99.00, matPrice=3984.000000, totalCopperConsume=7440.00, totalAluminumConsume=, totalLHCost=4040.8900, steamFee=0), MaterialDto(materialName=KVV32 24X0.75, model=KVV32, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=15359.64, factoryPrice=23830.35, netVolume=1071.96, inventory=A140, weighInv=99.00, matPrice=5789.640000, totalCopperConsume=9570.00, totalAluminumConsume=, totalLHCost=251.8100, steamFee=0), MaterialDto(materialName=KVV32 26X0.75, model=KVV32, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=16352.12, factoryPrice=24902.38, netVolume=1112.88, inventory=A140, weighInv=99.00, matPrice=5984.120000, totalCopperConsume=10368.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 26X2.5, model=KVV32, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=42855.04, factoryPrice=65150.51, netVolume=2038.45, inventory=A160, weighInv=159.00, matPrice=9879.040000, totalCopperConsume=32976.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 29X2.5, model=KVV32, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=47228.82, factoryPrice=72042.47, netVolume=2179.41, inventory=A160, weighInv=159.00, matPrice=10448.820000, totalCopperConsume=36780.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 31X0.75, model=KVV32, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=18950.10, factoryPrice=28861.07, netVolume=1237.33, inventory=A140, weighInv=99.00, matPrice=6590.100000, totalCopperConsume=12360.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 5X1, model=KVVR, specification=5*1, voltage=450/750V, standard=GB, costPrice=3204.16, factoryPrice=5024.40, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=715.760000, totalCopperConsume=2488.40, totalAluminumConsume=, totalLHCost=339.3300, steamFee=0), MaterialDto(materialName=KVVR 5X1.5, model=KVVR, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=4480.01, factoryPrice=6914.08, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=845.240000, totalCopperConsume=3634.78, totalAluminumConsume=, totalLHCost=346.5000, steamFee=0), MaterialDto(materialName=KVVR 10X6, model=KVVR, specification=10*6, voltage=450/750V, standard=GB, costPrice=32375.07, factoryPrice=49765.26, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3137.920000, totalCopperConsume=29237.15, totalAluminumConsume=, totalLHCost=819.6400, steamFee=0), MaterialDto(materialName=KVVR 13X6, model=KVVR, specification=13*6, voltage=450/750V, standard=GB, costPrice=41852.96, factoryPrice=64379.47, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3844.670000, totalCopperConsume=38008.29, totalAluminumConsume=, totalLHCost=959.7500, steamFee=0), MaterialDto(materialName=KVVR 33X2.5, model=KVVR, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=45722.86, factoryPrice=68763.97, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5753.810000, totalCopperConsume=39969.05, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 34X1.5, model=KVVR, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=28866.63, factoryPrice=43698.06, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4150.180000, totalCopperConsume=24716.45, totalAluminumConsume=, totalLHCost=1403.1700, steamFee=0), MaterialDto(materialName=KVVRP 8X4, model=KVVRP, specification=8*4, voltage=450/750V, standard=GB, costPrice=21003.93, factoryPrice=34034.78, netVolume=534.75, inventory=A120, weighInv=64.00, matPrice=5158.250000, totalCopperConsume=15593.15, totalAluminumConsume=, totalLHCost=768.2100, steamFee=0), MaterialDto(materialName=KVVRP 15X2.5, model=KVVRP, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=26901.76, factoryPrice=40058.53, netVolume=728.35, inventory=A140, weighInv=99.00, matPrice=8364.670000, totalCopperConsume=18167.75, totalAluminumConsume=, totalLHCost=1045.3600, steamFee=0), MaterialDto(materialName=KVVRP 16X6, model=KVVRP, specification=16*6, voltage=450/750V, standard=GB, costPrice=58485.47, factoryPrice=92231.71, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11456.870000, totalCopperConsume=46779.44, totalAluminumConsume=, totalLHCost=1193.0500, steamFee=0), MaterialDto(materialName=KVVRP 25X0.75, model=KVVRP, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=15156.58, factoryPrice=23694.47, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5597.740000, totalCopperConsume=9323.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0)] -2024-02-21 13:04:04.214 INFO 9700 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 9700 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:04:04.216 INFO 9700 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:04:06.156 WARN 9700 --- [Druid-ConnectionPool-Create-1999695752] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:04:07.320 INFO 9700 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:04:07.328 INFO 9700 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:04:07.448 WARN 9700 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:04:07.699 INFO 9700 --- [main] com.JN.JNApplication : Started JNApplication in 3.889 seconds (JVM running for 4.815) -2024-02-21 13:04:07.704 INFO 9700 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:04:12.223 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:04:12.225 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:04:12.446 INFO 9700 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:04:12.447 INFO 9700 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:04:12.451 INFO 9700 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:04:12.451 INFO 9700 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:04:12.451 INFO 9700 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:04:12.452 INFO 9700 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:04:12.452 INFO 9700 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:04:12.452 INFO 9700 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:04:12.451 INFO 9700 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:04:12.452 INFO 9700 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:04:12.454 INFO 9700 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:04:12.454 INFO 9700 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:04:12.477 INFO 9700 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:04:12.477 INFO 9700 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:04:12.478 INFO 9700 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:04:12.479 INFO 9700 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:04:12.613 INFO 9700 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:04:12.614 INFO 9700 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:04:13.996 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:04:13.996 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:04:26.851 INFO 9700 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:04:26.851 INFO 9700 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:05:03.156 INFO 9700 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:05:03.156 INFO 9700 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:05:15.898 INFO 9700 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:05:15.898 INFO 9700 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:06:26.171 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:06:26.172 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:06:26.181 WARN 9700 --- [Druid-ConnectionPool-Create-1999695752] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:08:42.128 INFO 14116 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14116 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:08:42.130 INFO 14116 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:08:44.222 WARN 14116 --- [Druid-ConnectionPool-Create-1904652802] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:08:45.556 INFO 14116 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:08:45.564 INFO 14116 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:08:45.699 WARN 14116 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:08:45.966 INFO 14116 --- [main] com.JN.JNApplication : Started JNApplication in 4.35 seconds (JVM running for 5.354) -2024-02-21 13:08:45.973 INFO 14116 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:08:53.433 INFO 14116 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:08:53.434 INFO 14116 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:08:53.670 INFO 14116 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:08:53.670 INFO 14116 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:08:53.670 INFO 14116 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:08:53.670 INFO 14116 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:08:53.671 INFO 14116 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:08:53.671 INFO 14116 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:08:53.672 INFO 14116 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:08:53.672 INFO 14116 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:08:53.673 INFO 14116 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:08:53.673 INFO 14116 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:08:53.674 INFO 14116 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:08:53.675 INFO 14116 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:08:53.709 INFO 14116 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:08:53.710 INFO 14116 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:08:53.710 INFO 14116 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:08:53.710 INFO 14116 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:08:53.873 INFO 14116 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:08:53.873 INFO 14116 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:08:54.524 INFO 14116 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:08:54.524 INFO 14116 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:09:29.848 INFO 6556 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 6556 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:09:29.851 INFO 6556 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:09:31.848 WARN 6556 --- [Druid-ConnectionPool-Create-265556987] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:09:33.002 INFO 6556 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:09:33.007 INFO 6556 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:09:33.197 WARN 6556 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:09:33.696 INFO 6556 --- [main] com.JN.JNApplication : Started JNApplication in 4.247 seconds (JVM running for 5.307) -2024-02-21 13:09:33.703 INFO 6556 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:09:49.710 INFO 6556 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:09:49.712 INFO 6556 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:09:49.954 INFO 6556 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:09:49.954 INFO 6556 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:09:49.954 INFO 6556 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:09:49.954 INFO 6556 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:09:49.955 INFO 6556 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:09:49.956 INFO 6556 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:09:49.957 INFO 6556 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:09:49.956 INFO 6556 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:09:49.956 INFO 6556 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:09:49.961 INFO 6556 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:09:49.961 INFO 6556 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:09:49.960 INFO 6556 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:09:49.984 INFO 6556 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:09:49.984 INFO 6556 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:09:49.984 INFO 6556 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:09:49.985 INFO 6556 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:09:50.121 INFO 6556 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:09:50.121 INFO 6556 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:09:51.604 INFO 6556 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:09:51.604 INFO 6556 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:09:56.707 INFO 6556 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:09:56.707 INFO 6556 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:18:56.907 INFO 1228 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 1228 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:18:56.909 INFO 1228 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:18:58.882 WARN 1228 --- [Druid-ConnectionPool-Create-1869544015] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:19:00.029 INFO 1228 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:19:00.036 INFO 1228 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:19:00.159 WARN 1228 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:19:00.401 INFO 1228 --- [main] com.JN.JNApplication : Started JNApplication in 3.889 seconds (JVM running for 4.756) -2024-02-21 13:19:00.407 INFO 1228 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:19:10.136 INFO 1228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:19:10.137 INFO 1228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:19:10.367 INFO 1228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:19:10.367 INFO 1228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:19:10.368 INFO 1228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:19:10.368 INFO 1228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:19:10.367 INFO 1228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:19:10.369 INFO 1228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:19:10.370 INFO 1228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:19:10.370 INFO 1228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:19:10.370 INFO 1228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:19:10.371 INFO 1228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:19:10.371 INFO 1228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:19:10.369 INFO 1228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:19:10.417 INFO 1228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:19:10.417 INFO 1228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:19:10.418 INFO 1228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:19:10.418 INFO 1228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:19:10.556 INFO 1228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:19:10.557 INFO 1228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:19:11.572 INFO 1228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:19:11.572 INFO 1228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:19:18.002 INFO 1228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:19:18.002 INFO 1228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:27:09.304 INFO 4048 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 4048 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:27:09.307 INFO 4048 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:27:11.247 WARN 4048 --- [Druid-ConnectionPool-Create-2022768790] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:27:12.422 INFO 4048 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:27:12.429 INFO 4048 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:27:12.560 WARN 4048 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:27:12.786 INFO 4048 --- [main] com.JN.JNApplication : Started JNApplication in 3.903 seconds (JVM running for 5.138) -2024-02-21 13:27:12.792 INFO 4048 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:27:20.087 INFO 4048 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:27:20.089 INFO 4048 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:27:20.346 INFO 4048 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:27:20.349 INFO 4048 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:27:20.349 INFO 4048 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:27:20.350 INFO 4048 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:27:20.350 INFO 4048 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:27:20.353 INFO 4048 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:27:20.354 INFO 4048 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:27:20.379 INFO 4048 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:27:20.379 INFO 4048 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:27:20.382 INFO 4048 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:27:20.382 INFO 4048 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:27:20.539 INFO 4048 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:27:20.539 INFO 4048 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:27:21.340 INFO 4048 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:27:21.340 INFO 4048 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:27:29.105 INFO 4048 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:27:29.105 INFO 4048 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:34:32.965 INFO 5652 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 5652 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:34:32.967 INFO 5652 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:34:35.022 WARN 5652 --- [Druid-ConnectionPool-Create-1287215032] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:34:36.198 INFO 5652 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:34:36.206 INFO 5652 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:34:36.332 WARN 5652 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:34:36.567 INFO 5652 --- [main] com.JN.JNApplication : Started JNApplication in 4.031 seconds (JVM running for 5.054) -2024-02-21 13:34:36.572 INFO 5652 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:34:41.813 INFO 5652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:34:41.815 INFO 5652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:34:42.054 INFO 5652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:34:42.054 INFO 5652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:34:42.054 INFO 5652 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:34:42.054 INFO 5652 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:34:42.055 INFO 5652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:34:42.055 INFO 5652 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:34:42.055 INFO 5652 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:34:42.055 INFO 5652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:34:42.057 INFO 5652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:34:42.057 INFO 5652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:34:42.059 INFO 5652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:34:42.059 INFO 5652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:34:42.087 INFO 5652 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:34:42.088 INFO 5652 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:34:42.088 INFO 5652 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:34:42.088 INFO 5652 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:34:42.248 INFO 5652 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:34:42.248 INFO 5652 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:34:43.316 INFO 5652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:34:43.316 INFO 5652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:34:49.258 INFO 5652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:34:49.258 INFO 5652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:34:54.993 INFO 5652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:34:54.993 INFO 5652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:37:48.548 INFO 3992 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 3992 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:37:48.551 INFO 3992 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:37:50.581 WARN 3992 --- [Druid-ConnectionPool-Create-238748521] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:37:51.769 INFO 3992 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:37:51.777 INFO 3992 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:37:51.906 WARN 3992 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:37:52.145 INFO 3992 --- [main] com.JN.JNApplication : Started JNApplication in 4.013 seconds (JVM running for 5.002) -2024-02-21 13:37:52.151 INFO 3992 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:38:09.137 INFO 3992 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:38:09.138 INFO 3992 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:38:09.379 INFO 3992 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:38:09.379 INFO 3992 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:38:09.379 INFO 3992 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:38:09.379 INFO 3992 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:38:09.380 INFO 3992 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:38:09.380 INFO 3992 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:38:09.382 INFO 3992 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:38:09.383 INFO 3992 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:38:09.382 INFO 3992 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:38:09.383 INFO 3992 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:38:09.386 INFO 3992 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:38:09.386 INFO 3992 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:38:09.409 INFO 3992 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:38:09.410 INFO 3992 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:38:09.410 INFO 3992 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:38:09.411 INFO 3992 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:38:09.570 INFO 3992 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:38:09.570 INFO 3992 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:38:10.662 INFO 3992 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:38:10.662 INFO 3992 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:38:16.825 INFO 3992 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:38:16.826 INFO 3992 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:41:45.126 INFO 1104 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 1104 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 13:41:45.128 INFO 1104 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 13:41:47.195 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 13:41:48.404 INFO 1104 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 13:41:48.410 INFO 1104 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 13:41:48.543 WARN 1104 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 13:41:48.866 INFO 1104 --- [main] com.JN.JNApplication : Started JNApplication in 4.135 seconds (JVM running for 5.043) -2024-02-21 13:41:48.872 INFO 1104 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 13:43:05.332 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 13:43:05.334 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 13:43:05.570 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 13:43:05.570 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 13:43:05.571 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 13:43:05.571 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 13:43:05.572 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 13:43:05.572 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 13:43:05.601 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 13:43:05.601 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 13:43:05.606 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 13:43:05.606 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 13:43:05.758 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 13:43:05.758 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 13:43:06.908 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 13:43:06.908 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 13:43:13.033 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 13:43:13.033 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 13:43:13.080 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 14:14:13.687 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/favicon.ico -2024-02-21 14:14:13.688 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/favicon.ico不需要处理 -2024-02-21 14:14:13.691 WARN 1104 --- [http-nio-3333-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico -2024-02-21 14:14:13.703 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 14:14:13.703 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 14:14:13.761 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 14:14:13.761 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 14:14:13.762 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 14:14:13.762 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 14:14:13.765 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 14:14:13.765 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 14:14:13.765 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 14:14:13.765 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 14:14:13.767 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 14:14:13.767 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 14:14:13.771 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:14:13.771 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 14:14:13.773 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 14:14:13.773 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 14:14:13.773 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 14:14:13.773 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 14:14:13.775 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 14:14:13.775 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 14:14:14.266 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:14:14.266 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 14:14:26.431 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 14:14:26.431 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 14:14:35.927 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 14:14:35.928 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 14:14:35.968 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:14:35.968 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 14:14:36.282 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:14:36.282 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 14:14:42.306 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList -2024-02-21 14:14:42.307 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 -2024-02-21 14:14:42.328 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 14:14:42.521 INFO 1104 --- [http-nio-3333-exec-7] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=江苏省, city=宜兴市, district=丁蜀镇, kilometers=32, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=芳桥街道, kilometers=25, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=高塍镇, kilometers=12, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=官林镇, kilometers=5, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=和桥镇, kilometers=22, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=湖㳇镇, kilometers=38, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=屺亭街道, kilometers=17, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=太华镇, kilometers=39, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=万石镇, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=西渚镇, kilometers=29, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新建镇, kilometers=11, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新街街道, kilometers=18, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新庄街道, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=徐舍镇, kilometers=12, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=杨巷镇, kilometers=15, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=宜城街道, kilometers=21, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=张渚镇, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=周铁镇, kilometers=32, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000)] -2024-02-21 14:14:52.006 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 14:14:52.006 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 14:14:52.053 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:14:52.053 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 14:14:52.307 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:14:52.308 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 14:14:57.256 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList -2024-02-21 14:14:57.256 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 -2024-02-21 14:14:57.452 INFO 1104 --- [http-nio-3333-exec-6] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=北京市, city=市辖区, district=昌平区, kilometers=1151, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=朝阳区, kilometers=1106, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=大兴区, kilometers=1100, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=东城区, kilometers=1108, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=房山区, kilometers=1124, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=丰台区, kilometers=1114, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=海淀区, kilometers=1122, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=怀柔区, kilometers=1158, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=门头沟区, kilometers=1138, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=密云区, kilometers=1191, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=平谷区, kilometers=1136, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=石景山区, kilometers=1124, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=顺义区, kilometers=1130, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=通州区, kilometers=1107, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=西城区, kilometers=1111, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=延庆区, kilometers=1177, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650)] -2024-02-21 14:15:37.113 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:15:37.113 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:15:40.190 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:15:40.190 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:15:42.315 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:15:42.315 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:15:48.606 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:15:48.606 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:15:54.567 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:15:54.567 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:15:58.761 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:15:58.761 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:16:20.425 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:16:20.425 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:17:37.311 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:17:37.311 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:17:37.329 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 14:19:43.288 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 14:19:43.288 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 14:19:43.307 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 14:22:51.429 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 14:22:51.429 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 14:22:51.569 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 14:22:51.569 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 14:22:51.569 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 14:22:51.569 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 14:22:51.574 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 14:22:51.574 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 14:22:51.577 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 14:22:51.578 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 14:22:51.579 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 14:22:51.580 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 14:22:51.578 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 14:22:51.585 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 14:22:51.582 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 14:22:51.588 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 14:22:51.583 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 14:22:51.588 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 14:22:51.924 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:22:51.924 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 14:22:56.170 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 14:22:56.170 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 14:22:57.859 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 14:22:57.860 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 14:22:57.873 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 14:22:57.874 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 14:22:57.877 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 14:22:57.877 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 14:22:57.881 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 14:22:57.882 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 14:22:57.883 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 14:22:57.883 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 14:22:57.884 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 14:22:57.884 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 14:22:57.922 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 14:22:57.923 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 14:22:57.927 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 14:22:57.928 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 14:22:57.934 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 14:22:57.934 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 14:23:00.238 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:23:00.238 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 14:23:46.616 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList -2024-02-21 14:23:46.617 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 -2024-02-21 14:23:46.625 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 14:23:46.800 INFO 1104 --- [http-nio-3333-exec-6] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=新疆, city=乌鲁木齐市, district=乌鲁木齐县, kilometers=3718, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=阿克苏市, kilometers=4459, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=拜城县, kilometers=4314, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=柯坪县, kilometers=4596, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=库车县, kilometers=4204, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=沙雅县, kilometers=4273, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=温宿县, kilometers=4455, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=乌什县, kilometers=4564, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=新和县, kilometers=4250, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=阿勒泰市, kilometers=4174, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=布尔津县, kilometers=4235, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=富蕴县, kilometers=4009, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=哈巴河县, kilometers=4292, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=吉木乃县, kilometers=4296, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=青河县, kilometers=4060, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=博湖县, kilometers=3884, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=和静县, kilometers=3875, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=和硕县, kilometers=3832, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=库尔勒经济技术开发区, kilometers=3928, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=库尔勒市, kilometers=3926, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=轮台县, kilometers=4099, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=且末县, kilometers=3882, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=若羌县, kilometers=3598, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=尉犁县, kilometers=3696, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=焉耆回族自治县, kilometers=3873, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=阿拉山口市, kilometers=4190, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=博乐市, kilometers=4225, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=精河县, kilometers=4128, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=双河市, kilometers=4187, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=温泉县, kilometers=4310, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=昌吉市, kilometers=3754, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=阜康市, kilometers=3718, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=呼图壁县, kilometers=3791, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=吉木萨尔县, kilometers=3616, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=玛纳斯县, kilometers=3846, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=木垒哈萨克自治县, kilometers=3527, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=奇台县, kilometers=3594, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=哈密市, district=巴里坤哈萨克自治县, kilometers=3269, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=哈密市, district=伊吾县, kilometers=3273, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=哈密市, district=伊州区, kilometers=3145, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=策勒县, kilometers=4364, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=和田市, kilometers=4437, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=和田县, kilometers=4404, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=洛浦县, kilometers=4413, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=民丰县, kilometers=4170, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=墨玉县, kilometers=4464, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=皮山县, kilometers=4603, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=于田县, kilometers=4281, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=巴楚县, kilometers=4698, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=伽师县, kilometers=4877, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=喀什市, kilometers=4918, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=麦盖提县, kilometers=4847, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=莎车县, kilometers=4908, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=疏附县, kilometers=4933, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=疏勒县, kilometers=4927, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=塔什库尔干塔吉克自治县, kilometers=5207, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=叶城县, kilometers=4683, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=英吉沙县, kilometers=4995, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=岳普湖县, kilometers=4906, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=泽普县, kilometers=4940, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克拉玛依市, district=白碱滩区, kilometers=4041, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克拉玛依市, district=独山子区, kilometers=3957, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克拉玛依市, district=克拉玛依区, kilometers=4022, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克拉玛依市, district=乌尔禾区, kilometers=4135, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克孜勒苏柯尔克孜自治州, district=阿合奇县, kilometers=4641, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克孜勒苏柯尔克孜自治州, district=阿克陶县, kilometers=4958, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克孜勒苏柯尔克孜自治州, district=阿图什市, kilometers=4878, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克孜勒苏柯尔克孜自治州, district=乌恰县, kilometers=4967, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=阿拉尔市, kilometers=4509, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=石河子市, kilometers=3854, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=铁门关市, kilometers=3963, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=图木舒克市, kilometers=4677, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=五家渠市, kilometers=3768, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=额敏县, kilometers=4216, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=和布克赛尔蒙古自治县, kilometers=4236, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=沙湾县, kilometers=3893, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=塔城市, kilometers=4274, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=托里县, kilometers=4209, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=乌苏市, kilometers=3966, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=裕民县, kilometers=4267, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=吐鲁番市, district=高昌区, kilometers=3530, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=吐鲁番市, district=鄯善县, kilometers=3451, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=吐鲁番市, district=托克逊县, kilometers=3626, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=(新市区), kilometers=null, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=达坂城区, kilometers=3626, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=高新技术产业开发区, kilometers=null, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=米东区, kilometers=3737, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=沙依巴克区, kilometers=3715, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=水磨沟区, kilometers=3720, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=天山区, kilometers=3714, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=头屯河区, kilometers=3730, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=乌鲁木齐高新技术产业开发区, kilometers=null, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=乌鲁木齐经济技术开发区(屯河区), kilometers=null, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=乌鲁木齐县, kilometers=3718, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=新市区, kilometers=3721, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=察布查尔锡伯自治县, kilometers=4399, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=巩留县, kilometers=4501, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=霍城县, kilometers=4353, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=霍尔果斯市, kilometers=4363, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=奎屯市, kilometers=3954, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=尼勒克县, kilometers=4261, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=特克斯县, kilometers=4514, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=新源县, kilometers=4222, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=伊宁市, kilometers=4394, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=伊宁县, kilometers=4404, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=昭苏县, kilometers=4574, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840)] -2024-02-21 14:25:43.498 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 14:25:43.499 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 14:26:02.066 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 14:26:02.066 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 14:33:40.900 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 14:33:40.901 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 14:33:41.244 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 14:33:41.248 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 14:33:41.248 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 14:33:41.251 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 14:33:41.252 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 14:33:41.252 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 14:33:41.252 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 14:33:41.259 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 14:33:41.259 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 14:33:41.259 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 14:33:41.260 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 14:33:43.069 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 14:33:43.070 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 15:07:36.415 INFO 1204 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 1204 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 15:07:36.420 INFO 1204 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 15:07:38.542 WARN 1204 --- [Druid-ConnectionPool-Create-1798667958] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 15:07:39.785 INFO 1204 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 15:07:39.793 INFO 1204 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 15:07:39.918 WARN 1204 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 15:07:40.166 INFO 1204 --- [main] com.JN.JNApplication : Started JNApplication in 4.224 seconds (JVM running for 5.592) -2024-02-21 15:07:40.173 INFO 1204 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 15:07:57.530 INFO 1204 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 15:07:57.532 INFO 1204 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 15:08:15.340 INFO 1204 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 15:08:15.340 INFO 1204 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 15:09:43.466 INFO 12228 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12228 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 15:09:43.469 INFO 12228 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 15:09:45.461 WARN 12228 --- [Druid-ConnectionPool-Create-238748521] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 15:09:46.607 INFO 12228 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 15:09:46.614 INFO 12228 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 15:09:46.746 WARN 12228 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 15:09:47.010 INFO 12228 --- [main] com.JN.JNApplication : Started JNApplication in 3.93 seconds (JVM running for 4.968) -2024-02-21 15:09:47.016 INFO 12228 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 15:09:49.882 INFO 12228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 15:09:49.883 INFO 12228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 15:09:50.118 INFO 12228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 15:09:50.118 INFO 12228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 15:09:50.118 INFO 12228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 15:09:50.119 INFO 12228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 15:09:50.121 INFO 12228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 15:09:50.121 INFO 12228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 15:09:50.123 INFO 12228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 15:09:50.124 INFO 12228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 15:09:50.126 INFO 12228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 15:09:50.127 INFO 12228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 15:09:50.128 INFO 12228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 15:09:50.128 INFO 12228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 15:09:50.148 INFO 12228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 15:09:50.148 INFO 12228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 15:09:50.153 INFO 12228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 15:09:50.153 INFO 12228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 15:09:50.303 INFO 12228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 15:09:50.303 INFO 12228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 15:09:51.229 INFO 12228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 15:09:51.229 INFO 12228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 15:09:59.275 INFO 12228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 15:09:59.276 INFO 12228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 15:10:02.850 INFO 12228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 15:10:02.850 INFO 12228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 15:10:17.091 INFO 12228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 15:10:17.091 INFO 12228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 16:30:13.408 INFO 9132 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 9132 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 16:30:13.410 INFO 9132 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 16:30:15.777 WARN 9132 --- [Druid-ConnectionPool-Create-674882504] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 16:30:16.942 INFO 9132 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 16:30:16.949 INFO 9132 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 16:30:17.072 WARN 9132 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 16:30:17.315 INFO 9132 --- [main] com.JN.JNApplication : Started JNApplication in 4.315 seconds (JVM running for 5.468) -2024-02-21 16:30:17.321 INFO 9132 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 16:30:44.179 INFO 9132 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 16:30:44.181 INFO 9132 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 16:30:56.309 INFO 9132 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 16:30:56.309 INFO 9132 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 16:47:57.304 INFO 5200 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 5200 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 16:47:57.306 INFO 5200 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 16:47:59.337 WARN 5200 --- [Druid-ConnectionPool-Create-238748521] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 16:48:00.493 INFO 5200 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 16:48:00.500 INFO 5200 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 16:48:00.622 WARN 5200 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 16:48:00.867 INFO 5200 --- [main] com.JN.JNApplication : Started JNApplication in 3.954 seconds (JVM running for 4.871) -2024-02-21 16:48:00.873 INFO 5200 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 16:48:10.925 INFO 5200 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 16:48:10.926 INFO 5200 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 16:48:11.173 INFO 5200 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css -2024-02-21 16:48:11.173 INFO 5200 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-02-21 16:48:11.173 INFO 5200 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 -2024-02-21 16:48:11.173 INFO 5200 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-02-21 16:48:11.174 INFO 5200 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-02-21 16:48:11.174 INFO 5200 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-02-21 16:48:11.175 INFO 5200 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-02-21 16:48:11.175 INFO 5200 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-02-21 16:48:11.175 INFO 5200 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-02-21 16:48:11.175 INFO 5200 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-02-21 16:48:11.177 INFO 5200 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-02-21 16:48:11.177 INFO 5200 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-02-21 16:48:11.234 INFO 5200 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-02-21 16:48:11.235 INFO 5200 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-02-21 16:48:11.238 INFO 5200 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js -2024-02-21 16:48:11.239 INFO 5200 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 -2024-02-21 16:48:11.547 INFO 5200 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-02-21 16:48:11.548 INFO 5200 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-02-21 16:48:14.191 INFO 5200 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-02-21 16:48:14.191 INFO 5200 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-02-21 16:48:21.227 INFO 5200 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 16:48:21.227 INFO 5200 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 16:48:58.916 INFO 7816 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 7816 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-02-21 16:48:58.918 INFO 7816 --- [main] com.JN.JNApplication : The following profiles are active: ZM -2024-02-21 16:49:00.965 WARN 7816 --- [Druid-ConnectionPool-Create-2082115343] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-02-21 16:49:02.308 INFO 7816 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-02-21 16:49:02.316 INFO 7816 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-02-21 16:49:02.459 WARN 7816 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2024-02-21 16:49:02.725 INFO 7816 --- [main] com.JN.JNApplication : Started JNApplication in 4.215 seconds (JVM running for 5.113) -2024-02-21 16:49:02.731 INFO 7816 --- [main] com.JN.JNApplication : 项目启动成功... -2024-02-21 16:49:34.803 INFO 7816 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM -2024-02-21 16:49:34.804 INFO 7816 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 -2024-02-21 16:49:45.091 INFO 7816 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 16:49:45.091 INFO 7816 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 -2024-02-21 16:49:46.362 INFO 7816 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList -2024-02-21 16:49:46.362 INFO 7816 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 08:24:39.074 INFO 11880 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11880 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 08:24:39.078 INFO 11880 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 08:24:41.421 WARN 11880 --- [Druid-ConnectionPool-Create-1043576110] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 08:24:42.897 INFO 11880 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 08:24:42.904 INFO 11880 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 08:24:43.045 WARN 11880 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 08:24:43.322 INFO 11880 --- [main] com.JN.JNApplication : Started JNApplication in 4.788 seconds (JVM running for 6.876) +2024-02-22 08:24:43.330 INFO 11880 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 08:25:09.034 INFO 11880 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 08:25:09.035 INFO 11880 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 08:25:09.317 INFO 11880 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 08:25:09.317 INFO 11880 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 08:25:09.324 INFO 11880 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 08:25:09.325 INFO 11880 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 08:25:15.427 INFO 11880 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 08:25:15.428 INFO 11880 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 08:27:23.142 INFO 12452 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12452 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 08:27:23.145 INFO 12452 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 08:27:25.233 WARN 12452 --- [Druid-ConnectionPool-Create-1690221909] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 08:27:26.445 INFO 12452 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 08:27:26.453 INFO 12452 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 08:27:26.586 WARN 12452 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 08:27:26.843 INFO 12452 --- [main] com.JN.JNApplication : Started JNApplication in 4.131 seconds (JVM running for 5.217) +2024-02-22 08:27:26.848 INFO 12452 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 08:27:48.477 INFO 12452 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 08:27:48.478 INFO 12452 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 08:27:48.720 INFO 12452 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 08:27:48.720 INFO 12452 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 08:27:48.720 INFO 12452 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 08:27:48.721 INFO 12452 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 08:27:48.722 INFO 12452 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 08:27:48.722 INFO 12452 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 08:27:48.726 INFO 12452 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 08:27:48.727 INFO 12452 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 08:27:48.731 INFO 12452 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 08:27:48.731 INFO 12452 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 08:27:48.733 INFO 12452 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 08:27:48.733 INFO 12452 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 08:27:48.752 INFO 12452 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 08:27:48.752 INFO 12452 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 08:27:48.755 INFO 12452 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 08:27:48.755 INFO 12452 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 08:27:48.911 INFO 12452 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 08:27:48.912 INFO 12452 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 08:28:05.324 INFO 12452 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 08:28:05.324 INFO 12452 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 08:28:09.211 INFO 12452 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 08:28:09.211 INFO 12452 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 09:39:27.588 INFO 3124 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 3124 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 09:39:27.591 INFO 3124 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 09:39:29.899 WARN 3124 --- [Druid-ConnectionPool-Create-1798667958] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 09:39:31.241 INFO 3124 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 09:39:31.249 INFO 3124 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 09:39:31.379 WARN 3124 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 09:39:31.636 INFO 3124 --- [main] com.JN.JNApplication : Started JNApplication in 4.591 seconds (JVM running for 5.63) +2024-02-22 09:39:31.641 INFO 3124 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 09:39:56.593 INFO 12884 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12884 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 09:39:56.596 INFO 12884 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 09:39:58.775 WARN 12884 --- [Druid-ConnectionPool-Create-677926378] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 09:39:59.957 INFO 12884 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 09:39:59.965 INFO 12884 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 09:40:00.097 WARN 12884 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 09:40:00.333 INFO 12884 --- [main] com.JN.JNApplication : Started JNApplication in 4.222 seconds (JVM running for 5.155) +2024-02-22 09:40:00.338 INFO 12884 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 09:40:07.628 INFO 12884 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 09:40:07.629 INFO 12884 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 09:40:07.868 INFO 12884 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 09:40:07.868 INFO 12884 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 09:40:07.868 INFO 12884 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 09:40:07.868 INFO 12884 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 09:40:07.869 INFO 12884 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 09:40:07.869 INFO 12884 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 09:40:07.869 INFO 12884 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 09:40:07.869 INFO 12884 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 09:40:07.870 INFO 12884 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 09:40:07.870 INFO 12884 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 09:40:07.871 INFO 12884 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 09:40:07.872 INFO 12884 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 09:40:07.902 INFO 12884 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 09:40:07.902 INFO 12884 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 09:40:07.903 INFO 12884 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 09:40:07.903 INFO 12884 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 09:40:08.065 INFO 12884 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 09:40:08.065 INFO 12884 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 09:40:09.356 INFO 12884 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 09:40:09.356 INFO 12884 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 09:40:15.895 INFO 12884 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 09:40:15.895 INFO 12884 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 09:40:56.583 INFO 12884 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 09:40:56.584 INFO 12884 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 10:14:16.284 INFO 8252 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 8252 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 10:14:16.286 INFO 8252 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 10:14:18.563 WARN 8252 --- [Druid-ConnectionPool-Create-925955862] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 10:14:19.897 INFO 8252 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 10:14:19.904 INFO 8252 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 10:14:20.030 WARN 8252 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 10:14:20.304 INFO 8252 --- [main] com.JN.JNApplication : Started JNApplication in 4.664 seconds (JVM running for 5.651) +2024-02-22 10:14:20.311 INFO 8252 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 10:14:37.164 INFO 8252 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 10:14:37.165 INFO 8252 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 10:14:37.411 INFO 8252 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 10:14:37.411 INFO 8252 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 10:14:37.412 INFO 8252 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 10:14:37.413 INFO 8252 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 10:14:37.418 INFO 8252 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 10:14:37.419 INFO 8252 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 10:14:37.411 INFO 8252 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 10:14:37.422 INFO 8252 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 10:14:37.423 INFO 8252 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 10:14:37.424 INFO 8252 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 10:14:37.425 INFO 8252 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 10:14:37.425 INFO 8252 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 10:14:37.442 INFO 8252 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 10:14:37.443 INFO 8252 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 10:14:37.447 INFO 8252 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 10:14:37.447 INFO 8252 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 10:14:37.608 INFO 8252 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 10:14:37.608 INFO 8252 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 10:14:50.147 INFO 8252 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 10:14:50.148 INFO 8252 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 10:14:50.150 INFO 8252 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 10:14:50.150 INFO 8252 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 10:14:54.186 ERROR 8252 --- [http-nio-3333-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.http.converter.HttpMessageConversionException: Type definition error: [simple type, class com.JN.demo.zmquotation.dto.InventoryDto]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class com.JN.demo.zmquotation.dto.InventoryDto and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.JN.common.R["data"]->java.util.ArrayList[0])] with root cause + +com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class com.JN.demo.zmquotation.dto.InventoryDto and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.JN.common.R["data"]->java.util.ArrayList[0]) + at com.fasterxml.jackson.databind.exc.InvalidDefinitionException.from(InvalidDefinitionException.java:77) + at com.fasterxml.jackson.databind.SerializerProvider.reportBadDefinition(SerializerProvider.java:1277) + at com.fasterxml.jackson.databind.DatabindContext.reportBadDefinition(DatabindContext.java:400) + at com.fasterxml.jackson.databind.ser.impl.UnknownSerializer.failForEmpty(UnknownSerializer.java:71) + at com.fasterxml.jackson.databind.ser.impl.UnknownSerializer.serialize(UnknownSerializer.java:33) + at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serializeContents(IndexedListSerializer.java:119) + at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:79) + at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:18) + at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) + at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:755) + at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) + at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider._serialize(DefaultSerializerProvider.java:480) + at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.serializeValue(DefaultSerializerProvider.java:319) + at com.fasterxml.jackson.databind.ObjectWriter$Prefetch.serialize(ObjectWriter.java:1516) + at com.fasterxml.jackson.databind.ObjectWriter.writeValue(ObjectWriter.java:1006) + at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.writeInternal(AbstractJackson2HttpMessageConverter.java:454) + at org.springframework.http.converter.AbstractGenericHttpMessageConverter.write(AbstractGenericHttpMessageConverter.java:104) + at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:290) + at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.handleReturnValue(RequestResponseBodyMethodProcessor.java:181) + at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:124) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) + at com.JN.filter.LoginCheckFilter.doFilter(LoginCheckFilter.java:48) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) + at java.lang.Thread.run(Thread.java:748) + +2024-02-22 10:15:08.876 INFO 8252 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 10:15:08.876 INFO 8252 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 10:17:30.502 INFO 16300 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 16300 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 10:17:30.505 INFO 16300 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 10:17:32.808 WARN 16300 --- [Druid-ConnectionPool-Create-998015174] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 10:17:34.131 INFO 16300 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 10:17:34.138 INFO 16300 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 10:17:34.266 WARN 16300 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 10:17:34.514 INFO 16300 --- [main] com.JN.JNApplication : Started JNApplication in 4.519 seconds (JVM running for 5.477) +2024-02-22 10:17:34.519 INFO 16300 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 10:17:36.776 INFO 16300 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 10:17:36.777 INFO 16300 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 10:17:37.009 INFO 16300 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 10:17:37.009 INFO 16300 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 10:17:37.010 INFO 16300 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 10:17:37.010 INFO 16300 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 10:17:37.012 INFO 16300 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 10:17:37.012 INFO 16300 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 10:17:37.014 INFO 16300 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 10:17:37.014 INFO 16300 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 10:17:37.021 INFO 16300 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 10:17:37.021 INFO 16300 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 10:17:37.022 INFO 16300 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 10:17:37.023 INFO 16300 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 10:17:37.046 INFO 16300 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 10:17:37.046 INFO 16300 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 10:17:37.049 INFO 16300 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 10:17:37.050 INFO 16300 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 10:17:37.232 INFO 16300 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 10:17:37.232 INFO 16300 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 10:17:40.423 INFO 16300 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 10:17:40.423 INFO 16300 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 10:18:14.843 ERROR 16300 --- [http-nio-3333-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.http.converter.HttpMessageConversionException: Type definition error: [simple type, class com.JN.demo.zmquotation.dto.InventoryDto]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class com.JN.demo.zmquotation.dto.InventoryDto and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.JN.common.R["data"]->java.util.ArrayList[0])] with root cause + +com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class com.JN.demo.zmquotation.dto.InventoryDto and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.JN.common.R["data"]->java.util.ArrayList[0]) + at com.fasterxml.jackson.databind.exc.InvalidDefinitionException.from(InvalidDefinitionException.java:77) + at com.fasterxml.jackson.databind.SerializerProvider.reportBadDefinition(SerializerProvider.java:1277) + at com.fasterxml.jackson.databind.DatabindContext.reportBadDefinition(DatabindContext.java:400) + at com.fasterxml.jackson.databind.ser.impl.UnknownSerializer.failForEmpty(UnknownSerializer.java:71) + at com.fasterxml.jackson.databind.ser.impl.UnknownSerializer.serialize(UnknownSerializer.java:33) + at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serializeContents(IndexedListSerializer.java:119) + at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:79) + at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:18) + at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) + at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:755) + at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) + at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider._serialize(DefaultSerializerProvider.java:480) + at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.serializeValue(DefaultSerializerProvider.java:319) + at com.fasterxml.jackson.databind.ObjectWriter$Prefetch.serialize(ObjectWriter.java:1516) + at com.fasterxml.jackson.databind.ObjectWriter.writeValue(ObjectWriter.java:1006) + at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.writeInternal(AbstractJackson2HttpMessageConverter.java:454) + at org.springframework.http.converter.AbstractGenericHttpMessageConverter.write(AbstractGenericHttpMessageConverter.java:104) + at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:290) + at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.handleReturnValue(RequestResponseBodyMethodProcessor.java:181) + at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:124) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1060) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:962) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) + at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) + at com.JN.filter.LoginCheckFilter.doFilter(LoginCheckFilter.java:48) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) + at java.lang.Thread.run(Thread.java:748) + +2024-02-22 10:18:14.869 INFO 16300 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 10:18:14.869 INFO 16300 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 10:20:24.568 INFO 7348 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 7348 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 10:20:24.571 INFO 7348 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 10:20:26.635 WARN 7348 --- [Druid-ConnectionPool-Create-1714961449] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 10:20:27.844 INFO 7348 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 10:20:27.853 INFO 7348 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 10:20:27.984 WARN 7348 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 10:20:28.224 INFO 7348 --- [main] com.JN.JNApplication : Started JNApplication in 4.081 seconds (JVM running for 4.914) +2024-02-22 10:20:28.230 INFO 7348 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 10:20:54.506 INFO 7348 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 10:20:54.507 INFO 7348 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 10:20:54.733 INFO 7348 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 10:20:54.733 INFO 7348 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 10:20:54.733 INFO 7348 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 10:20:54.734 INFO 7348 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 10:20:54.733 INFO 7348 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 10:20:54.735 INFO 7348 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 10:20:54.735 INFO 7348 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 10:20:54.735 INFO 7348 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 10:20:54.735 INFO 7348 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 10:20:54.736 INFO 7348 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 10:20:54.738 INFO 7348 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 10:20:54.736 INFO 7348 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 10:20:54.768 INFO 7348 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 10:20:54.768 INFO 7348 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 10:20:54.772 INFO 7348 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 10:20:54.772 INFO 7348 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 10:20:54.906 INFO 7348 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 10:20:54.906 INFO 7348 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 10:20:57.159 INFO 7348 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 10:20:57.160 INFO 7348 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 10:21:09.676 INFO 7348 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 10:21:09.677 INFO 7348 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 10:21:16.123 INFO 7348 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 10:21:16.123 INFO 7348 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 10:34:26.058 INFO 16228 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 16228 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 10:34:26.061 INFO 16228 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 10:34:28.051 WARN 16228 --- [Druid-ConnectionPool-Create-1146222092] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 10:34:29.291 INFO 16228 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 10:34:29.302 INFO 16228 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 10:34:29.474 WARN 16228 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 10:34:29.738 INFO 16228 --- [main] com.JN.JNApplication : Started JNApplication in 4.1 seconds (JVM running for 5.058) +2024-02-22 10:34:29.744 INFO 16228 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 10:40:12.364 INFO 16228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 10:40:12.366 INFO 16228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 10:40:12.609 INFO 16228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 10:40:12.609 INFO 16228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 10:40:12.609 INFO 16228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 10:40:12.609 INFO 16228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 10:40:12.610 INFO 16228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 10:40:12.610 INFO 16228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 10:40:12.611 INFO 16228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 10:40:12.612 INFO 16228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 10:40:12.613 INFO 16228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 10:40:12.613 INFO 16228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 10:40:12.614 INFO 16228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 10:40:12.614 INFO 16228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 10:40:12.639 INFO 16228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 10:40:12.640 INFO 16228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 10:40:12.640 INFO 16228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 10:40:12.640 INFO 16228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 10:40:12.791 INFO 16228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 10:40:12.791 INFO 16228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 10:49:25.619 INFO 16228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 10:49:25.619 INFO 16228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 10:49:25.621 INFO 16228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 10:49:25.621 INFO 16228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 10:49:25.623 INFO 16228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 10:49:25.623 INFO 16228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 10:49:25.652 WARN 16228 --- [Druid-ConnectionPool-Create-1146222092] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 10:49:25.661 WARN 16228 --- [Druid-ConnectionPool-Create-1146222092] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 11:14:31.040 INFO 12552 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12552 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 11:14:31.043 INFO 12552 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 11:14:33.339 WARN 12552 --- [Druid-ConnectionPool-Create-441683672] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 11:14:34.789 INFO 12552 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 11:14:34.796 INFO 12552 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 11:14:34.937 WARN 12552 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 11:14:35.223 INFO 12552 --- [main] com.JN.JNApplication : Started JNApplication in 4.725 seconds (JVM running for 5.64) +2024-02-22 11:14:35.230 INFO 12552 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 11:14:36.377 INFO 12552 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 11:14:36.378 INFO 12552 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 11:14:36.671 INFO 12552 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 11:14:36.671 INFO 12552 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 11:14:36.678 INFO 12552 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 11:14:36.678 INFO 12552 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 11:14:36.931 INFO 12552 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 11:14:36.932 INFO 12552 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 11:14:36.963 INFO 12552 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 11:14:36.964 INFO 12552 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 11:14:45.920 INFO 12552 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 11:14:45.920 INFO 12552 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 11:14:46.360 INFO 12552 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 11:14:46.360 INFO 12552 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 11:15:20.863 INFO 16084 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 16084 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 11:15:20.865 INFO 16084 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 11:15:22.834 WARN 16084 --- [Druid-ConnectionPool-Create-973123933] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 11:15:24.075 INFO 16084 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 11:15:24.082 INFO 16084 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 11:15:24.210 WARN 16084 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 11:15:24.465 INFO 16084 --- [main] com.JN.JNApplication : Started JNApplication in 4.014 seconds (JVM running for 4.917) +2024-02-22 11:15:24.470 INFO 16084 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 11:15:39.958 INFO 16084 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 11:15:39.960 INFO 16084 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 11:15:40.205 INFO 16084 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 11:15:40.205 INFO 16084 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 11:15:40.206 INFO 16084 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 11:15:40.206 INFO 16084 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 11:15:40.205 INFO 16084 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 11:15:40.207 INFO 16084 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 11:15:40.208 INFO 16084 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 11:15:40.209 INFO 16084 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 11:15:40.212 INFO 16084 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 11:15:40.212 INFO 16084 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 11:15:40.215 INFO 16084 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 11:15:40.215 INFO 16084 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 11:15:40.235 INFO 16084 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 11:15:40.235 INFO 16084 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 11:15:40.238 INFO 16084 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 11:15:40.238 INFO 16084 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 11:15:40.378 INFO 16084 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 11:15:40.378 INFO 16084 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 11:15:40.392 INFO 16084 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 11:15:40.393 INFO 16084 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 11:15:41.107 INFO 16084 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 11:15:41.107 INFO 16084 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 11:15:46.896 INFO 16084 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 11:15:46.896 INFO 16084 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 11:16:15.449 INFO 16084 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-02-22 11:16:15.449 INFO 16084 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-02-22 11:16:15.450 INFO 16084 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 +2024-02-22 11:16:15.450 INFO 16084 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-02-22 11:17:25.471 INFO 12476 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12476 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 11:17:25.474 INFO 12476 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 11:17:27.455 WARN 12476 --- [Druid-ConnectionPool-Create-436328432] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 11:17:28.705 INFO 12476 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 11:17:28.713 INFO 12476 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 11:17:28.838 WARN 12476 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 11:17:29.095 INFO 12476 --- [main] com.JN.JNApplication : Started JNApplication in 4.028 seconds (JVM running for 5.003) +2024-02-22 11:17:29.100 INFO 12476 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 11:17:34.986 INFO 12476 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 11:17:34.987 INFO 12476 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 11:17:35.223 INFO 12476 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 11:17:35.223 INFO 12476 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 11:17:35.223 INFO 12476 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 11:17:35.224 INFO 12476 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 11:17:35.224 INFO 12476 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 11:17:35.225 INFO 12476 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 11:17:35.226 INFO 12476 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 11:17:35.228 INFO 12476 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 11:17:35.225 INFO 12476 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 11:17:35.230 INFO 12476 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 11:17:35.227 INFO 12476 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 11:17:35.232 INFO 12476 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 11:17:35.263 INFO 12476 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 11:17:35.264 INFO 12476 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 11:17:35.271 INFO 12476 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 11:17:35.272 INFO 12476 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 11:17:35.486 INFO 12476 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-02-22 11:17:35.486 INFO 12476 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-02-22 11:17:35.490 INFO 12476 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-02-22 11:17:35.490 INFO 12476 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 +2024-02-22 11:17:35.542 INFO 12476 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 11:17:35.542 INFO 12476 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 11:17:35.626 INFO 12476 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 11:17:35.629 INFO 12476 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 11:17:39.849 INFO 12476 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-02-22 11:17:39.849 INFO 12476 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-02-22 11:17:39.849 INFO 12476 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-02-22 11:17:39.849 INFO 12476 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 +2024-02-22 11:18:28.672 INFO 15212 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15212 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 11:18:28.675 INFO 15212 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 11:18:30.762 WARN 15212 --- [Druid-ConnectionPool-Create-831993944] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 11:18:32.214 INFO 15212 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 11:18:32.220 INFO 15212 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 11:18:32.368 WARN 15212 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 11:18:32.804 INFO 15212 --- [main] com.JN.JNApplication : Started JNApplication in 4.603 seconds (JVM running for 5.585) +2024-02-22 11:18:32.811 INFO 15212 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 11:18:32.977 INFO 15212 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 11:18:32.978 INFO 15212 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 11:18:33.686 INFO 15212 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 11:18:33.686 INFO 15212 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 11:18:33.730 INFO 15212 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-02-22 11:18:33.731 INFO 15212 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-02-22 11:18:33.745 INFO 15212 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 11:18:33.746 INFO 15212 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 11:18:33.757 INFO 15212 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-02-22 11:18:33.757 INFO 15212 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 +2024-02-22 11:18:44.529 INFO 15212 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 11:18:44.529 INFO 15212 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 13:04:19.022 INFO 14204 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14204 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 13:04:19.025 INFO 14204 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 13:04:21.632 WARN 14204 --- [Druid-ConnectionPool-Create-1844349670] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 13:04:22.912 INFO 14204 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 13:04:22.919 INFO 14204 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 13:04:23.046 WARN 14204 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 13:04:23.289 INFO 14204 --- [main] com.JN.JNApplication : Started JNApplication in 5.491 seconds (JVM running for 6.514) +2024-02-22 13:04:23.295 INFO 14204 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 13:04:25.211 INFO 14204 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 13:04:25.212 INFO 14204 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 13:04:25.484 INFO 14204 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 13:04:25.484 INFO 14204 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 13:04:25.484 INFO 14204 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 13:04:25.484 INFO 14204 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 13:04:25.485 INFO 14204 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 13:04:25.485 INFO 14204 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 13:04:25.486 INFO 14204 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 13:04:25.487 INFO 14204 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 13:04:25.491 INFO 14204 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 13:04:25.492 INFO 14204 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 13:04:25.492 INFO 14204 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 13:04:25.493 INFO 14204 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 13:04:25.515 INFO 14204 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 13:04:25.515 INFO 14204 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 13:04:25.517 INFO 14204 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 13:04:25.517 INFO 14204 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 13:04:25.683 INFO 14204 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 13:04:25.684 INFO 14204 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 13:04:25.698 INFO 14204 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 13:04:25.698 INFO 14204 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 13:04:26.687 INFO 14204 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 13:04:26.687 INFO 14204 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 13:04:33.881 INFO 14204 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 13:04:33.881 INFO 14204 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 13:05:40.789 INFO 4740 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 4740 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 13:05:40.792 INFO 4740 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 13:05:42.850 WARN 4740 --- [Druid-ConnectionPool-Create-1699637904] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 13:05:44.156 INFO 4740 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 13:05:44.164 INFO 4740 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 13:05:44.295 WARN 4740 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 13:05:44.553 INFO 4740 --- [main] com.JN.JNApplication : Started JNApplication in 4.181 seconds (JVM running for 5.061) +2024-02-22 13:05:44.560 INFO 4740 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 13:05:48.086 INFO 4740 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 13:05:48.087 INFO 4740 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 13:05:48.417 INFO 4740 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 13:05:48.417 INFO 4740 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 13:05:48.419 INFO 4740 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 13:05:48.420 INFO 4740 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 13:05:48.430 INFO 4740 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 13:05:48.430 INFO 4740 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 13:05:48.431 INFO 4740 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 13:05:48.431 INFO 4740 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 13:05:48.431 INFO 4740 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 13:05:48.431 INFO 4740 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 13:05:48.433 INFO 4740 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 13:05:48.433 INFO 4740 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 13:05:48.462 INFO 4740 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 13:05:48.462 INFO 4740 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 13:05:48.464 INFO 4740 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 13:05:48.464 INFO 4740 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 13:05:48.604 INFO 4740 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 13:05:48.604 INFO 4740 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 13:05:48.617 INFO 4740 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 13:05:48.617 INFO 4740 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 13:05:49.589 INFO 4740 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 13:05:49.589 INFO 4740 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 13:05:55.362 INFO 4740 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 13:05:55.363 INFO 4740 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 13:07:12.313 INFO 14248 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14248 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 13:07:12.316 INFO 14248 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 13:07:14.287 WARN 14248 --- [Druid-ConnectionPool-Create-925955862] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 13:07:15.470 INFO 14248 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 13:07:15.477 INFO 14248 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 13:07:15.607 WARN 14248 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 13:07:15.855 INFO 14248 --- [main] com.JN.JNApplication : Started JNApplication in 4.095 seconds (JVM running for 5.079) +2024-02-22 13:07:15.860 INFO 14248 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 13:07:27.918 INFO 14248 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 13:07:27.920 INFO 14248 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 13:07:28.179 INFO 14248 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 13:07:28.179 INFO 14248 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 13:07:28.179 INFO 14248 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 13:07:28.180 INFO 14248 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 13:07:28.179 INFO 14248 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 13:07:28.180 INFO 14248 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 13:07:28.182 INFO 14248 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 13:07:28.183 INFO 14248 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 13:07:28.185 INFO 14248 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 13:07:28.185 INFO 14248 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 13:07:28.183 INFO 14248 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 13:07:28.186 INFO 14248 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 13:07:28.210 INFO 14248 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 13:07:28.210 INFO 14248 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 13:07:28.214 INFO 14248 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 13:07:28.214 INFO 14248 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 13:07:28.355 INFO 14248 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 13:07:28.355 INFO 14248 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 13:07:28.369 INFO 14248 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 13:07:28.369 INFO 14248 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 13:07:29.350 INFO 14248 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 13:07:29.350 INFO 14248 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 13:07:32.385 INFO 14248 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 13:07:32.385 INFO 14248 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 13:10:05.942 INFO 4588 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 4588 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 13:10:05.945 INFO 4588 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 13:10:07.956 WARN 4588 --- [Druid-ConnectionPool-Create-111238003] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 13:10:09.133 INFO 4588 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 13:10:09.140 INFO 4588 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 13:10:09.272 WARN 4588 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 13:10:09.514 INFO 4588 --- [main] com.JN.JNApplication : Started JNApplication in 3.972 seconds (JVM running for 4.933) +2024-02-22 13:10:09.520 INFO 4588 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 13:10:20.871 INFO 4588 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 13:10:20.872 INFO 4588 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 13:10:21.206 INFO 4588 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 13:10:21.206 INFO 4588 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 13:10:21.206 INFO 4588 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 13:10:21.206 INFO 4588 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 13:10:21.207 INFO 4588 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 13:10:21.208 INFO 4588 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 13:10:21.208 INFO 4588 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 13:10:21.208 INFO 4588 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 13:10:21.209 INFO 4588 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 13:10:21.209 INFO 4588 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 13:10:21.210 INFO 4588 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 13:10:21.210 INFO 4588 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 13:10:21.233 INFO 4588 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 13:10:21.233 INFO 4588 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 13:10:21.234 INFO 4588 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 13:10:21.234 INFO 4588 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 13:10:21.385 INFO 4588 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 13:10:21.385 INFO 4588 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 13:10:21.397 INFO 4588 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 13:10:21.397 INFO 4588 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 13:10:22.372 INFO 4588 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 13:10:22.372 INFO 4588 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 13:10:29.113 INFO 4588 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 13:10:29.113 INFO 4588 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-22 13:11:45.691 INFO 9484 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 9484 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-22 13:11:45.693 INFO 9484 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-22 13:11:47.673 WARN 9484 --- [Druid-ConnectionPool-Create-1243227501] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-22 13:11:48.868 INFO 9484 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-22 13:11:48.875 INFO 9484 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-22 13:11:49.009 WARN 9484 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-22 13:11:49.255 INFO 9484 --- [main] com.JN.JNApplication : Started JNApplication in 3.973 seconds (JVM running for 5.141) +2024-02-22 13:11:49.261 INFO 9484 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-22 13:12:45.681 INFO 9484 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 13:12:45.682 INFO 9484 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 13:12:47.332 INFO 9484 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 13:12:47.332 INFO 9484 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 13:12:47.337 INFO 9484 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 13:12:47.338 INFO 9484 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 13:12:47.341 INFO 9484 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 13:12:47.342 INFO 9484 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 13:12:47.343 INFO 9484 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 13:12:47.344 INFO 9484 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 13:12:47.345 INFO 9484 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 13:12:47.342 INFO 9484 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 13:12:47.346 INFO 9484 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 13:12:47.347 INFO 9484 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 13:12:47.390 INFO 9484 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 13:12:47.390 INFO 9484 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 13:12:47.393 INFO 9484 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 13:12:47.393 INFO 9484 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 13:12:47.820 INFO 9484 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 13:12:47.820 INFO 9484 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 13:12:47.833 INFO 9484 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 13:12:47.833 INFO 9484 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 13:13:16.067 INFO 9484 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-22 13:13:16.067 INFO 9484 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-22 13:13:16.411 INFO 9484 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-22 13:13:16.411 INFO 9484 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-22 13:13:16.412 INFO 9484 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-22 13:13:16.412 INFO 9484 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-22 13:13:16.421 INFO 9484 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-22 13:13:16.421 INFO 9484 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-22 13:13:16.426 INFO 9484 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-22 13:13:16.427 INFO 9484 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-22 13:13:16.428 INFO 9484 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-22 13:13:16.429 INFO 9484 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-22 13:13:16.429 INFO 9484 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-22 13:13:16.428 INFO 9484 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-22 13:13:16.431 INFO 9484 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-22 13:13:16.431 INFO 9484 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-22 13:13:16.429 INFO 9484 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-22 13:13:16.433 INFO 9484 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-22 13:13:16.969 INFO 9484 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/inventoryList +2024-02-22 13:13:16.970 INFO 9484 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/inventoryList不需要处理 +2024-02-22 13:13:17.074 INFO 9484 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-22 13:13:17.074 INFO 9484 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-22 13:13:22.157 INFO 9484 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-22 13:13:22.157 INFO 9484 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-22 13:13:28.787 INFO 9484 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList +2024-02-22 13:13:28.787 INFO 9484 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 +2024-02-22 13:13:29.037 INFO 9484 --- [http-nio-3333-exec-10] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=江苏省, city=苏州市, district=常熟市, kilometers=144, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=姑苏区, kilometers=115, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=虎丘区, kilometers=113, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=昆山市, kilometers=155, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=太仓市, kilometers=163, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=吴江区, kilometers=138, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=吴中区, kilometers=130, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=相城区, kilometers=115, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=张家港市, kilometers=121, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800)] +2024-02-22 13:13:49.187 INFO 9484 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-22 13:13:49.187 INFO 9484 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 diff --git a/logs/JIAL-ss.log.2024-02-21.0 b/logs/JIAL-ss.log.2024-02-21.0 new file mode 100644 index 0000000..754e428 --- /dev/null +++ b/logs/JIAL-ss.log.2024-02-21.0 @@ -0,0 +1,575 @@ +2024-02-21 10:59:19.226 INFO 8212 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 8212 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 10:59:19.230 INFO 8212 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 10:59:21.445 WARN 8212 --- [Druid-ConnectionPool-Create-1999695752] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 10:59:22.898 INFO 8212 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 10:59:22.906 INFO 8212 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 10:59:23.040 WARN 8212 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 10:59:23.308 INFO 8212 --- [main] com.JN.JNApplication : Started JNApplication in 4.585 seconds (JVM running for 6.355) +2024-02-21 10:59:23.316 INFO 8212 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 12:58:40.726 INFO 7692 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 7692 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 12:58:40.729 INFO 7692 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 12:58:43.177 WARN 7692 --- [Druid-ConnectionPool-Create-5987161] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 12:58:44.694 INFO 7692 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 12:58:44.701 INFO 7692 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 12:58:44.826 WARN 7692 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 12:58:45.062 INFO 7692 --- [main] com.JN.JNApplication : Started JNApplication in 5.003 seconds (JVM running for 6.152) +2024-02-21 12:58:45.068 INFO 7692 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:00:38.934 INFO 11180 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11180 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:00:38.937 INFO 11180 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:00:40.961 WARN 11180 --- [Druid-ConnectionPool-Create-238748521] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:00:42.130 INFO 11180 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:00:42.137 INFO 11180 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:00:42.269 WARN 11180 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:00:42.530 INFO 11180 --- [main] com.JN.JNApplication : Started JNApplication in 4.11 seconds (JVM running for 4.979) +2024-02-21 13:00:42.536 INFO 11180 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:00:53.029 INFO 11180 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:00:53.031 INFO 11180 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:00:53.325 INFO 11180 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:00:53.325 INFO 11180 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:00:53.326 INFO 11180 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:00:53.326 INFO 11180 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:01:00.476 INFO 11180 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList +2024-02-21 13:01:00.476 INFO 11180 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 +2024-02-21 13:01:00.773 INFO 11180 --- [http-nio-3333-exec-4] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=江苏省, city=常州市, district=天宁区, kilometers=62, price01=2.3800, price02=2.3800, price03=2.3800, price04=1.8000, price05=1.2000), RegionDto(province=江苏省, city=常州市, district=武进区, kilometers=47, price01=2.3800, price02=2.3800, price03=2.3800, price04=1.8000, price05=1.2000), RegionDto(province=江苏省, city=常州市, district=新北区, kilometers=66, price01=2.3800, price02=2.3800, price03=2.3800, price04=1.8000, price05=1.2000), RegionDto(province=江苏省, city=常州市, district=钟楼区, kilometers=56, price01=2.3800, price02=2.3800, price03=2.3800, price04=1.8000, price05=1.2000), RegionDto(province=江苏省, city=淮安市, district=洪泽区, kilometers=261, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=淮安经济技术开发区, kilometers=277, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=淮安区, kilometers=271, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=淮阴区, kilometers=292, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=金湖县, kilometers=246, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=涟水县, kilometers=312, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=清江浦区, kilometers=288, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=淮安市, district=盱眙县, kilometers=232, price01=1.2470, price02=1.0090, price03=0.8510, price04=0.7070, price05=0.6130), RegionDto(province=江苏省, city=江阴市, district=长泾镇, kilometers=100, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=澄江街道, kilometers=101, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=顾山镇, kilometers=124, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=华士镇, kilometers=107, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=璜土镇, kilometers=73, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=江阴高新技术产业开发区, kilometers=102, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=利港街道, kilometers=83, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=临港经济开发区, kilometers=82, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=南闸街道, kilometers=90, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=青阳园区, kilometers=89, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=青阳镇, kilometers=82, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=申港街道, kilometers=82, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=夏港街道, kilometers=88, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=新桥镇, kilometers=108, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=徐霞客镇, kilometers=95, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=月城镇, kilometers=87, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=云亭街道, kilometers=99, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=周庄镇, kilometers=107, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=江阴市, district=祝塘镇, kilometers=101, price01=1.3500, price02=1.3500, price03=1.3300, price04=1.3300, price05=1.3300), RegionDto(province=江苏省, city=金坛区, district=东城街道, kilometers=33, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=金城镇, kilometers=40, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=儒林镇, kilometers=17, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=西城街道, kilometers=37, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=薛埠镇, kilometers=54, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=尧塘街道, kilometers=34, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=直溪镇, kilometers=53, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=指前镇, kilometers=42, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=金坛区, district=朱林镇, kilometers=46, price01=2.5500, price02=2.4500, price03=1.7000, price04=1.6500, price05=1.2000), RegionDto(province=江苏省, city=溧阳市, district=别桥镇, kilometers=39, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=埭头镇, kilometers=25, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=戴埠镇, kilometers=37, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=古县街道, kilometers=29, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=昆仑街道, kilometers=30, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=溧城街道, kilometers=28, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=南渡镇, kilometers=41, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=上黄镇, kilometers=21, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=上兴镇, kilometers=63, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=社渚镇, kilometers=56, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=天目湖镇, kilometers=39, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=溧阳市, district=竹箦镇, kilometers=47, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=连云港市, district=东海县, kilometers=431, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=赣榆区, kilometers=431, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=灌南县, kilometers=343, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=灌云县, kilometers=363, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=海州区, kilometers=403, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=连云港市, district=连云区, kilometers=423, price01=1.1150, price02=0.9940, price03=0.8850, price04=0.7510, price05=0.5940), RegionDto(province=江苏省, city=南京市, district=高淳区, kilometers=105, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=鼓楼区, kilometers=142, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=建邺区, kilometers=134, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=江宁区, kilometers=128, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=溧水区, kilometers=90, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=六合区, kilometers=168, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=浦口区, kilometers=149, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=栖霞区, kilometers=144, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=秦淮区, kilometers=137, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=玄武区, kilometers=137, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南京市, district=雨花台区, kilometers=135, price01=1.2300, price02=1.2200, price03=1.2100, price04=1.2000, price05=1.2000), RegionDto(province=江苏省, city=南通市, district=崇川区, kilometers=166, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=港闸区, kilometers=161, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=海安市, kilometers=208, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=海门市, kilometers=196, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=启东市, kilometers=256, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=如东县, kilometers=216, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=如皋市, kilometers=180, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=南通市, district=通州区, kilometers=188, price01=1.4500, price02=1.4450, price03=1.1560, price04=0.9820, price05=0.8100), RegionDto(province=江苏省, city=苏州市, district=常熟市, kilometers=144, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=姑苏区, kilometers=115, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=虎丘区, kilometers=113, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=昆山市, kilometers=155, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=太仓市, kilometers=163, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=吴江区, kilometers=138, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=吴中区, kilometers=130, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=相城区, kilometers=115, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=苏州市, district=张家港市, kilometers=121, price01=1.2880, price02=1.2880, price03=1.2800, price04=1.2800, price05=1.2800), RegionDto(province=江苏省, city=宿迁市, district=沭阳县, kilometers=350, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=宿迁市, district=泗洪县, kilometers=301, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=宿迁市, district=泗阳县, kilometers=334, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=宿迁市, district=宿城区, kilometers=356, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=宿迁市, district=宿豫区, kilometers=360, price01=1.2640, price02=1.0130, price03=0.8090, price04=0.7820, price05=0.7000), RegionDto(province=江苏省, city=泰州市, district=高港区, kilometers=129, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=海陵区, kilometers=155, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=姜堰区, kilometers=158, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=靖江市, kilometers=112, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=泰兴市, kilometers=145, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=泰州市, district=兴化市, kilometers=199, price01=1.8000, price02=1.4500, price03=1.2800, price04=1.1500, price05=0.8800), RegionDto(province=江苏省, city=无锡市, district=滨湖区, kilometers=86, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=无锡市, district=惠山区, kilometers=76, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=无锡市, district=梁溪区, kilometers=75, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=无锡市, district=锡山区, kilometers=79, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=无锡市, district=新吴区, kilometers=91, price01=1.4600, price02=1.4600, price03=1.4600, price04=1.4600, price05=1.4600), RegionDto(province=江苏省, city=徐州市, district=丰县, kilometers=535, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=鼓楼区, kilometers=460, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=贾汪区, kilometers=472, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=沛县, kilometers=527, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=邳州市, kilometers=438, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=泉山区, kilometers=454, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=睢宁县, kilometers=378, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=铜山区, kilometers=458, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=新沂市, kilometers=409, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=徐州市, district=云龙区, kilometers=453, price01=0.8740, price02=0.7630, price03=0.7000, price04=0.6300, price05=0.5940), RegionDto(province=江苏省, city=盐城市, district=滨海县, kilometers=363, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=大丰区, kilometers=296, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=东台市, kilometers=218, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=阜宁县, kilometers=320, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=建湖县, kilometers=296, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=射阳县, kilometers=321, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=亭湖区, kilometers=269, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=响水县, kilometers=390, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=盐城经济技术开发区, kilometers=267, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=盐城市, district=盐都区, kilometers=256, price01=1.4260, price02=1.3250, price03=1.2320, price04=1.1000, price05=1.0190), RegionDto(province=江苏省, city=扬州市, district=宝应县, kilometers=239, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=高邮市, kilometers=192, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=广陵区, kilometers=128, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=邗江区, kilometers=127, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=江都区, kilometers=143, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=扬州市, district=仪征市, kilometers=127, price01=1.8300, price02=1.1500, price03=0.9600, price04=0.8000, price05=0.8000), RegionDto(province=江苏省, city=宜兴市, district=丁蜀镇, kilometers=32, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=芳桥街道, kilometers=25, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=高塍镇, kilometers=12, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=官林镇, kilometers=5, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=和桥镇, kilometers=22, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=湖㳇镇, kilometers=38, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=屺亭街道, kilometers=17, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=太华镇, kilometers=39, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=万石镇, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=西渚镇, kilometers=29, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新建镇, kilometers=11, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新街街道, kilometers=18, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新庄街道, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=徐舍镇, kilometers=12, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=杨巷镇, kilometers=15, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=宜城街道, kilometers=21, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=张渚镇, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=周铁镇, kilometers=32, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=镇江市, district=丹徒区, kilometers=94, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=丹阳市, kilometers=69, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=京口区, kilometers=106, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=句容市, kilometers=91, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=润州区, kilometers=99, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000), RegionDto(province=江苏省, city=镇江市, district=扬中市, kilometers=119, price01=1.8300, price02=1.3500, price03=1.1500, price04=0.9500, price05=0.9000)] +2024-02-21 13:01:16.914 INFO 11180 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:01:16.914 INFO 11180 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:01:59.202 INFO 11180 --- [http-nio-3333-exec-5] c.J.d.z.controller.ZMController : 查询到的物料列表为:[] +2024-02-21 13:02:29.593 INFO 7652 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 7652 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:02:29.597 INFO 7652 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:02:31.548 WARN 7652 --- [Druid-ConnectionPool-Create-637524006] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:02:32.717 INFO 7652 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:02:32.724 INFO 7652 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:02:32.852 WARN 7652 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:02:33.114 INFO 7652 --- [main] com.JN.JNApplication : Started JNApplication in 4.054 seconds (JVM running for 4.93) +2024-02-21 13:02:33.120 INFO 7652 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:02:35.949 INFO 7652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:02:35.950 INFO 7652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:02:36.171 INFO 7652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:02:36.171 INFO 7652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:02:36.173 INFO 7652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:02:36.173 INFO 7652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:02:36.176 INFO 7652 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:02:36.176 INFO 7652 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:02:36.182 INFO 7652 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:02:36.182 INFO 7652 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:02:36.182 INFO 7652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:02:36.182 INFO 7652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:02:36.184 INFO 7652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:02:36.184 INFO 7652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:02:36.221 INFO 7652 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:02:36.221 INFO 7652 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:02:36.237 INFO 7652 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:02:36.241 INFO 7652 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:02:36.510 INFO 7652 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:02:36.510 INFO 7652 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:02:37.502 INFO 7652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:02:37.502 INFO 7652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:02:42.531 INFO 7652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:02:42.531 INFO 7652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:03:05.289 INFO 7652 --- [http-nio-3333-exec-5] c.J.d.z.controller.ZMController : 查询到的物料列表为:[MaterialDto(materialName=KVVP 6X2.5, model=KVVP, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=10956.03, factoryPrice=17494.55, netVolume=319.50, inventory=A120, weighInv=64.00, matPrice=3188.350000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=512.8700, steamFee=0), MaterialDto(materialName=KVVP 9X6, model=KVVP, specification=9*6, voltage=450/750V, standard=GB, costPrice=33676.76, factoryPrice=51380.81, netVolume=800.42, inventory=A140, weighInv=99.00, matPrice=5822.210000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 24X1.5, model=KVVP, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=26899.15, factoryPrice=37966.61, netVolume=742.81, inventory=A140, weighInv=99.00, matPrice=7995.050000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1403.7300, steamFee=0), MaterialDto(materialName=KVVP 29X1.5, model=KVVP, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=31343.26, factoryPrice=44333.22, netVolume=858.13, inventory=A140, weighInv=99.00, matPrice=8740.840000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 33X1, model=KVVP, specification=33*1, voltage=450/750V, standard=GB, costPrice=24021.72, factoryPrice=36171.73, netVolume=683.39, inventory=A140, weighInv=99.00, matPrice=6225.550000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 5X6, model=KVVP2, specification=5*6, voltage=450/750V, standard=GB, costPrice=18495.48, factoryPrice=26682.25, netVolume=477.25, inventory=A120, weighInv=64.00, matPrice=3160.310000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=446.4100, steamFee=0), MaterialDto(materialName=KVVP2 10X2.5, model=KVVP2, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=16423.16, factoryPrice=23228.37, netVolume=464.31, inventory=A120, weighInv=64.00, matPrice=3737.030000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=609.8200, steamFee=0), MaterialDto(materialName=KVVP2 13X2.5, model=KVVP2, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=20770.30, factoryPrice=29451.20, netVolume=569.74, inventory=A120, weighInv=64.00, matPrice=4279.500000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=703.5000, steamFee=0), MaterialDto(materialName=KVVP2 14X0.75, model=KVVP2, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=8242.37, factoryPrice=11497.66, netVolume=273.51, inventory=B100, weighInv=47.00, matPrice=2656.650000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=594.2500, steamFee=0), MaterialDto(materialName=KVVP2 17X2.5, model=KVVP2, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=26743.92, factoryPrice=37910.52, netVolume=738.67, inventory=A140, weighInv=99.00, matPrice=5180.230000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=824.7100, steamFee=0), MaterialDto(materialName=KVVP2 22X1.5, model=KVVP2, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=21806.86, factoryPrice=30650.42, netVolume=637.24, inventory=A140, weighInv=99.00, matPrice=4812.950000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1078.5000, steamFee=0), MaterialDto(materialName=KVVP22 5X1, model=KVVP22, specification=5*1, voltage=450/750V, standard=GB, costPrice=6307.73, factoryPrice=8656.03, netVolume=309.61, inventory=B100, weighInv=47.00, matPrice=3495.160000, totalCopperConsume=2658.00, totalAluminumConsume=, totalLHCost=473.1500, steamFee=0), MaterialDto(materialName=KVVP22 26X0.75, model=KVVP22, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=18172.34, factoryPrice=25708.97, netVolume=727.09, inventory=A140, weighInv=99.00, matPrice=7519.990000, totalCopperConsume=10368.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 37X0.75, model=KVVP22, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=23737.68, factoryPrice=33909.17, netVolume=899.73, inventory=A140, weighInv=99.00, matPrice=8669.320000, totalCopperConsume=14754.00, totalAluminumConsume=, totalLHCost=1638.3800, steamFee=0), MaterialDto(materialName=KVVP2-22 2X0.75, model=KVVP2-22, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=2704.02, factoryPrice=3708.26, netVolume=198.19, inventory=B100, weighInv=47.00, matPrice=1902.710000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=403.8000, steamFee=0), MaterialDto(materialName=KVVP2-22 3X4, model=KVVP2-22, specification=3*4, voltage=450/750V, standard=GB, costPrice=9283.31, factoryPrice=13199.32, netVolume=394.49, inventory=A120, weighInv=64.00, matPrice=3182.460000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=543.9000, steamFee=0), MaterialDto(materialName=KVVP2-22 5X2.5, model=KVVP2-22, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=9978.79, factoryPrice=14014.60, netVolume=446.71, inventory=A120, weighInv=64.00, matPrice=3633.770000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=600.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 7X6, model=KVVP2-22, specification=7*6, voltage=450/750V, standard=GB, costPrice=26548.41, factoryPrice=38302.36, netVolume=828.09, inventory=A140, weighInv=99.00, matPrice=5080.740000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=764.7800, steamFee=0), MaterialDto(materialName=KVVP2-22 28X1, model=KVVP2-22, specification=28*1, voltage=450/750V, standard=GB, costPrice=20917.51, factoryPrice=29644.75, netVolume=813.45, inventory=A140, weighInv=99.00, matPrice=6030.370000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1567.8000, steamFee=0), MaterialDto(materialName=KVVP3 2X1.5, model=KVVP3, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=2245.41, factoryPrice=3265.86, netVolume=98.97, inventory=B80, weighInv=22.00, matPrice=691.260000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=208.4800, steamFee=0), MaterialDto(materialName=KVVP3 10X1.5, model=KVVP3, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=9398.12, factoryPrice=13411.83, netVolume=313.38, inventory=A120, weighInv=64.00, matPrice=1665.790000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=621.3800, steamFee=0), MaterialDto(materialName=KVVP3 14X1.5, model=KVVP3, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=12827.93, factoryPrice=18316.15, netVolume=402.05, inventory=A120, weighInv=64.00, matPrice=2006.510000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=664.5500, steamFee=0), MaterialDto(materialName=KVVP3 18X6, model=KVVP3, specification=18*6, voltage=450/750V, standard=GB, costPrice=59366.57, factoryPrice=85651.01, netVolume=1398.08, inventory=A140, weighInv=99.00, matPrice=4164.450000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=1031.9900, steamFee=0), MaterialDto(materialName=KVVP3 19X6, model=KVVP3, specification=19*6, voltage=450/750V, standard=GB, costPrice=62507.58, factoryPrice=90259.08, netVolume=1450.86, inventory=A140, weighInv=99.00, matPrice=4239.210000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=1065.6700, steamFee=0), MaterialDto(materialName=KVVP 2X4, model=KVVP, specification=2*4, voltage=450/750V, standard=GB, costPrice=6341.19, factoryPrice=9743.86, netVolume=187.26, inventory=B100, weighInv=47.00, matPrice=2157.470000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=392.1900, steamFee=0), MaterialDto(materialName=KVVP 4X6, model=KVVP, specification=4*6, voltage=450/750V, standard=GB, costPrice=15599.45, factoryPrice=24880.26, netVolume=400.45, inventory=A120, weighInv=64.00, matPrice=3174.330000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=458.8000, steamFee=0), MaterialDto(materialName=KVVP 8X1.5, model=KVVP, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=9161.60, factoryPrice=14515.46, netVolume=275.68, inventory=B100, weighInv=47.00, matPrice=2842.770000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=572.3600, steamFee=0), MaterialDto(materialName=KVVP 10X6, model=KVVP, specification=10*6, voltage=450/750V, standard=GB, costPrice=38773.64, factoryPrice=55997.57, netVolume=913.45, inventory=A140, weighInv=99.00, matPrice=7737.460000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=683.7700, steamFee=0), MaterialDto(materialName=KVVP 26X1.5, model=KVVP, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=28734.15, factoryPrice=40166.76, netVolume=787.23, inventory=A140, weighInv=99.00, matPrice=8276.320000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 36X2.5, model=KVVP, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=58544.65, factoryPrice=85794.00, netVolume=1524.63, inventory=A160, weighInv=159.00, matPrice=12618.580000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1522.4000, steamFee=0), MaterialDto(materialName=KVVP2 5X1, model=KVVP2, specification=5*1, voltage=450/750V, standard=GB, costPrice=4307.70, factoryPrice=6199.92, netVolume=150.24, inventory=B100, weighInv=47.00, matPrice=1646.070000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=265.8300, steamFee=0), MaterialDto(materialName=KVVP2 14X1, model=KVVP2, specification=14*1, voltage=450/750V, standard=GB, costPrice=10264.95, factoryPrice=14850.42, netVolume=315.59, inventory=B100, weighInv=47.00, matPrice=2819.420000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=641.7800, steamFee=0), MaterialDto(materialName=KVVP2 18X1.5, model=KVVP2, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=17971.17, factoryPrice=25246.03, netVolume=520.03, inventory=A120, weighInv=64.00, matPrice=4066.350000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=808.1700, steamFee=0), MaterialDto(materialName=KVVP2 23X0.75, model=KVVP2, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=12884.53, factoryPrice=17831.88, netVolume=414.60, inventory=A120, weighInv=64.00, matPrice=3710.500000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 32X0.75, model=KVVP2, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=17143.85, factoryPrice=23743.45, netVolume=533.23, inventory=A120, weighInv=64.00, matPrice=4381.520000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 12X1, model=KVVP22, specification=12*1, voltage=450/750V, standard=GB, costPrice=11352.09, factoryPrice=17485.07, netVolume=468.97, inventory=A120, weighInv=64.00, matPrice=4773.140000, totalCopperConsume=6378.00, totalAluminumConsume=, totalLHCost=892.9200, steamFee=0), MaterialDto(materialName=KVVP22 21X1, model=KVVP22, specification=21*1, voltage=450/750V, standard=GB, costPrice=17572.03, factoryPrice=27242.36, netVolume=678.68, inventory=A140, weighInv=99.00, matPrice=6172.280000, totalCopperConsume=11160.00, totalAluminumConsume=, totalLHCost=1304.8600, steamFee=0), MaterialDto(materialName=KVVP22 28X2.5, model=KVVP22, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=50342.20, factoryPrice=72634.97, netVolume=1615.39, inventory=A160, weighInv=159.00, matPrice=14546.240000, totalCopperConsume=35508.00, totalAluminumConsume=, totalLHCost=1425.5800, steamFee=0), MaterialDto(materialName=KVVP22 32X2.5, model=KVVP22, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=56273.06, factoryPrice=81210.42, netVolume=1771.74, inventory=A160, weighInv=159.00, matPrice=15390.310000, totalCopperConsume=40584.00, totalAluminumConsume=, totalLHCost=1711.5600, steamFee=0), MaterialDto(materialName=KVVP2-22 7X0.75, model=KVVP2-22, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=5488.69, factoryPrice=7661.42, netVolume=297.80, inventory=B100, weighInv=47.00, matPrice=2693.880000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=535.6200, steamFee=0), MaterialDto(materialName=KVVP2-22 7X4, model=KVVP2-22, specification=7*4, voltage=450/750V, standard=GB, costPrice=18736.25, factoryPrice=26815.76, netVolume=642.87, inventory=A120, weighInv=64.00, matPrice=4506.120000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=708.3700, steamFee=0), MaterialDto(materialName=KVVP2-22 18X6, model=KVVP2-22, specification=18*6, voltage=450/750V, standard=GB, costPrice=64386.37, factoryPrice=92497.15, netVolume=1811.22, inventory=A160, weighInv=159.00, matPrice=9189.940000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=1314.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 20X0.75, model=KVVP2-22, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=12454.09, factoryPrice=17567.23, netVolume=549.05, inventory=A120, weighInv=64.00, matPrice=4476.170000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=1294.4700, steamFee=0), MaterialDto(materialName=KVVP2-22 25X0.75, model=KVVP2-22, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=15381.64, factoryPrice=21007.68, netVolume=675.80, inventory=A140, weighInv=99.00, matPrice=5410.220000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 31X1.5, model=KVVP2-22, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=31775.80, factoryPrice=44085.95, netVolume=1133.73, inventory=A140, weighInv=99.00, matPrice=7831.440000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1679.6600, steamFee=0), MaterialDto(materialName=KVVP2-22 36X2.5, model=KVVP2-22, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=56733.53, factoryPrice=79858.73, netVolume=1826.10, inventory=A160, weighInv=159.00, matPrice=11073.610000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1676.1200, steamFee=0), MaterialDto(materialName=KVVP3 3X1, model=KVVP3, specification=3*1, voltage=450/750V, standard=GB, costPrice=2260.22, factoryPrice=3373.30, netVolume=95.03, inventory=B80, weighInv=22.00, matPrice=655.980000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=212.9600, steamFee=0), MaterialDto(materialName=KVVP3 17X4, model=KVVP3, specification=17*4, voltage=450/750V, standard=GB, costPrice=38260.66, factoryPrice=55211.52, netVolume=981.61, inventory=A140, weighInv=99.00, matPrice=3701.680000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 7X0.75, model=KVVP, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4854.18, factoryPrice=7370.70, netVolume=153.64, inventory=B100, weighInv=47.00, matPrice=1957.280000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=435.1600, steamFee=0), MaterialDto(materialName=KVVP 8X4, model=KVVP, specification=8*4, voltage=450/750V, standard=GB, costPrice=20437.48, factoryPrice=32467.42, netVolume=514.47, inventory=A120, weighInv=64.00, matPrice=3991.760000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=635.6800, steamFee=0), MaterialDto(materialName=KVVP 10X2.5, model=KVVP, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=17864.86, factoryPrice=27086.73, netVolume=486.26, inventory=A120, weighInv=64.00, matPrice=4927.640000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=662.4400, steamFee=0), MaterialDto(materialName=KVVP 19X4, model=KVVP, specification=19*4, voltage=450/750V, standard=GB, costPrice=48185.80, factoryPrice=69425.20, netVolume=1153.54, inventory=A140, weighInv=99.00, matPrice=9355.570000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=949.8700, steamFee=0), MaterialDto(materialName=KVVP 22X2.5, model=KVVP, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=37529.34, factoryPrice=53608.61, netVolume=981.25, inventory=A140, weighInv=99.00, matPrice=9407.400000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1223.9200, steamFee=0), MaterialDto(materialName=KVVP 33X2.5, model=KVVP, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=53810.27, factoryPrice=79246.48, netVolume=1374.69, inventory=A140, weighInv=99.00, matPrice=11700.170000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 12X2.5, model=KVVP2, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=19240.96, factoryPrice=27253.42, netVolume=529.87, inventory=A120, weighInv=64.00, matPrice=4018.390000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=669.4900, steamFee=0), MaterialDto(materialName=KVVP2 14X2.5, model=KVVP2, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=22136.07, factoryPrice=31412.77, netVolume=601.34, inventory=A120, weighInv=64.00, matPrice=4377.050000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=728.2500, steamFee=0), MaterialDto(materialName=KVVP2 16X2.5, model=KVVP2, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=25172.86, factoryPrice=35699.31, netVolume=694.08, inventory=A140, weighInv=99.00, matPrice=4877.400000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=812.3500, steamFee=0), MaterialDto(materialName=KVVP2 17X4, model=KVVP2, specification=17*4, voltage=450/750V, standard=GB, costPrice=40486.30, factoryPrice=57846.17, netVolume=1009.10, inventory=A140, weighInv=99.00, matPrice=5933.000000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 19X0.75, model=KVVP2, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=10686.60, factoryPrice=14964.97, netVolume=342.69, inventory=A120, weighInv=64.00, matPrice=3107.380000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=704.6100, steamFee=0), MaterialDto(materialName=KVVP2 32X1.5, model=KVVP2, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=30742.20, factoryPrice=43282.52, netVolume=870.13, inventory=A140, weighInv=99.00, matPrice=6025.560000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1316.3800, steamFee=0), MaterialDto(materialName=KVVP2 36X1.5, model=KVVP2, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=34265.97, factoryPrice=48272.16, netVolume=961.21, inventory=A140, weighInv=99.00, matPrice=6460.250000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1254.5800, steamFee=0), MaterialDto(materialName=KVVP22 2X1, model=KVVP22, specification=2*1, voltage=450/750V, standard=GB, costPrice=4000.68, factoryPrice=5160.28, netVolume=223.63, inventory=B100, weighInv=47.00, matPrice=2808.550000, totalCopperConsume=1062.00, totalAluminumConsume=, totalLHCost=413.2500, steamFee=0), MaterialDto(materialName=KVVP22 11X0.75, model=KVVP22, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=9114.64, factoryPrice=12379.30, netVolume=415.58, inventory=A120, weighInv=64.00, matPrice=4533.540000, totalCopperConsume=4386.00, totalAluminumConsume=, totalLHCost=708.4300, steamFee=0), MaterialDto(materialName=KVVP22 13X1.5, model=KVVP22, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=16331.82, factoryPrice=24554.78, netVolume=644.32, inventory=A140, weighInv=99.00, matPrice=6052.940000, totalCopperConsume=10038.00, totalAluminumConsume=, totalLHCost=979.0600, steamFee=0), MaterialDto(materialName=KVVP22 16X1, model=KVVP22, specification=16*1, voltage=450/750V, standard=GB, costPrice=14112.67, factoryPrice=21797.68, netVolume=560.04, inventory=A120, weighInv=64.00, matPrice=5391.230000, totalCopperConsume=8502.00, totalAluminumConsume=, totalLHCost=1029.3000, steamFee=0), MaterialDto(materialName=KVVP22 33X1, model=KVVP22, specification=33*1, voltage=450/750V, standard=GB, costPrice=26543.63, factoryPrice=39124.75, netVolume=943.84, inventory=A140, weighInv=99.00, matPrice=8691.570000, totalCopperConsume=17538.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 35X0.75, model=KVVP22, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=22875.63, factoryPrice=32660.97, netVolume=881.49, inventory=A140, weighInv=99.00, matPrice=8605.270000, totalCopperConsume=13956.00, totalAluminumConsume=, totalLHCost=1599.7600, steamFee=0), MaterialDto(materialName=KVVP2-22 5X0.75, model=KVVP2-22, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=4466.37, factoryPrice=6173.85, netVolume=270.14, inventory=B100, weighInv=47.00, matPrice=2468.960000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=471.8400, steamFee=0), MaterialDto(materialName=KVVP2-22 10X1.5, model=KVVP2-22, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=11970.60, factoryPrice=16612.12, netVolume=518.13, inventory=A120, weighInv=64.00, matPrice=4243.970000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=903.7500, steamFee=0), MaterialDto(materialName=KVVP2-22 35X1, model=KVVP2-22, specification=35*1, voltage=450/750V, standard=GB, costPrice=25362.85, factoryPrice=36223.87, netVolume=947.65, inventory=A140, weighInv=99.00, matPrice=6754.900000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1808.6000, steamFee=0), MaterialDto(materialName=KVVP3 2X0.75, model=KVVP3, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1378.24, factoryPrice=2000.28, netVolume=73.73, inventory=B80, weighInv=22.00, matPrice=570.640000, totalCopperConsume=798.00, totalAluminumConsume=, totalLHCost=211.3100, steamFee=0), MaterialDto(materialName=KVVP3 8X0.75, model=KVVP3, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=4165.65, factoryPrice=6037.18, netVolume=155.53, inventory=B100, weighInv=47.00, matPrice=966.440000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=422.1900, steamFee=0), MaterialDto(materialName=KVVP 8X6, model=KVVP, specification=8*6, voltage=450/750V, standard=GB, costPrice=29969.38, factoryPrice=45946.40, netVolume=713.10, inventory=A120, weighInv=64.00, matPrice=5208.220000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=725.2100, steamFee=0), MaterialDto(materialName=KVVP 16X0.75, model=KVVP, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=9805.52, factoryPrice=15728.90, netVolume=312.27, inventory=A120, weighInv=64.00, matPrice=3268.190000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=889.0700, steamFee=0), MaterialDto(materialName=KVVP 35X2.5, model=KVVP, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=57178.88, factoryPrice=83854.55, netVolume=1493.03, inventory=A160, weighInv=159.00, matPrice=12521.030000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1499.7700, steamFee=0), MaterialDto(materialName=KVVP 37X2.5, model=KVVP, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=59878.55, factoryPrice=87735.03, netVolume=1548.65, inventory=A160, weighInv=159.00, matPrice=12684.260000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1545.0400, steamFee=0), MaterialDto(materialName=KVVP2 5X0.75, model=KVVP2, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=3549.07, factoryPrice=4928.02, netVolume=130.45, inventory=B80, weighInv=22.00, matPrice=1551.660000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=279.3500, steamFee=0), MaterialDto(materialName=KVVP2 11X4, model=KVVP2, specification=11*4, voltage=450/750V, standard=GB, costPrice=26819.17, factoryPrice=38175.17, netVolume=673.81, inventory=A140, weighInv=99.00, matPrice=4459.780000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=715.3500, steamFee=0), MaterialDto(materialName=KVVP2 13X1.5, model=KVVP2, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=13454.54, factoryPrice=18867.57, netVolume=399.67, inventory=A120, weighInv=64.00, matPrice=3411.090000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=679.7400, steamFee=0), MaterialDto(materialName=KVVP2 28X2.5, model=KVVP2, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=42663.67, factoryPrice=60310.18, netVolume=1130.53, inventory=A140, weighInv=99.00, matPrice=7149.540000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1200.4600, steamFee=0), MaterialDto(materialName=KVVP22 6X1.5, model=KVVP22, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=9129.92, factoryPrice=12536.51, netVolume=401.15, inventory=A120, weighInv=64.00, matPrice=4311.080000, totalCopperConsume=4632.00, totalAluminumConsume=, totalLHCost=486.5000, steamFee=0), MaterialDto(materialName=KVVP22 10X0.75, model=KVVP22, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=8579.89, factoryPrice=11819.98, netVolume=399.62, inventory=A120, weighInv=64.00, matPrice=4399.790000, totalCopperConsume=3990.00, totalAluminumConsume=, totalLHCost=690.3400, steamFee=0), MaterialDto(materialName=KVVP22 14X0.75, model=KVVP22, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=10627.97, factoryPrice=15517.97, netVolume=463.93, inventory=A120, weighInv=64.00, matPrice=4844.450000, totalCopperConsume=5580.00, totalAluminumConsume=, totalLHCost=901.1000, steamFee=0), MaterialDto(materialName=KVVP22 14X2.5, model=KVVP22, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=26279.71, factoryPrice=38213.88, netVolume=895.88, inventory=A140, weighInv=99.00, matPrice=8221.390000, totalCopperConsume=17754.00, totalAluminumConsume=, totalLHCost=896.4600, steamFee=0), MaterialDto(materialName=KVVP22 19X0.75, model=KVVP22, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=13275.78, factoryPrice=19990.95, netVolume=552.78, inventory=A120, weighInv=64.00, matPrice=5475.250000, totalCopperConsume=7578.00, totalAluminumConsume=, totalLHCost=1045.4900, steamFee=0), MaterialDto(materialName=KVVP22 21X1.5, model=KVVP22, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=24773.83, factoryPrice=35725.38, netVolume=881.15, inventory=A140, weighInv=99.00, matPrice=8252.720000, totalCopperConsume=16218.00, totalAluminumConsume=, totalLHCost=1361.0600, steamFee=0), MaterialDto(materialName=KVVP2-22 6X4, model=KVVP2-22, specification=6*4, voltage=450/750V, standard=GB, costPrice=16627.04, factoryPrice=23664.45, netVolume=606.80, inventory=A120, weighInv=64.00, matPrice=4429.230000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=678.5300, steamFee=0), MaterialDto(materialName=KVVP2-22 20X1, model=KVVP2-22, specification=20*1, voltage=450/750V, standard=GB, costPrice=15359.55, factoryPrice=22161.87, netVolume=613.36, inventory=A120, weighInv=64.00, matPrice=4724.760000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1372.6400, steamFee=0), MaterialDto(materialName=KVVP2-22 25X1.5, model=KVVP2-22, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=26310.60, factoryPrice=36329.73, netVolume=974.66, inventory=A140, weighInv=99.00, matPrice=6999.870000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1491.0100, steamFee=0), MaterialDto(materialName=KVVP2-22 30X2.5, model=KVVP2-22, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=47947.47, factoryPrice=67350.66, netVolume=1582.15, inventory=A160, weighInv=159.00, matPrice=9896.890000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1518.3800, steamFee=0), MaterialDto(materialName=KVVP2-22 34X1, model=KVVP2-22, specification=34*1, voltage=450/750V, standard=GB, costPrice=24782.56, factoryPrice=35380.15, netVolume=933.28, inventory=A140, weighInv=99.00, matPrice=6706.150000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1700.0500, steamFee=0), MaterialDto(materialName=KVVP2-22 37X1.5, model=KVVP2-22, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=37199.04, factoryPrice=51499.31, netVolume=1297.44, inventory=A140, weighInv=99.00, matPrice=8621.040000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1558.1900, steamFee=0), MaterialDto(materialName=KVVP3 10X4, model=KVVP3, specification=10*4, voltage=450/750V, standard=GB, costPrice=22796.93, factoryPrice=32901.13, netVolume=605.23, inventory=A120, weighInv=64.00, matPrice=2464.160000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=675.3300, steamFee=0), MaterialDto(materialName=KVVP3 12X6, model=KVVP3, specification=12*6, voltage=450/750V, standard=GB, costPrice=39891.27, factoryPrice=57670.00, netVolume=963.58, inventory=A140, weighInv=99.00, matPrice=3086.650000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=791.2700, steamFee=0), MaterialDto(materialName=KVVP3 18X1, model=KVVP3, specification=18*1, voltage=450/750V, standard=GB, costPrice=11475.63, factoryPrice=16864.92, netVolume=371.88, inventory=A120, weighInv=64.00, matPrice=1898.230000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=699.9600, steamFee=0), MaterialDto(materialName=KVVP3 22X0.75, model=KVVP3, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=10810.14, factoryPrice=15384.46, netVolume=376.46, inventory=A120, weighInv=64.00, matPrice=2029.130000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 16X6, model=KVVP, specification=16*6, voltage=450/750V, standard=GB, costPrice=58874.68, factoryPrice=87721.60, netVolume=1348.19, inventory=A140, weighInv=99.00, matPrice=9585.740000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=909.1200, steamFee=0), MaterialDto(materialName=KVVP 35X1.5, model=KVVP, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=37003.09, factoryPrice=52261.66, netVolume=1005.32, inventory=A140, weighInv=99.00, matPrice=9748.720000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1637.9400, steamFee=0), MaterialDto(materialName=KVVP 36X0.75, model=KVVP, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=20781.38, factoryPrice=30544.56, netVolume=631.21, inventory=A140, weighInv=99.00, matPrice=6172.650000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1641.5800, steamFee=0), MaterialDto(materialName=KVVP 36X1, model=KVVP, specification=36*1, voltage=450/750V, standard=GB, costPrice=25973.01, factoryPrice=39074.98, netVolume=735.56, inventory=A140, weighInv=99.00, matPrice=6571.110000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1846.7200, steamFee=0), MaterialDto(materialName=KVVP 37X0.75, model=KVVP, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=21201.80, factoryPrice=31155.23, netVolume=637.84, inventory=A140, weighInv=99.00, matPrice=6194.370000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1664.2200, steamFee=0), MaterialDto(materialName=KVVP2 15X1, model=KVVP2, specification=15*1, voltage=450/750V, standard=GB, costPrice=10977.54, factoryPrice=15851.35, netVolume=338.31, inventory=A120, weighInv=64.00, matPrice=3000.470000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=657.3400, steamFee=0), MaterialDto(materialName=KVVP2 18X0.75, model=KVVP2, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=10266.18, factoryPrice=14320.33, netVolume=336.06, inventory=A120, weighInv=64.00, matPrice=3085.660000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 23X2.5, model=KVVP2, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=35576.80, factoryPrice=50235.31, netVolume=960.62, inventory=A140, weighInv=99.00, matPrice=6403.770000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 25X0.75, model=KVVP2, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=13820.06, factoryPrice=19011.35, netVolume=438.46, inventory=A120, weighInv=64.00, matPrice=3848.630000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 26X0.75, model=KVVP2, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=14261.73, factoryPrice=19654.41, netVolume=450.16, inventory=A120, weighInv=64.00, matPrice=3891.610000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 37X1, model=KVVP2, specification=37*1, voltage=450/750V, standard=GB, costPrice=24834.95, factoryPrice=35616.36, netVolume=718.51, inventory=A140, weighInv=99.00, matPrice=5163.910000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1409.7900, steamFee=0), MaterialDto(materialName=KVVP22 12X2.5, model=KVVP22, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=23221.64, factoryPrice=33675.33, netVolume=812.66, inventory=A140, weighInv=99.00, matPrice=7715.360000, totalCopperConsume=15216.00, totalAluminumConsume=, totalLHCost=835.0400, steamFee=0), MaterialDto(materialName=KVVP22 12X6, model=KVVP22, specification=12*6, voltage=450/750V, standard=GB, costPrice=48147.62, factoryPrice=68658.11, netVolume=1340.39, inventory=A140, weighInv=99.00, matPrice=11106.610000, totalCopperConsume=36798.00, totalAluminumConsume=, totalLHCost=954.1200, steamFee=0), MaterialDto(materialName=KVVP22 20X1, model=KVVP22, specification=20*1, voltage=450/750V, standard=GB, costPrice=16868.48, factoryPrice=26349.66, netVolume=653.47, inventory=A140, weighInv=99.00, matPrice=6001.670000, totalCopperConsume=10632.00, totalAluminumConsume=, totalLHCost=1315.5600, steamFee=0), MaterialDto(materialName=KVVP22 30X1, model=KVVP22, specification=30*1, voltage=450/750V, standard=GB, costPrice=24553.82, factoryPrice=36142.50, netVolume=883.67, inventory=A140, weighInv=99.00, matPrice=8302.350000, totalCopperConsume=15948.00, totalAluminumConsume=, totalLHCost=1645.9100, steamFee=0), MaterialDto(materialName=KVVP22 31X1.5, model=KVVP22, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=36356.54, factoryPrice=49665.72, netVolume=1217.54, inventory=A140, weighInv=99.00, matPrice=12161.100000, totalCopperConsume=23940.00, totalAluminumConsume=, totalLHCost=1691.7700, steamFee=0), MaterialDto(materialName=KVVP22 34X1, model=KVVP22, specification=34*1, voltage=450/750V, standard=GB, costPrice=27393.36, factoryPrice=40423.51, netVolume=975.87, inventory=A140, weighInv=99.00, matPrice=8996.200000, totalCopperConsume=18072.00, totalAluminumConsume=, totalLHCost=1712.1500, steamFee=0), MaterialDto(materialName=KVVP22 36X2.5, model=KVVP22, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=62215.67, factoryPrice=89812.73, netVolume=1928.65, inventory=A160, weighInv=159.00, matPrice=16251.620000, totalCopperConsume=45654.00, totalAluminumConsume=, totalLHCost=1687.6500, steamFee=0), MaterialDto(materialName=KVVP22 37X1.5, model=KVVP22, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=41927.63, factoryPrice=58276.72, netVolume=1383.62, inventory=A140, weighInv=99.00, matPrice=13090.830000, totalCopperConsume=28572.00, totalAluminumConsume=, totalLHCost=1718.3000, steamFee=0), MaterialDto(materialName=KVVP2-22 13X6, model=KVVP2-22, specification=13*6, voltage=450/750V, standard=GB, costPrice=47257.23, factoryPrice=68057.71, netVolume=1350.06, inventory=A140, weighInv=99.00, matPrice=7392.040000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=1114.6900, steamFee=0), MaterialDto(materialName=KVVP2-22 14X6, model=KVVP2-22, specification=14*6, voltage=450/750V, standard=GB, costPrice=50451.36, factoryPrice=72714.76, netVolume=1415.49, inventory=A140, weighInv=99.00, matPrice=7519.930000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=1148.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 17X0.75, model=KVVP2-22, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=11058.91, factoryPrice=15411.32, netVolume=511.62, inventory=A120, weighInv=64.00, matPrice=4277.090000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 18X2.5, model=KVVP2-22, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=29831.80, factoryPrice=42204.17, netVolume=1031.39, inventory=A140, weighInv=99.00, matPrice=6999.880000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=1058.3000, steamFee=0), MaterialDto(materialName=KVVP2-22 20X1.5, model=KVVP2-22, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=21337.90, factoryPrice=29876.22, netVolume=807.26, inventory=A140, weighInv=99.00, matPrice=5888.530000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=1144.4400, steamFee=0), MaterialDto(materialName=KVVP 5X0.75, model=KVVP, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=3853.29, factoryPrice=5889.45, netVolume=134.82, inventory=B100, weighInv=47.00, matPrice=1763.820000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=381.4000, steamFee=0), MaterialDto(materialName=KVVP 6X1.5, model=KVVP, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=7245.42, factoryPrice=10801.67, netVolume=215.06, inventory=B100, weighInv=47.00, matPrice=2479.610000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=393.2500, steamFee=0), MaterialDto(materialName=KVVP 10X0.75, model=KVVP, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=6672.76, factoryPrice=9969.80, netVolume=210.75, inventory=B100, weighInv=47.00, matPrice=2550.330000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=619.6300, steamFee=0), MaterialDto(materialName=KVVP 14X2.5, model=KVVP, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=23804.24, factoryPrice=35644.01, netVolume=642.71, inventory=A140, weighInv=99.00, matPrice=5803.650000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=808.4900, steamFee=0), MaterialDto(materialName=KVVP 19X0.75, model=KVVP, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=11280.95, factoryPrice=17944.85, netVolume=351.11, inventory=A120, weighInv=64.00, matPrice=3537.780000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=953.1200, steamFee=0), MaterialDto(materialName=KVVP 28X2.5, model=KVVP, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=46612.12, factoryPrice=68973.32, netVolume=1201.28, inventory=A140, weighInv=99.00, matPrice=10853.920000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1268.1200, steamFee=0), MaterialDto(materialName=KVVP2 4X2.5, model=KVVP2, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=7207.61, factoryPrice=10229.71, netVolume=218.32, inventory=B100, weighInv=47.00, matPrice=2130.800000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=354.7700, steamFee=0), MaterialDto(materialName=KVVP2 7X2.5, model=KVVP2, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=11733.89, factoryPrice=16706.13, netVolume=335.61, inventory=B100, weighInv=47.00, matPrice=2852.420000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=463.9100, steamFee=0), MaterialDto(materialName=KVVP2 8X1, model=KVVP2, specification=8*1, voltage=450/750V, standard=GB, costPrice=6207.31, factoryPrice=9119.76, netVolume=190.20, inventory=B100, weighInv=47.00, matPrice=1951.040000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=452.2800, steamFee=0), MaterialDto(materialName=KVVP2 8X6, model=KVVP2, specification=8*6, voltage=450/750V, standard=GB, costPrice=28401.34, factoryPrice=41306.73, netVolume=673.94, inventory=A120, weighInv=64.00, matPrice=3867.420000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=649.6000, steamFee=0), MaterialDto(materialName=KVVP2 11X1.5, model=KVVP2, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=11639.48, factoryPrice=16179.20, netVolume=352.02, inventory=A120, weighInv=64.00, matPrice=3140.570000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=665.2400, steamFee=0), MaterialDto(materialName=KVVP2 21X2.5, model=KVVP2, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=32380.43, factoryPrice=46030.93, netVolume=870.48, inventory=A140, weighInv=99.00, matPrice=5743.850000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1029.2500, steamFee=0), MaterialDto(materialName=KVVP2 25X1, model=KVVP2, specification=25*1, voltage=450/750V, standard=GB, costPrice=17398.74, factoryPrice=24817.85, netVolume=511.55, inventory=A120, weighInv=64.00, matPrice=4106.230000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1094.5200, steamFee=0), MaterialDto(materialName=KVVP22 8X6, model=KVVP22, specification=8*6, voltage=450/750V, standard=GB, costPrice=32371.07, factoryPrice=48430.16, netVolume=955.24, inventory=A140, weighInv=99.00, matPrice=7553.080000, totalCopperConsume=24528.00, totalAluminumConsume=, totalLHCost=896.6500, steamFee=0), MaterialDto(materialName=KVVP22 11X2.5, model=KVVP22, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=21857.88, factoryPrice=31389.86, netVolume=781.06, inventory=A140, weighInv=99.00, matPrice=7617.590000, totalCopperConsume=13950.00, totalAluminumConsume=, totalLHCost=810.2900, steamFee=0), MaterialDto(materialName=KVVP22 14X4, model=KVVP22, specification=14*4, voltage=450/750V, standard=GB, costPrice=39678.46, factoryPrice=55203.62, netVolume=1174.51, inventory=A140, weighInv=99.00, matPrice=10784.390000, totalCopperConsume=28452.00, totalAluminumConsume=, totalLHCost=983.2900, steamFee=0), MaterialDto(materialName=KVVP22 16X0.75, model=KVVP22, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=11739.86, factoryPrice=17654.13, netVolume=505.33, inventory=A120, weighInv=64.00, matPrice=5149.050000, totalCopperConsume=6378.00, totalAluminumConsume=, totalLHCost=955.0200, steamFee=0), MaterialDto(materialName=KVVP22 27X1.5, model=KVVP22, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=32516.38, factoryPrice=43990.36, netVolume=1095.19, inventory=A140, weighInv=99.00, matPrice=11211.310000, totalCopperConsume=20850.00, totalAluminumConsume=, totalLHCost=1461.5600, steamFee=0), MaterialDto(materialName=KVVP2-22 4X4, model=KVVP2-22, specification=4*4, voltage=450/750V, standard=GB, costPrice=11736.73, factoryPrice=16696.65, netVolume=470.16, inventory=A120, weighInv=64.00, matPrice=3603.550000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=595.9700, steamFee=0), MaterialDto(materialName=KVVP2-22 5X4, model=KVVP2-22, specification=5*4, voltage=450/750V, standard=GB, costPrice=14195.87, factoryPrice=20266.66, netVolume=542.95, inventory=A120, weighInv=64.00, matPrice=4030.380000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=636.0400, steamFee=0), MaterialDto(materialName=KVVP2-22 15X4, model=KVVP2-22, specification=15*4, voltage=450/750V, standard=GB, costPrice=37731.87, factoryPrice=53853.51, netVolume=1170.96, inventory=A140, weighInv=99.00, matPrice=7243.210000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=1102.3100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X6, model=KVVP2-22, specification=16*6, voltage=450/750V, standard=GB, costPrice=57378.60, factoryPrice=82718.53, netVolume=1608.31, inventory=A140, weighInv=99.00, matPrice=8314.670000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=1259.4000, steamFee=0), MaterialDto(materialName=KVVP2-22 17X1.5, model=KVVP2-22, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=18722.03, factoryPrice=25976.78, netVolume=741.38, inventory=A140, weighInv=99.00, matPrice=5589.490000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=1130.9700, steamFee=0), MaterialDto(materialName=KVVP2-22 29X0.75, model=KVVP2-22, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=17306.06, factoryPrice=23806.65, netVolume=735.62, inventory=A140, weighInv=99.00, matPrice=5739.830000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 17X4, model=KVVP, specification=17*4, voltage=450/750V, standard=GB, costPrice=43924.87, factoryPrice=63231.60, netVolume=1071.29, inventory=A140, weighInv=99.00, matPrice=9159.280000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 22X1.5, model=KVVP, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=23476.39, factoryPrice=34892.72, netVolume=663.19, inventory=A140, weighInv=99.00, matPrice=6224.230000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1310.3900, steamFee=0), MaterialDto(materialName=KVVP 31X2.5, model=KVVP, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=51078.72, factoryPrice=75351.78, netVolume=1311.49, inventory=A140, weighInv=99.00, matPrice=11505.070000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1557.3500, steamFee=0), MaterialDto(materialName=KVVP 35X0.75, model=KVVP, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=20339.71, factoryPrice=29933.10, netVolume=619.52, inventory=A140, weighInv=99.00, matPrice=6129.680000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1618.9400, steamFee=0), MaterialDto(materialName=KVVP 36X1.5, model=KVVP, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=37842.86, factoryPrice=53449.82, netVolume=1025.72, inventory=A140, weighInv=99.00, matPrice=9816.220000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1660.5800, steamFee=0), MaterialDto(materialName=KVVP2 2X4, model=KVVP2, specification=2*4, voltage=450/750V, standard=GB, costPrice=5943.98, factoryPrice=8428.51, netVolume=181.63, inventory=B100, weighInv=47.00, matPrice=1875.430000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=315.4600, steamFee=0), MaterialDto(materialName=KVVP2 3X4, model=KVVP2, specification=3*4, voltage=450/750V, standard=GB, costPrice=8169.85, factoryPrice=11670.67, netVolume=225.03, inventory=B100, weighInv=47.00, matPrice=2068.990000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=345.2900, steamFee=0), MaterialDto(materialName=KVVP2 6X1, model=KVVP2, specification=6*1, voltage=450/750V, standard=GB, costPrice=4973.88, factoryPrice=7176.36, netVolume=160.54, inventory=B100, weighInv=47.00, matPrice=1780.710000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=285.8000, steamFee=0), MaterialDto(materialName=KVVP2 29X2.5, model=KVVP2, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=44029.45, factoryPrice=62259.11, netVolume=1162.13, inventory=A140, weighInv=99.00, matPrice=7247.090000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 36X0.75, model=KVVP2, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=19043.05, factoryPrice=26318.06, netVolume=588.29, inventory=A120, weighInv=64.00, matPrice=4685.930000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1319.2800, steamFee=0), MaterialDto(materialName=KVVP22 3X0.75, model=KVVP22, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=4192.56, factoryPrice=5326.97, netVolume=228.70, inventory=B100, weighInv=47.00, matPrice=2866.190000, totalCopperConsume=1194.00, totalAluminumConsume=, totalLHCost=434.8000, steamFee=0), MaterialDto(materialName=KVVP22 6X0.75, model=KVVP22, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=6160.48, factoryPrice=8204.15, netVolume=308.68, inventory=B100, weighInv=47.00, matPrice=3605.810000, totalCopperConsume=2394.00, totalAluminumConsume=, totalLHCost=509.3300, steamFee=0), MaterialDto(materialName=KVVP22 9X0.75, model=KVVP22, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=7907.28, factoryPrice=11093.97, netVolume=370.71, inventory=A120, weighInv=64.00, matPrice=4138.910000, totalCopperConsume=3588.00, totalAluminumConsume=, totalLHCost=639.7200, steamFee=0), MaterialDto(materialName=KVVP22 9X2.5, model=KVVP22, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=17758.81, factoryPrice=27292.92, netVolume=668.37, inventory=A140, weighInv=99.00, matPrice=6103.820000, totalCopperConsume=11412.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 12X1.5, model=KVVP22, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=15139.34, factoryPrice=22737.78, netVolume=588.96, inventory=A120, weighInv=64.00, matPrice=5639.100000, totalCopperConsume=9270.00, totalAluminumConsume=, totalLHCost=957.8200, steamFee=0), MaterialDto(materialName=KVVP22 18X4, model=KVVP22, specification=18*4, voltage=450/750V, standard=GB, costPrice=49285.70, factoryPrice=69723.82, netVolume=1451.06, inventory=A140, weighInv=99.00, matPrice=12447.510000, totalCopperConsume=36582.00, totalAluminumConsume=, totalLHCost=1121.7800, steamFee=0), MaterialDto(materialName=KVVP22 27X2.5, model=KVVP22, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=48566.34, factoryPrice=70005.85, netVolume=1559.01, inventory=A160, weighInv=159.00, matPrice=14046.180000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1342.8900, steamFee=0), MaterialDto(materialName=KVVP2-22 37X2.5, model=KVVP2-22, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=58067.43, factoryPrice=81806.87, netVolume=1850.11, inventory=A160, weighInv=159.00, matPrice=11139.290000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1700.8700, steamFee=0), MaterialDto(materialName=KVVP3 3X2.5, model=KVVP3, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=4763.09, factoryPrice=6963.06, netVolume=163.41, inventory=B100, weighInv=47.00, matPrice=948.820000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=330.0300, steamFee=0), MaterialDto(materialName=KVVP3 6X4, model=KVVP3, specification=6*4, voltage=450/750V, standard=GB, costPrice=13965.99, factoryPrice=20191.61, netVolume=395.91, inventory=A120, weighInv=64.00, matPrice=1762.490000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=469.7000, steamFee=0), MaterialDto(materialName=KVVP3 7X6, model=KVVP3, specification=7*6, voltage=450/750V, standard=GB, costPrice=23474.74, factoryPrice=34308.91, netVolume=578.53, inventory=A120, weighInv=64.00, matPrice=2001.380000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=540.3600, steamFee=0), MaterialDto(materialName=KVVP3 15X6, model=KVVP3, specification=15*6, voltage=450/750V, standard=GB, costPrice=49678.51, factoryPrice=71684.60, netVolume=1187.98, inventory=A140, weighInv=99.00, matPrice=3675.140000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=943.3600, steamFee=0), MaterialDto(materialName=KVVP3 20X1, model=KVVP3, specification=20*1, voltage=450/750V, standard=GB, costPrice=12639.48, factoryPrice=18647.95, netVolume=398.39, inventory=A120, weighInv=64.00, matPrice=1999.000000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1011.7600, steamFee=0), MaterialDto(materialName=KVVP3 21X1, model=KVVP3, specification=21*1, voltage=450/750V, standard=GB, costPrice=13251.95, factoryPrice=19500.36, netVolume=417.56, inventory=A120, weighInv=64.00, matPrice=2079.920000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=980.3400, steamFee=0), MaterialDto(materialName=KVVP3 29X1, model=KVVP3, specification=29*1, voltage=450/750V, standard=GB, costPrice=18071.65, factoryPrice=26227.21, netVolume=552.98, inventory=A120, weighInv=64.00, matPrice=2647.270000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 6X1, model=KVVP, specification=6*1, voltage=450/750V, standard=GB, costPrice=5336.00, factoryPrice=8294.21, netVolume=165.70, inventory=B100, weighInv=47.00, matPrice=2036.380000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=393.2500, steamFee=0), MaterialDto(materialName=KVVP 32X0.75, model=KVVP, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=18697.67, factoryPrice=27597.07, netVolume=557.30, inventory=A120, weighInv=64.00, matPrice=5694.390000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 34X0.75, model=KVVP, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=19898.04, factoryPrice=29324.01, netVolume=607.82, inventory=A140, weighInv=99.00, matPrice=6086.700000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1596.3000, steamFee=0), MaterialDto(materialName=KVVP2 4X1, model=KVVP2, specification=4*1, voltage=450/750V, standard=GB, costPrice=3579.44, factoryPrice=5169.76, netVolume=124.00, inventory=B80, weighInv=22.00, matPrice=1449.360000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=245.8600, steamFee=0), MaterialDto(materialName=KVVP2 9X1, model=KVVP2, specification=9*1, voltage=450/750V, standard=GB, costPrice=6953.70, factoryPrice=10174.41, netVolume=212.42, inventory=B100, weighInv=47.00, matPrice=2165.900000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=472.2500, steamFee=0), MaterialDto(materialName=KVVP2 10X1, model=KVVP2, specification=10*1, voltage=450/750V, standard=GB, costPrice=7664.52, factoryPrice=11024.45, netVolume=234.09, inventory=B100, weighInv=47.00, matPrice=2345.170000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=527.1900, steamFee=0), MaterialDto(materialName=KVVP2 13X1, model=KVVP2, specification=13*1, voltage=450/750V, standard=GB, costPrice=9684.66, factoryPrice=13998.01, netVolume=301.22, inventory=B100, weighInv=47.00, matPrice=2770.670000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=598.9100, steamFee=0), MaterialDto(materialName=KVVP2 15X1.5, model=KVVP2, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=15292.08, factoryPrice=21454.82, netVolume=450.12, inventory=A120, weighInv=64.00, matPrice=3704.080000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=770.6600, steamFee=0), MaterialDto(materialName=KVVP2 16X1.5, model=KVVP2, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=16131.85, factoryPrice=22650.88, netVolume=470.52, inventory=A120, weighInv=64.00, matPrice=3771.580000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=741.6400, steamFee=0), MaterialDto(materialName=KVVP2 33X2.5, model=KVVP2, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=49688.75, factoryPrice=70377.15, netVolume=1301.04, inventory=A140, weighInv=99.00, matPrice=7833.510000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 2X2.5, model=KVVP22, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=6295.15, factoryPrice=8486.18, netVolume=308.97, inventory=B100, weighInv=47.00, matPrice=3595.030000, totalCopperConsume=2538.00, totalAluminumConsume=, totalLHCost=519.3400, steamFee=0), MaterialDto(materialName=KVVP22 10X1.5, model=KVVP22, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=13327.95, factoryPrice=19993.32, netVolume=541.04, inventory=A120, weighInv=64.00, matPrice=5382.000000, totalCopperConsume=7722.00, totalAluminumConsume=, totalLHCost=915.3300, steamFee=0), MaterialDto(materialName=KVVP22 10X4, model=KVVP22, specification=10*4, voltage=450/750V, standard=GB, costPrice=28757.83, factoryPrice=41771.25, netVolume=924.74, inventory=A140, weighInv=99.00, matPrice=8129.180000, totalCopperConsume=20322.00, totalAluminumConsume=, totalLHCost=828.9600, steamFee=0), MaterialDto(materialName=KVVP22 35X1, model=KVVP22, specification=35*1, voltage=450/750V, standard=GB, costPrice=27976.09, factoryPrice=41271.97, netVolume=990.27, inventory=A140, weighInv=99.00, matPrice=9044.930000, totalCopperConsume=18606.00, totalAluminumConsume=, totalLHCost=1788.7900, steamFee=0), MaterialDto(materialName=KVVP2-22 2X1, model=KVVP2-22, specification=2*1, voltage=450/750V, standard=GB, costPrice=3034.48, factoryPrice=4239.93, netVolume=207.86, inventory=B100, weighInv=47.00, matPrice=1967.480000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=405.8700, steamFee=0), MaterialDto(materialName=KVVP2-22 10X0.75, model=KVVP2-22, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=7370.14, factoryPrice=10206.80, netVolume=380.81, inventory=A120, weighInv=64.00, matPrice=3379.220000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=724.5200, steamFee=0), MaterialDto(materialName=KVVP2-22 15X2.5, model=KVVP2-22, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=25446.89, factoryPrice=35938.68, netVolume=911.15, inventory=A140, weighInv=99.00, matPrice=6419.650000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=996.4500, steamFee=0), MaterialDto(materialName=KVVP2-22 17X6, model=KVVP2-22, specification=17*6, voltage=450/750V, standard=GB, costPrice=61192.23, factoryPrice=87841.68, netVolume=1745.79, inventory=A160, weighInv=159.00, matPrice=9062.050000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 21X1.5, model=KVVP2-22, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=22299.97, factoryPrice=31072.28, netVolume=839.43, inventory=A140, weighInv=99.00, matPrice=6078.330000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1418.1400, steamFee=0), MaterialDto(materialName=KVVP2-22 33X1.5, model=KVVP2-22, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=33455.35, factoryPrice=46461.48, netVolume=1174.53, inventory=A140, weighInv=99.00, matPrice=7966.440000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 9X0.75, model=KVVP3, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=4662.25, factoryPrice=6748.18, netVolume=173.45, inventory=B100, weighInv=47.00, matPrice=1064.340000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=448.7600, steamFee=0), MaterialDto(materialName=KVVP3 11X1, model=KVVP3, specification=11*1, voltage=450/750V, standard=GB, costPrice=7153.17, factoryPrice=10494.36, netVolume=235.11, inventory=B100, weighInv=47.00, matPrice=1296.590000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=642.1400, steamFee=0), MaterialDto(materialName=KVVP3 12X4, model=KVVP3, specification=12*4, voltage=450/750V, standard=GB, costPrice=27232.68, factoryPrice=39308.82, netVolume=714.91, inventory=A140, weighInv=99.00, matPrice=2835.280000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=745.1800, steamFee=0), MaterialDto(materialName=KVVP3 15X1, model=KVVP3, specification=15*1, voltage=450/750V, standard=GB, costPrice=9683.58, factoryPrice=14221.58, netVolume=322.46, inventory=A120, weighInv=64.00, matPrice=1700.820000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=657.3400, steamFee=0), MaterialDto(materialName=KVVP 5X1, model=KVVP, specification=5*1, voltage=450/750V, standard=GB, costPrice=4627.71, factoryPrice=7212.70, netVolume=154.83, inventory=B100, weighInv=47.00, matPrice=1870.090000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=372.2600, steamFee=0), MaterialDto(materialName=KVVP 15X1, model=KVVP, specification=15*1, voltage=450/750V, standard=GB, costPrice=11559.41, factoryPrice=18859.67, netVolume=346.56, inventory=A120, weighInv=64.00, matPrice=3421.480000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=885.0800, steamFee=0), MaterialDto(materialName=KVVP 16X2.5, model=KVVP, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=26834.21, factoryPrice=40198.36, netVolume=719.91, inventory=A140, weighInv=99.00, matPrice=6281.740000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=883.5100, steamFee=0), MaterialDto(materialName=KVVP 18X0.75, model=KVVP, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=10860.53, factoryPrice=17327.07, netVolume=344.48, inventory=A120, weighInv=64.00, matPrice=3516.060000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 20X2.5, model=KVVP, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=34095.25, factoryPrice=49152.22, netVolume=889.21, inventory=A140, weighInv=99.00, matPrice=8530.350000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1084.1000, steamFee=0), MaterialDto(materialName=KVVP 24X2.5, model=KVVP, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=40640.49, factoryPrice=60578.78, netVolume=1058.77, inventory=A140, weighInv=99.00, matPrice=9970.790000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1177.5700, steamFee=0), MaterialDto(materialName=KVVP2 4X6, model=KVVP2, specification=4*6, voltage=450/750V, standard=GB, costPrice=15036.29, factoryPrice=21716.31, netVolume=392.45, inventory=B100, weighInv=47.00, matPrice=2767.380000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=412.7300, steamFee=0), MaterialDto(materialName=KVVP2 7X0.75, model=KVVP2, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4509.61, factoryPrice=6320.00, netVolume=148.72, inventory=B100, weighInv=47.00, matPrice=1714.800000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=330.3800, steamFee=0), MaterialDto(materialName=KVVP2 11X1, model=KVVP2, specification=11*1, voltage=450/750V, standard=GB, costPrice=8299.19, factoryPrice=11876.86, netVolume=249.20, inventory=B100, weighInv=47.00, matPrice=2448.290000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=642.1400, steamFee=0), MaterialDto(materialName=KVVP2 12X4, model=KVVP2, specification=12*4, voltage=450/750V, standard=GB, costPrice=29084.18, factoryPrice=41523.98, netVolume=737.70, inventory=A140, weighInv=99.00, matPrice=4692.470000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=745.1800, steamFee=0), MaterialDto(materialName=KVVP2 19X4, model=KVVP2, specification=19*4, voltage=450/750V, standard=GB, costPrice=44747.23, factoryPrice=64119.56, netVolume=1091.35, inventory=A140, weighInv=99.00, matPrice=6129.300000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=983.6200, steamFee=0), MaterialDto(materialName=KVVP2 37X0.75, model=KVVP2, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=19463.47, factoryPrice=26937.42, netVolume=594.92, inventory=A120, weighInv=64.00, matPrice=4707.650000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1338.5900, steamFee=0), MaterialDto(materialName=KVVP22 6X2.5, model=KVVP22, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=12898.83, factoryPrice=19425.31, netVolume=513.86, inventory=A120, weighInv=64.00, matPrice=5077.810000, totalCopperConsume=7608.00, totalAluminumConsume=, totalLHCost=611.6600, steamFee=0), MaterialDto(materialName=KVVP22 7X1, model=KVVP22, specification=7*1, voltage=450/750V, standard=GB, costPrice=7646.12, factoryPrice=10736.10, netVolume=340.73, inventory=B100, weighInv=47.00, matPrice=3761.090000, totalCopperConsume=3720.00, totalAluminumConsume=, totalLHCost=534.4700, steamFee=0), MaterialDto(materialName=KVVP22 9X6, model=KVVP22, specification=9*6, voltage=450/750V, standard=GB, costPrice=36215.28, factoryPrice=54130.01, netVolume=1063.29, inventory=A140, weighInv=99.00, matPrice=8304.140000, totalCopperConsume=27594.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 11X6, model=KVVP22, specification=11*6, voltage=450/750V, standard=GB, costPrice=44947.87, factoryPrice=63537.33, netVolume=1274.89, inventory=A140, weighInv=99.00, matPrice=10978.860000, totalCopperConsume=33726.00, totalAluminumConsume=, totalLHCost=920.4400, steamFee=0), MaterialDto(materialName=KVVP22 16X4, model=KVVP22, specification=16*4, voltage=450/750V, standard=GB, costPrice=44273.99, factoryPrice=62490.58, netVolume=1297.28, inventory=A140, weighInv=99.00, matPrice=11510.410000, totalCopperConsume=32520.00, totalAluminumConsume=, totalLHCost=1074.6700, steamFee=0), MaterialDto(materialName=KVVP22 19X1, model=KVVP22, specification=19*1, voltage=450/750V, standard=GB, costPrice=16064.44, factoryPrice=24823.38, netVolume=614.64, inventory=A120, weighInv=64.00, matPrice=5736.850000, totalCopperConsume=10098.00, totalAluminumConsume=, totalLHCost=1111.2000, steamFee=0), MaterialDto(materialName=KVVP22 21X2.5, model=KVVP22, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=38610.38, factoryPrice=54053.38, netVolume=1224.60, inventory=A140, weighInv=99.00, matPrice=11730.430000, totalCopperConsume=26634.00, totalAluminumConsume=, totalLHCost=1286.0300, steamFee=0), MaterialDto(materialName=KVVP22 24X1, model=KVVP22, specification=24*1, voltage=450/750V, standard=GB, costPrice=20710.88, factoryPrice=30845.55, netVolume=775.80, inventory=A140, weighInv=99.00, matPrice=7666.740000, totalCopperConsume=12756.00, totalAluminumConsume=, totalLHCost=1415.5600, steamFee=0), MaterialDto(materialName=KVVP22 30X1.5, model=KVVP22, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=35143.83, factoryPrice=47970.38, netVolume=1174.48, inventory=A140, weighInv=99.00, matPrice=11731.340000, totalCopperConsume=23166.00, totalAluminumConsume=, totalLHCost=1525.2800, steamFee=0), MaterialDto(materialName=KVVP2-22 8X0.75, model=KVVP2-22, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=6062.31, factoryPrice=8614.95, netVolume=321.59, inventory=B100, weighInv=47.00, matPrice=2868.800000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=627.4400, steamFee=0), MaterialDto(materialName=KVVP2-22 17X1, model=KVVP2-22, specification=17*1, voltage=450/750V, standard=GB, costPrice=13544.52, factoryPrice=19317.87, netVolume=567.58, inventory=A120, weighInv=64.00, matPrice=4504.360000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=999.3500, steamFee=0), MaterialDto(materialName=KVVP2-22 17X2.5, model=KVVP2-22, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=28466.02, factoryPrice=40233.12, netVolume=999.79, inventory=A140, weighInv=99.00, matPrice=6902.330000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=1033.5500, steamFee=0), MaterialDto(materialName=KVVP2-22 32X1, model=KVVP2-22, specification=32*1, voltage=450/750V, standard=GB, costPrice=23428.66, factoryPrice=33442.28, netVolume=888.03, inventory=A140, weighInv=99.00, matPrice=6415.340000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1584.1600, steamFee=0), MaterialDto(materialName=KVVP 7X1, model=KVVP, specification=7*1, voltage=450/750V, standard=GB, costPrice=5895.04, factoryPrice=9147.41, netVolume=175.01, inventory=B100, weighInv=47.00, matPrice=2063.870000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=420.5200, steamFee=0), MaterialDto(materialName=KVVP 9X0.75, model=KVVP, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=6066.55, factoryPrice=9302.25, netVolume=191.46, inventory=B100, weighInv=47.00, matPrice=2352.560000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=555.7600, steamFee=0), MaterialDto(materialName=KVVP 13X4, model=KVVP, specification=13*4, voltage=450/750V, standard=GB, costPrice=34641.46, factoryPrice=49657.03, netVolume=849.55, inventory=A140, weighInv=99.00, matPrice=7855.600000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=786.8300, steamFee=0), MaterialDto(materialName=KVVP 14X4, model=KVVP, specification=14*4, voltage=450/750V, standard=GB, costPrice=36793.18, factoryPrice=52753.83, netVolume=895.74, inventory=A140, weighInv=99.00, matPrice=7975.000000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=808.4900, steamFee=0), MaterialDto(materialName=KVVP 17X1.5, model=KVVP, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=18592.28, factoryPrice=27823.80, netVolume=522.33, inventory=A120, weighInv=64.00, matPrice=5232.810000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=1010.0500, steamFee=0), MaterialDto(materialName=KVVP 18X4, model=KVVP, specification=18*4, voltage=450/750V, standard=GB, costPrice=46076.58, factoryPrice=66328.40, netVolume=1117.48, inventory=A140, weighInv=99.00, matPrice=9278.680000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=928.2100, steamFee=0), MaterialDto(materialName=KVVP 19X1.5, model=KVVP, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=20250.58, factoryPrice=30200.12, netVolume=558.07, inventory=A120, weighInv=64.00, matPrice=5346.560000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=998.0900, steamFee=0), MaterialDto(materialName=KVVP 30X1.5, model=KVVP, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=32183.03, factoryPrice=45522.17, netVolume=878.53, inventory=A140, weighInv=99.00, matPrice=8808.340000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1527.4500, steamFee=0), MaterialDto(materialName=KVVP2 9X1.5, model=KVVP2, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=9732.23, factoryPrice=13817.10, netVolume=301.39, inventory=B100, weighInv=47.00, matPrice=2777.860000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=578.3300, steamFee=0), MaterialDto(materialName=KVVP2 10X1.5, model=KVVP2, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=10728.37, factoryPrice=14983.93, netVolume=329.69, inventory=A120, weighInv=64.00, matPrice=3001.730000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=621.3800, steamFee=0), MaterialDto(materialName=KVVP2 23X1.5, model=KVVP2, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=22807.92, factoryPrice=31847.27, netVolume=666.31, inventory=A140, weighInv=99.00, matPrice=5041.740000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 9X1.5, model=KVVP22, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=12216.60, factoryPrice=18709.57, netVolume=502.36, inventory=A120, weighInv=64.00, matPrice=5056.920000, totalCopperConsume=6948.00, totalAluminumConsume=, totalLHCost=741.1800, steamFee=0), MaterialDto(materialName=KVVP22 13X1, model=KVVP22, specification=13*1, voltage=450/750V, standard=GB, costPrice=12148.62, factoryPrice=18831.23, netVolume=499.55, inventory=A120, weighInv=64.00, matPrice=5026.870000, totalCopperConsume=6912.00, totalAluminumConsume=, totalLHCost=912.8900, steamFee=0), MaterialDto(materialName=KVVP22 22X1.5, model=KVVP22, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=26044.44, factoryPrice=37625.33, netVolume=929.96, inventory=A140, weighInv=99.00, matPrice=8731.440000, totalCopperConsume=16992.00, totalAluminumConsume=, totalLHCost=1418.2900, steamFee=0), MaterialDto(materialName=KVVP22 26X2.5, model=KVVP22, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=47203.27, factoryPrice=67272.45, netVolume=1527.51, inventory=A160, weighInv=159.00, matPrice=13949.120000, totalCopperConsume=32976.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 31X0.75, model=KVVP22, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=20843.77, factoryPrice=29781.42, netVolume=816.13, inventory=A140, weighInv=99.00, matPrice=8180.040000, totalCopperConsume=12360.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 33X1.5, model=KVVP22, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=38039.21, factoryPrice=52052.31, netVolume=1258.34, inventory=A140, weighInv=99.00, matPrice=12295.770000, totalCopperConsume=25488.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 11X4, model=KVVP2-22, specification=11*4, voltage=450/750V, standard=GB, costPrice=28552.72, factoryPrice=40266.30, netVolume=937.22, inventory=A140, weighInv=99.00, matPrice=6193.330000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=913.9500, steamFee=0), MaterialDto(materialName=KVVP2-22 12X0.75, model=KVVP2-22, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=8333.43, factoryPrice=11613.00, netVolume=408.88, inventory=A120, weighInv=64.00, matPrice=3545.120000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=775.8700, steamFee=0), MaterialDto(materialName=KVVP2-22 29X1.5, model=KVVP2-22, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=29868.57, factoryPrice=41433.92, netVolume=1072.71, inventory=A140, weighInv=99.00, matPrice=7468.750000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 5X2.5, model=KVVP3, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=7651.12, factoryPrice=11108.98, netVolume=249.21, inventory=B100, weighInv=47.00, matPrice=1300.410000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=401.7600, steamFee=0), MaterialDto(materialName=KVVP3 5X6, model=KVVP3, specification=5*6, voltage=450/750V, standard=GB, costPrice=17091.82, factoryPrice=25001.13, netVolume=460.02, inventory=A120, weighInv=64.00, matPrice=1750.970000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=446.4100, steamFee=0), MaterialDto(materialName=KVVP3 12X2.5, model=KVVP3, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=17577.45, factoryPrice=25261.83, netVolume=509.38, inventory=A120, weighInv=64.00, matPrice=2349.180000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=669.4900, steamFee=0), MaterialDto(materialName=KVVP3 15X0.75, model=KVVP3, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=7567.99, factoryPrice=10781.13, netVolume=277.51, inventory=B100, weighInv=47.00, matPrice=1577.880000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 3X1.5, model=KVVP, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=4154.99, factoryPrice=6325.53, netVolume=133.63, inventory=B100, weighInv=47.00, matPrice=1741.680000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=330.2700, steamFee=0), MaterialDto(materialName=KVVP 5X6, model=KVVP, specification=5*6, voltage=450/750V, standard=GB, costPrice=19132.23, factoryPrice=30205.65, netVolume=486.24, inventory=A120, weighInv=64.00, matPrice=3622.570000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=480.1400, steamFee=0), MaterialDto(materialName=KVVP 23X1.5, model=KVVP, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=26059.37, factoryPrice=36079.30, netVolume=722.41, inventory=A140, weighInv=99.00, matPrice=7927.550000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 35X1, model=KVVP, specification=35*1, voltage=450/750V, standard=GB, costPrice=25392.71, factoryPrice=38198.87, netVolume=721.19, inventory=A140, weighInv=99.00, matPrice=6522.360000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1824.0800, steamFee=0), MaterialDto(materialName=KVVP22 4X1, model=KVVP22, specification=4*1, voltage=450/750V, standard=GB, costPrice=5474.21, factoryPrice=7410.20, netVolume=273.29, inventory=B100, weighInv=47.00, matPrice=3205.630000, totalCopperConsume=2124.00, totalAluminumConsume=, totalLHCost=453.1800, steamFee=0), MaterialDto(materialName=KVVP22 6X4, model=KVVP22, specification=6*4, voltage=450/750V, standard=GB, costPrice=18013.97, factoryPrice=27043.28, netVolume=630.74, inventory=A120, weighInv=64.00, matPrice=5591.510000, totalCopperConsume=12192.00, totalAluminumConsume=, totalLHCost=642.1900, steamFee=0), MaterialDto(materialName=KVVP22 7X6, model=KVVP22, specification=7*6, voltage=450/750V, standard=GB, costPrice=28880.56, factoryPrice=42505.95, netVolume=867.27, inventory=A140, weighInv=99.00, matPrice=7103.220000, totalCopperConsume=21462.00, totalAluminumConsume=, totalLHCost=718.2900, steamFee=0), MaterialDto(materialName=KVVP22 9X1, model=KVVP22, specification=9*1, voltage=450/750V, standard=GB, costPrice=9273.72, factoryPrice=13418.15, netVolume=403.40, inventory=A120, weighInv=64.00, matPrice=4306.130000, totalCopperConsume=4782.00, totalAluminumConsume=, totalLHCost=652.6400, steamFee=0), MaterialDto(materialName=KVVP22 10X6, model=KVVP22, specification=10*6, voltage=450/750V, standard=GB, costPrice=41689.78, factoryPrice=58854.21, netVolume=1197.18, inventory=A140, weighInv=99.00, matPrice=10579.780000, totalCopperConsume=30660.00, totalAluminumConsume=, totalLHCost=877.6000, steamFee=0), MaterialDto(materialName=KVVP22 11X4, model=KVVP22, specification=11*4, voltage=450/750V, standard=GB, costPrice=31111.30, factoryPrice=44882.27, netVolume=980.14, inventory=A140, weighInv=99.00, matPrice=8439.390000, totalCopperConsume=22356.00, totalAluminumConsume=, totalLHCost=867.9600, steamFee=0), MaterialDto(materialName=KVVP22 37X1, model=KVVP22, specification=37*1, voltage=450/750V, standard=GB, costPrice=29114.20, factoryPrice=42969.68, netVolume=1013.91, inventory=A140, weighInv=99.00, matPrice=9121.030000, totalCopperConsume=19668.00, totalAluminumConsume=, totalLHCost=1828.7200, steamFee=0), MaterialDto(materialName=KVVP2-22 3X0.75, model=KVVP2-22, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=3223.36, factoryPrice=4455.60, netVolume=213.58, inventory=B100, weighInv=47.00, matPrice=2023.360000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=423.1000, steamFee=0), MaterialDto(materialName=KVVP2-22 12X4, model=KVVP2-22, specification=12*4, voltage=450/750V, standard=GB, costPrice=30704.44, factoryPrice=43784.17, netVolume=983.41, inventory=A140, weighInv=99.00, matPrice=6312.730000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=943.7900, steamFee=0), MaterialDto(materialName=KVVP2-22 13X4, model=KVVP2-22, specification=13*4, voltage=450/750V, standard=GB, costPrice=33123.61, factoryPrice=47178.80, netVolume=1051.72, inventory=A140, weighInv=99.00, matPrice=6699.580000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=994.0800, steamFee=0), MaterialDto(materialName=KVVP2-22 18X4, model=KVVP2-22, specification=18*4, voltage=450/750V, standard=GB, costPrice=44516.88, factoryPrice=63602.11, netVolume=1340.11, inventory=A140, weighInv=99.00, matPrice=7931.270000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=1178.2100, steamFee=0), MaterialDto(materialName=KVVP2-22 26X0.75, model=KVVP2-22, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=15823.31, factoryPrice=21627.83, netVolume=687.50, inventory=A140, weighInv=99.00, matPrice=5453.190000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 26X2.5, model=KVVP2-22, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=41982.19, factoryPrice=59047.76, netVolume=1394.94, inventory=A140, weighInv=99.00, matPrice=9004.500000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 29X2.5, model=KVVP2-22, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=46581.70, factoryPrice=65405.68, netVolume=1550.55, inventory=A160, weighInv=159.00, matPrice=9799.340000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 31X0.75, model=KVVP2-22, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=18369.29, factoryPrice=25275.26, netVolume=774.88, inventory=A140, weighInv=99.00, matPrice=6005.660000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 37X0.75, model=KVVP2-22, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=21188.57, factoryPrice=29235.53, netVolume=857.05, inventory=A140, weighInv=99.00, matPrice=6432.740000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1723.1100, steamFee=0), MaterialDto(materialName=KVVP3 2X1, model=KVVP3, specification=2*1, voltage=450/750V, standard=GB, costPrice=1666.80, factoryPrice=2491.66, netVolume=80.38, inventory=B80, weighInv=22.00, matPrice=594.110000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=192.9900, steamFee=0), MaterialDto(materialName=KVVP3 4X0.75, model=KVVP3, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2307.57, factoryPrice=3339.33, netVolume=100.89, inventory=B80, weighInv=22.00, matPrice=703.170000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=249.9200, steamFee=0), MaterialDto(materialName=KVVP3 4X4, model=KVVP3, specification=4*4, voltage=450/750V, standard=GB, costPrice=9416.37, factoryPrice=13678.85, netVolume=273.19, inventory=B100, weighInv=47.00, matPrice=1277.500000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=397.3700, steamFee=0), MaterialDto(materialName=KVVP3 7X2.5, model=KVVP3, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=10491.56, factoryPrice=15239.10, netVolume=320.41, inventory=B100, weighInv=47.00, matPrice=1604.400000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=463.9100, steamFee=0), MaterialDto(materialName=KVVP 3X4, model=KVVP, specification=3*4, voltage=450/750V, standard=GB, costPrice=8602.19, factoryPrice=13092.67, netVolume=231.13, inventory=B100, weighInv=47.00, matPrice=2377.420000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=413.5300, steamFee=0), MaterialDto(materialName=KVVP 5X2.5, model=KVVP, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=9376.79, factoryPrice=13796.56, netVolume=287.37, inventory=B100, weighInv=47.00, matPrice=2892.610000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=478.4500, steamFee=0), MaterialDto(materialName=KVVP 6X0.75, model=KVVP, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=4433.76, factoryPrice=6733.96, netVolume=147.01, inventory=B100, weighInv=47.00, matPrice=1935.560000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=406.2500, steamFee=0), MaterialDto(materialName=KVVP 6X4, model=KVVP, specification=6*4, voltage=450/750V, standard=GB, costPrice=15974.83, factoryPrice=25270.52, netVolume=421.73, inventory=A120, weighInv=64.00, matPrice=3605.140000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=512.8700, steamFee=0), MaterialDto(materialName=KVVP 7X4, model=KVVP, specification=7*4, voltage=450/750V, standard=GB, costPrice=18084.04, factoryPrice=28399.71, netVolume=457.80, inventory=A120, weighInv=64.00, matPrice=3682.030000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=534.2100, steamFee=0), MaterialDto(materialName=KVVP 24X0.75, model=KVVP, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=14715.60, factoryPrice=22178.46, netVolume=447.94, inventory=A120, weighInv=64.00, matPrice=4926.750000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1355.6700, steamFee=0), MaterialDto(materialName=KVVP 26X1, model=KVVP, specification=26*1, voltage=450/750V, standard=GB, costPrice=19467.46, factoryPrice=29376.15, netVolume=549.03, inventory=A120, weighInv=64.00, matPrice=5412.320000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 28X0.75, model=KVVP, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=16739.20, factoryPrice=24853.40, netVolume=502.05, inventory=A120, weighInv=64.00, matPrice=5340.860000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1446.2300, steamFee=0), MaterialDto(materialName=KVVP 28X1, model=KVVP, specification=28*1, voltage=450/750V, standard=GB, costPrice=20803.93, factoryPrice=31685.32, netVolume=584.36, inventory=A120, weighInv=64.00, matPrice=5676.080000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1460.4600, steamFee=0), MaterialDto(materialName=KVVP2 5X2.5, model=KVVP2, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=8771.36, factoryPrice=12437.76, netVolume=262.98, inventory=B100, weighInv=47.00, matPrice=2426.340000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=401.7600, steamFee=0), MaterialDto(materialName=KVVP2 6X0.75, model=KVVP2, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=4089.19, factoryPrice=5686.42, netVolume=142.09, inventory=B100, weighInv=47.00, matPrice=1693.070000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=302.9500, steamFee=0), MaterialDto(materialName=KVVP2 6X4, model=KVVP2, specification=6*4, voltage=450/750V, standard=GB, costPrice=15348.60, factoryPrice=21837.97, netVolume=412.88, inventory=A120, weighInv=64.00, matPrice=3150.790000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=469.7000, steamFee=0), MaterialDto(materialName=KVVP2 8X2.5, model=KVVP2, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=13240.64, factoryPrice=19035.05, netVolume=376.33, inventory=A120, weighInv=64.00, matPrice=3090.950000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=565.4300, steamFee=0), MaterialDto(materialName=KVVP2 21X1, model=KVVP2, specification=21*1, voltage=450/750V, standard=GB, costPrice=14709.19, factoryPrice=21324.47, netVolume=435.47, inventory=A120, weighInv=64.00, matPrice=3542.850000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=980.3400, steamFee=0), MaterialDto(materialName=KVVP2 30X2.5, model=KVVP2, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=45395.23, factoryPrice=64207.25, netVolume=1193.74, inventory=A140, weighInv=99.00, matPrice=7344.650000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1236.0100, steamFee=0), MaterialDto(materialName=KVVP2 36X1, model=KVVP2, specification=36*1, voltage=450/750V, standard=GB, costPrice=24275.91, factoryPrice=34777.38, netVolume=709.20, inventory=A140, weighInv=99.00, matPrice=5136.410000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1389.8200, steamFee=0), MaterialDto(materialName=KVVP2 37X1.5, model=KVVP2, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=35084.49, factoryPrice=49467.43, netVolume=976.55, inventory=A140, weighInv=99.00, matPrice=6506.490000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1275.8200, steamFee=0), MaterialDto(materialName=KVVP22 2X6, model=KVVP22, specification=2*6, voltage=450/750V, standard=GB, costPrice=10555.79, factoryPrice=15613.56, netVolume=422.00, inventory=A120, weighInv=64.00, matPrice=4235.500000, totalCopperConsume=6132.00, totalAluminumConsume=, totalLHCost=507.2100, steamFee=0), MaterialDto(materialName=KVVP22 7X1.5, model=KVVP22, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=9950.00, factoryPrice=13761.01, netVolume=416.49, inventory=A120, weighInv=64.00, matPrice=4357.160000, totalCopperConsume=5406.00, totalAluminumConsume=, totalLHCost=557.6500, steamFee=0), MaterialDto(materialName=KVVP22 10X1, model=KVVP22, specification=10*1, voltage=450/750V, standard=GB, costPrice=10090.51, factoryPrice=15128.50, netVolume=435.17, inventory=A120, weighInv=64.00, matPrice=4578.760000, totalCopperConsume=5316.00, totalAluminumConsume=, totalLHCost=779.5100, steamFee=0), MaterialDto(materialName=KVVP22 28X0.75, model=KVVP22, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=19277.03, factoryPrice=27533.87, netVolume=764.72, inventory=A140, weighInv=99.00, matPrice=7817.460000, totalCopperConsume=11166.00, totalAluminumConsume=, totalLHCost=1491.5900, steamFee=0), MaterialDto(materialName=KVVP22 32X1.5, model=KVVP22, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=37197.87, factoryPrice=50857.83, netVolume=1237.94, inventory=A140, weighInv=99.00, matPrice=12228.440000, totalCopperConsume=24714.00, totalAluminumConsume=, totalLHCost=1713.0100, steamFee=0), MaterialDto(materialName=KVVP2-22 13X1.5, model=KVVP2-22, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=14790.88, factoryPrice=20614.26, netVolume=602.34, inventory=A120, weighInv=64.00, matPrice=4747.430000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=962.1100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X1, model=KVVP2-22, specification=16*1, voltage=450/750V, standard=GB, costPrice=12774.99, factoryPrice=18223.72, netVolume=537.32, inventory=A120, weighInv=64.00, matPrice=4266.370000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=1021.3500, steamFee=0), MaterialDto(materialName=KVVP2-22 18X1, model=KVVP2-22, specification=18*1, voltage=450/750V, standard=GB, costPrice=14124.82, factoryPrice=20167.12, netVolume=581.94, inventory=A120, weighInv=64.00, matPrice=4553.110000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=908.8000, steamFee=0), MaterialDto(materialName=KVVP 17X0.75, model=KVVP, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=10418.86, factoryPrice=16707.71, netVolume=332.78, inventory=A120, weighInv=64.00, matPrice=3473.080000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 18X2.5, model=KVVP, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=31379.42, factoryPrice=44649.22, netVolume=826.66, inventory=A140, weighInv=99.00, matPrice=8179.810000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=996.0700, steamFee=0), MaterialDto(materialName=KVVP 19X2.5, model=KVVP, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=32713.32, factoryPrice=46607.63, netVolume=850.67, inventory=A140, weighInv=99.00, matPrice=8245.490000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=937.1400, steamFee=0), MaterialDto(materialName=KVVP 19X6, model=KVVP, specification=19*6, voltage=450/750V, standard=GB, costPrice=68887.52, factoryPrice=103034.96, netVolume=1551.35, inventory=A140, weighInv=99.00, matPrice=10385.610000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=962.7400, steamFee=0), MaterialDto(materialName=KVVP 30X2.5, model=KVVP, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=49343.67, factoryPrice=72788.23, netVolume=1264.48, inventory=A140, weighInv=99.00, matPrice=11049.030000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1295.6700, steamFee=0), MaterialDto(materialName=KVVP2 10X0.75, model=KVVP2, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=6209.81, factoryPrice=8626.80, netVolume=204.23, inventory=B100, weighInv=47.00, matPrice=2218.890000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=500.1000, steamFee=0), MaterialDto(materialName=KVVP2 14X1.5, model=KVVP2, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=14294.31, factoryPrice=20064.42, netVolume=420.07, inventory=A120, weighInv=64.00, matPrice=3478.590000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=664.5500, steamFee=0), MaterialDto(materialName=KVVP22 4X2.5, model=KVVP22, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=9433.98, factoryPrice=13191.42, netVolume=404.80, inventory=A120, weighInv=64.00, matPrice=4240.790000, totalCopperConsume=5010.00, totalAluminumConsume=, totalLHCost=538.8400, steamFee=0), MaterialDto(materialName=KVVP22 12X4, model=KVVP22, specification=12*4, voltage=450/750V, standard=GB, costPrice=33264.63, factoryPrice=48378.02, netVolume=1026.34, inventory=A140, weighInv=99.00, matPrice=8558.710000, totalCopperConsume=24390.00, totalAluminumConsume=, totalLHCost=897.7900, steamFee=0), MaterialDto(materialName=KVVP22 16X1.5, model=KVVP22, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=19981.45, factoryPrice=28660.41, netVolume=740.12, inventory=A140, weighInv=99.00, matPrice=7311.720000, totalCopperConsume=12354.00, totalAluminumConsume=, totalLHCost=1002.1700, steamFee=0), MaterialDto(materialName=KVVP22 17X0.75, model=KVVP22, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=12413.04, factoryPrice=18749.07, netVolume=534.44, inventory=A120, weighInv=64.00, matPrice=5410.500000, totalCopperConsume=6780.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 18X2.5, model=KVVP22, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=34291.49, factoryPrice=47344.70, netVolume=1109.17, inventory=A140, weighInv=99.00, matPrice=11013.540000, totalCopperConsume=22830.00, totalAluminumConsume=, totalLHCost=1096.4000, steamFee=0), MaterialDto(materialName=KVVP22 25X2.5, model=KVVP22, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=45833.39, factoryPrice=65326.68, netVolume=1495.81, inventory=A160, weighInv=159.00, matPrice=13851.240000, totalCopperConsume=31704.00, totalAluminumConsume=, totalLHCost=1493.0900, steamFee=0), MaterialDto(materialName=KVVP2-22 2X2.5, model=KVVP2-22, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=5197.65, factoryPrice=7228.50, netVolume=291.43, inventory=B100, weighInv=47.00, matPrice=2657.300000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=533.8800, steamFee=0), MaterialDto(materialName=KVVP2-22 4X1, model=KVVP2-22, specification=4*1, voltage=450/750V, standard=GB, costPrice=4459.46, factoryPrice=6301.83, netVolume=258.04, inventory=B100, weighInv=47.00, matPrice=2329.370000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=458.7400, steamFee=0), MaterialDto(materialName=KVVP2-22 9X1, model=KVVP2-22, specification=9*1, voltage=450/750V, standard=GB, costPrice=8086.24, factoryPrice=11695.95, netVolume=384.78, inventory=A120, weighInv=64.00, matPrice=3298.430000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=670.8500, steamFee=0), MaterialDto(materialName=KVVP2-22 12X2.5, model=KVVP2-22, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=20834.88, factoryPrice=29218.15, netVolume=772.12, inventory=A140, weighInv=99.00, matPrice=5612.300000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=868.0900, steamFee=0), MaterialDto(materialName=KVVP2-22 30X1.5, model=KVVP2-22, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=30708.34, factoryPrice=42619.71, netVolume=1093.11, inventory=A140, weighInv=99.00, matPrice=7536.250000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1355.3900, steamFee=0), MaterialDto(materialName=KVVP2-22 31X1, model=KVVP2-22, specification=31*1, voltage=450/750V, standard=GB, costPrice=22848.37, factoryPrice=32597.77, netVolume=873.66, inventory=A140, weighInv=99.00, matPrice=6366.590000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1625.3100, steamFee=0), MaterialDto(materialName=KVVP2-22 37X1, model=KVVP2-22, specification=37*1, voltage=450/750V, standard=GB, costPrice=26502.19, factoryPrice=37913.68, netVolume=971.33, inventory=A140, weighInv=99.00, matPrice=6831.150000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1848.5400, steamFee=0), MaterialDto(materialName=KVVP3 8X1, model=KVVP3, specification=8*1, voltage=450/750V, standard=GB, costPrice=5293.71, factoryPrice=7909.48, netVolume=179.03, inventory=B100, weighInv=47.00, matPrice=1031.760000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=452.2800, steamFee=0), MaterialDto(materialName=KVVP3 8X6, model=KVVP3, specification=8*6, voltage=450/750V, standard=GB, costPrice=26739.98, factoryPrice=39128.70, netVolume=653.48, inventory=A120, weighInv=64.00, matPrice=2200.370000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=649.6000, steamFee=0), MaterialDto(materialName=KVVP3 10X2.5, model=KVVP3, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=14820.77, factoryPrice=21285.76, netVolume=444.58, inventory=A120, weighInv=64.00, matPrice=2128.950000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=609.8200, steamFee=0), MaterialDto(materialName=KVVP3 10X6, model=KVVP3, specification=10*6, voltage=450/750V, standard=GB, costPrice=33475.46, factoryPrice=48367.75, netVolume=831.99, inventory=A140, weighInv=99.00, matPrice=2803.350000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=713.7400, steamFee=0), MaterialDto(materialName=KVVP 15X1.5, model=KVVP, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=16695.18, factoryPrice=25020.88, netVolume=471.52, inventory=A120, weighInv=64.00, matPrice=4862.610000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=978.0800, steamFee=0), MaterialDto(materialName=KVVP 29X1, model=KVVP, specification=29*1, voltage=450/750V, standard=GB, costPrice=21384.22, factoryPrice=32480.85, netVolume=598.73, inventory=A120, weighInv=64.00, matPrice=5724.830000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 37X1, model=KVVP, specification=37*1, voltage=450/750V, standard=GB, costPrice=26532.05, factoryPrice=39858.66, netVolume=744.86, inventory=A140, weighInv=99.00, matPrice=6598.600000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1869.3600, steamFee=0), MaterialDto(materialName=KVVP2 2X0.75, model=KVVP2, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1930.88, factoryPrice=2671.78, netVolume=80.37, inventory=B80, weighInv=22.00, matPrice=1129.580000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=281.7000, steamFee=0), MaterialDto(materialName=KVVP2 18X4, model=KVVP2, specification=18*4, voltage=450/750V, standard=GB, costPrice=42638.02, factoryPrice=60946.13, netVolume=1055.28, inventory=A140, weighInv=99.00, matPrice=6052.400000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=953.7900, steamFee=0), MaterialDto(materialName=KVVP2 24X1.5, model=KVVP2, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=23647.69, factoryPrice=33270.85, netVolume=686.71, inventory=A140, weighInv=99.00, matPrice=5109.240000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1015.6400, steamFee=0), MaterialDto(materialName=KVVP2 26X1, model=KVVP2, specification=26*1, voltage=450/750V, standard=GB, costPrice=17979.04, factoryPrice=25659.20, netVolume=525.92, inventory=A120, weighInv=64.00, matPrice=4154.980000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 34X0.75, model=KVVP2, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=18159.71, factoryPrice=25081.71, netVolume=564.91, inventory=A120, weighInv=64.00, matPrice=4599.980000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1280.6700, steamFee=0), MaterialDto(materialName=KVVP22 8X2.5, model=KVVP22, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=15838.55, factoryPrice=24366.76, netVolume=587.70, inventory=A120, weighInv=64.00, matPrice=5469.310000, totalCopperConsume=10146.00, totalAluminumConsume=, totalLHCost=730.2500, steamFee=0), MaterialDto(materialName=KVVP22 9X4, model=KVVP22, specification=9*4, voltage=450/750V, standard=GB, costPrice=26155.51, factoryPrice=38582.81, netVolume=846.87, inventory=A140, weighInv=99.00, matPrice=7578.910000, totalCopperConsume=18288.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 25X1, model=KVVP22, specification=25*1, voltage=450/750V, standard=GB, costPrice=21423.86, factoryPrice=31359.05, netVolume=797.29, inventory=A140, weighInv=99.00, matPrice=7840.020000, totalCopperConsume=13290.00, totalAluminumConsume=, totalLHCost=1435.5200, steamFee=0), MaterialDto(materialName=KVVP22 32X1, model=KVVP22, specification=32*1, voltage=450/750V, standard=GB, costPrice=25967.01, factoryPrice=38277.08, netVolume=929.54, inventory=A140, weighInv=99.00, matPrice=8642.950000, totalCopperConsume=17010.00, totalAluminumConsume=, totalLHCost=1500.5600, steamFee=0), MaterialDto(materialName=KVVP22 34X2.5, model=KVVP22, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=59488.84, factoryPrice=85896.70, netVolume=1865.55, inventory=A160, weighInv=159.00, matPrice=16056.790000, totalCopperConsume=43122.00, totalAluminumConsume=, totalLHCost=1638.1500, steamFee=0), MaterialDto(materialName=KVVP2-22 9X6, model=KVVP2-22, specification=9*6, voltage=450/750V, standard=GB, costPrice=33659.25, factoryPrice=49078.75, netVolume=1021.50, inventory=A140, weighInv=99.00, matPrice=6059.080000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 12X1.5, model=KVVP2-22, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=13756.49, factoryPrice=19170.93, netVolume=566.16, inventory=A120, weighInv=64.00, matPrice=4485.310000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=946.2400, steamFee=0), MaterialDto(materialName=KVVP2-22 18X0.75, model=KVVP2-22, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=11500.58, factoryPrice=16044.11, netVolume=523.31, inventory=A120, weighInv=64.00, matPrice=4320.060000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 19X1, model=KVVP2-22, specification=19*1, voltage=450/750V, standard=GB, costPrice=14683.86, factoryPrice=21015.58, netVolume=591.25, inventory=A120, weighInv=64.00, matPrice=4580.610000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=1153.8800, steamFee=0), MaterialDto(materialName=KVVP3 7X4, model=KVVP3, specification=7*4, voltage=450/750V, standard=GB, costPrice=16075.20, factoryPrice=23310.53, netVolume=431.98, inventory=A120, weighInv=64.00, matPrice=1839.390000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=499.5300, steamFee=0), MaterialDto(materialName=KVVP3 8X4, model=KVVP3, specification=8*4, voltage=450/750V, standard=GB, costPrice=18291.16, factoryPrice=26604.83, netVolume=486.89, inventory=A120, weighInv=64.00, matPrice=2023.020000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=606.1400, steamFee=0), MaterialDto(materialName=KVVP3 17X0.75, model=KVVP3, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=8505.61, factoryPrice=12101.22, netVolume=308.20, inventory=A120, weighInv=64.00, matPrice=1718.100000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 18X2.5, model=KVVP3, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=26110.85, factoryPrice=37487.87, netVolume=745.64, inventory=A140, weighInv=99.00, matPrice=3273.250000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=849.4600, steamFee=0), MaterialDto(materialName=KVVP3 20X1.5, model=KVVP3, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=17999.99, factoryPrice=25757.16, netVolume=538.75, inventory=A120, weighInv=64.00, matPrice=2544.940000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=935.6000, steamFee=0), MaterialDto(materialName=KVVP3 25X0.75, model=KVVP3, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=12200.18, factoryPrice=17131.15, netVolume=418.52, inventory=A120, weighInv=64.00, matPrice=2223.070000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 26X0.75, model=KVVP3, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=12641.85, factoryPrice=17729.18, netVolume=430.21, inventory=A120, weighInv=64.00, matPrice=2266.040000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 22X0.75, model=KVVP, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=12997.30, factoryPrice=20562.12, netVolume=404.56, inventory=A120, weighInv=64.00, matPrice=4035.310000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 23X2.5, model=KVVP, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=39274.71, factoryPrice=55564.65, netVolume=1027.17, inventory=A140, weighInv=99.00, matPrice=9873.240000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 25X0.75, model=KVVP, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=15245.63, factoryPrice=22554.50, netVolume=460.65, inventory=A120, weighInv=64.00, matPrice=5052.620000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 26X0.75, model=KVVP, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=15687.30, factoryPrice=23165.96, netVolume=472.34, inventory=A120, weighInv=64.00, matPrice=5095.590000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 32X2.5, model=KVVP, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=52444.49, factoryPrice=77299.13, netVolume=1343.09, inventory=A140, weighInv=99.00, matPrice=11602.620000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1579.9900, steamFee=0), MaterialDto(materialName=KVVP2 3X2.5, model=KVVP2, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=5659.92, factoryPrice=8047.73, netVolume=174.38, inventory=B100, weighInv=47.00, matPrice=1851.340000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=330.0300, steamFee=0), MaterialDto(materialName=KVVP2 7X6, model=KVVP2, specification=7*6, voltage=450/750V, standard=GB, costPrice=25032.71, factoryPrice=36168.57, netVolume=597.70, inventory=A120, weighInv=64.00, matPrice=3565.040000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=540.3600, steamFee=0), MaterialDto(materialName=KVVP2 8X4, model=KVVP2, specification=8*4, voltage=450/750V, standard=GB, costPrice=19765.41, factoryPrice=28490.56, netVolume=505.01, inventory=A120, weighInv=64.00, matPrice=3502.970000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=606.1400, steamFee=0), MaterialDto(materialName=KVVP2 16X6, model=KVVP2, specification=16*6, voltage=450/750V, standard=GB, costPrice=55232.09, factoryPrice=79603.56, netVolume=1282.58, inventory=A140, weighInv=99.00, matPrice=6168.160000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=977.0300, steamFee=0), MaterialDto(materialName=KVVP2 17X0.75, model=KVVP2, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=9824.51, factoryPrice=13709.66, netVolume=324.37, inventory=A120, weighInv=64.00, matPrice=3042.690000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 18X2.5, model=KVVP2, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=28109.69, factoryPrice=39871.30, netVolume=770.28, inventory=A140, weighInv=99.00, matPrice=5277.780000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=849.4600, steamFee=0), MaterialDto(materialName=KVVP2 20X1.5, model=KVVP2, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=19709.73, factoryPrice=27826.96, netVolume=559.82, inventory=A120, weighInv=64.00, matPrice=4260.360000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=935.6000, steamFee=0), MaterialDto(materialName=KVVP22 3X6, model=KVVP22, specification=3*6, voltage=450/750V, standard=GB, costPrice=13930.64, factoryPrice=20911.30, netVolume=493.92, inventory=A120, weighInv=64.00, matPrice=4534.490000, totalCopperConsume=9198.00, totalAluminumConsume=, totalLHCost=542.5800, steamFee=0), MaterialDto(materialName=KVVP22 4X4, model=KVVP22, specification=4*4, voltage=450/750V, standard=GB, costPrice=12871.26, factoryPrice=19198.58, netVolume=487.08, inventory=A120, weighInv=64.00, matPrice=4640.020000, totalCopperConsume=8034.00, totalAluminumConsume=, totalLHCost=559.2000, steamFee=0), MaterialDto(materialName=KVVP22 6X1, model=KVVP22, specification=6*1, voltage=450/750V, standard=GB, costPrice=7090.75, factoryPrice=9863.15, netVolume=331.49, inventory=B100, weighInv=47.00, matPrice=3733.720000, totalCopperConsume=3192.00, totalAluminumConsume=, totalLHCost=508.8400, steamFee=0), MaterialDto(materialName=KVVP22 15X4, model=KVVP22, specification=15*4, voltage=450/750V, standard=GB, costPrice=42120.66, factoryPrice=59013.00, netVolume=1251.08, inventory=A140, weighInv=99.00, matPrice=11391.090000, totalCopperConsume=30486.00, totalAluminumConsume=, totalLHCost=1044.8300, steamFee=0), MaterialDto(materialName=KVVP22 21X0.75, model=KVVP22, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=14382.56, factoryPrice=21692.61, netVolume=593.60, inventory=A120, weighInv=64.00, matPrice=5780.290000, totalCopperConsume=8370.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 23X1, model=KVVP22, specification=23*1, voltage=450/750V, standard=GB, costPrice=20134.26, factoryPrice=29446.46, netVolume=761.50, inventory=A140, weighInv=99.00, matPrice=7618.120000, totalCopperConsume=12228.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 5X6, model=KVVP2-22, specification=5*6, voltage=450/750V, standard=GB, costPrice=19788.46, factoryPrice=28588.52, netVolume=673.37, inventory=A120, weighInv=64.00, matPrice=4453.290000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=655.2400, steamFee=0), MaterialDto(materialName=KVVP2-22 19X6, model=KVVP2-22, specification=19*6, voltage=450/750V, standard=GB, costPrice=67527.38, factoryPrice=97154.20, netVolume=1864.01, inventory=A160, weighInv=159.00, matPrice=9264.690000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=1348.0400, steamFee=0), MaterialDto(materialName=KVVP2-22 23X2.5, model=KVVP2-22, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=37573.23, factoryPrice=52846.26, netVolume=1263.24, inventory=A140, weighInv=99.00, matPrice=8400.210000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 28X0.75, model=KVVP2-22, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=16864.39, factoryPrice=23188.08, netVolume=723.93, inventory=A140, weighInv=99.00, matPrice=5696.860000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1548.6700, steamFee=0), MaterialDto(materialName=KVVP2-22 33X0.75, model=KVVP2-22, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=19252.63, factoryPrice=26517.93, netVolume=798.26, inventory=A140, weighInv=99.00, matPrice=6091.600000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 10X0.75, model=KVVP3, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=5151.07, factoryPrice=7341.47, netVolume=191.23, inventory=B100, weighInv=47.00, matPrice=1154.460000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=500.1000, steamFee=0), MaterialDto(materialName=KVVP 10X1, model=KVVP, specification=10*1, voltage=450/750V, standard=GB, costPrice=8260.68, factoryPrice=13265.68, netVolume=258.18, inventory=B100, weighInv=47.00, matPrice=2804.170000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=716.1600, steamFee=0), MaterialDto(materialName=KVVP 12X0.75, model=KVVP, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=7735.51, factoryPrice=11362.57, netVolume=251.62, inventory=B100, weighInv=47.00, matPrice=2810.680000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=780.7800, steamFee=0), MaterialDto(materialName=KVVP 13X2.5, model=KVVP, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=22438.46, factoryPrice=33691.92, netVolume=611.11, inventory=A140, weighInv=99.00, matPrice=5706.090000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=786.8300, steamFee=0), MaterialDto(materialName=KVVP 13X6, model=KVVP, specification=13*6, voltage=450/750V, standard=GB, costPrice=48809.52, factoryPrice=70838.51, netVolume=1128.12, inventory=A140, weighInv=99.00, matPrice=8732.900000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=799.5600, steamFee=0), MaterialDto(materialName=KVVP 15X6, model=KVVP, specification=15*6, voltage=450/750V, standard=GB, costPrice=55680.54, factoryPrice=83093.78, netVolume=1282.76, inventory=A140, weighInv=99.00, matPrice=9457.860000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=887.4600, steamFee=0), MaterialDto(materialName=KVVP 17X1, model=KVVP, specification=17*1, voltage=450/750V, standard=GB, costPrice=12893.65, factoryPrice=20904.98, netVolume=383.19, inventory=A120, weighInv=64.00, matPrice=3682.480000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=932.9400, steamFee=0), MaterialDto(materialName=KVVP 20X1.5, model=KVVP, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=21323.74, factoryPrice=31835.42, netVolume=600.00, inventory=A120, weighInv=64.00, matPrice=5640.560000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=1159.6800, steamFee=0), MaterialDto(materialName=KVVP 25X1.5, model=KVVP, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=27894.38, factoryPrice=38977.81, netVolume=766.83, inventory=A140, weighInv=99.00, matPrice=8208.820000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1392.5400, steamFee=0), MaterialDto(materialName=KVVP 34X1.5, model=KVVP, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=36163.31, factoryPrice=51075.08, netVolume=984.92, inventory=A140, weighInv=99.00, matPrice=9681.220000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1615.3000, steamFee=0), MaterialDto(materialName=KVVP2 5X4, model=KVVP2, specification=5*4, voltage=450/750V, standard=GB, costPrice=13011.98, factoryPrice=18586.33, netVolume=363.33, inventory=B100, weighInv=47.00, matPrice=2846.480000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=427.2000, steamFee=0), MaterialDto(materialName=KVVP2 17X1, model=KVVP2, specification=17*1, voltage=450/750V, standard=GB, costPrice=12270.93, factoryPrice=17706.27, netVolume=374.39, inventory=A120, weighInv=64.00, matPrice=3230.770000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=701.6800, steamFee=0), MaterialDto(materialName=KVVP2 24X0.75, model=KVVP2, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=13326.20, factoryPrice=18637.68, netVolume=426.29, inventory=A120, weighInv=64.00, matPrice=3753.470000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1074.5700, steamFee=0), MaterialDto(materialName=KVVP2 28X1.5, model=KVVP2, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=27220.43, factoryPrice=38345.02, netVolume=778.15, inventory=A140, weighInv=99.00, matPrice=5592.880000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1099.3900, steamFee=0), MaterialDto(materialName=KVVP2 29X1, model=KVVP2, specification=29*1, voltage=450/750V, standard=GB, costPrice=19832.07, factoryPrice=28383.91, netVolume=574.69, inventory=A120, weighInv=64.00, matPrice=4413.380000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 33X1.5, model=KVVP2, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=31581.97, factoryPrice=44530.72, netVolume=890.53, inventory=A140, weighInv=99.00, matPrice=6093.060000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 4X1.5, model=KVVP22, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=6915.47, factoryPrice=9322.00, netVolume=325.76, inventory=B100, weighInv=47.00, matPrice=3663.340000, totalCopperConsume=3090.00, totalAluminumConsume=, totalLHCost=474.0100, steamFee=0), MaterialDto(materialName=KVVP22 5X1.5, model=KVVP22, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=8050.17, factoryPrice=10917.80, netVolume=370.69, inventory=A120, weighInv=64.00, matPrice=4011.980000, totalCopperConsume=3864.00, totalAluminumConsume=, totalLHCost=465.2500, steamFee=0), MaterialDto(materialName=KVVP22 6X6, model=KVVP22, specification=6*6, voltage=450/750V, standard=GB, costPrice=25740.00, factoryPrice=37772.27, netVolume=814.52, inventory=A140, weighInv=99.00, matPrice=7028.660000, totalCopperConsume=18396.00, totalAluminumConsume=, totalLHCost=684.6100, steamFee=0), MaterialDto(materialName=KVVP22 13X6, model=KVVP22, specification=13*6, voltage=450/750V, standard=GB, costPrice=52012.33, factoryPrice=74278.17, netVolume=1460.41, inventory=A140, weighInv=99.00, matPrice=11892.990000, totalCopperConsume=39864.00, totalAluminumConsume=, totalLHCost=1060.1200, steamFee=0), MaterialDto(materialName=KVVP22 15X6, model=KVVP22, specification=15*6, voltage=450/750V, standard=GB, costPrice=59005.33, factoryPrice=87330.55, netVolume=1633.62, inventory=A140, weighInv=99.00, matPrice=12740.430000, totalCopperConsume=45996.00, totalAluminumConsume=, totalLHCost=1162.9700, steamFee=0), MaterialDto(materialName=KVVP22 17X2.5, model=KVVP22, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=32922.31, factoryPrice=45364.96, netVolume=1077.57, inventory=A140, weighInv=99.00, matPrice=10916.360000, totalCopperConsume=21558.00, totalAluminumConsume=, totalLHCost=1071.6500, steamFee=0), MaterialDto(materialName=KVVP22 18X1.5, model=KVVP22, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=21942.22, factoryPrice=31606.32, netVolume=801.38, inventory=A140, weighInv=99.00, matPrice=7750.540000, totalCopperConsume=13902.00, totalAluminumConsume=, totalLHCost=970.8700, steamFee=0), MaterialDto(materialName=KVVP22 20X1.5, model=KVVP22, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=23758.48, factoryPrice=34561.71, netVolume=847.05, inventory=A140, weighInv=99.00, matPrice=8017.910000, totalCopperConsume=15444.00, totalAluminumConsume=, totalLHCost=1190.2200, steamFee=0), MaterialDto(materialName=KVVP22 29X2.5, model=KVVP22, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=51711.38, factoryPrice=74594.17, netVolume=1646.99, inventory=A160, weighInv=159.00, matPrice=14643.420000, totalCopperConsume=36780.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 31X2.5, model=KVVP22, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=54903.88, factoryPrice=79251.22, netVolume=1740.14, inventory=A160, weighInv=159.00, matPrice=15293.130000, totalCopperConsume=39312.00, totalAluminumConsume=, totalLHCost=1686.8100, steamFee=0), MaterialDto(materialName=KVVP 9X1, model=KVVP, specification=9*1, voltage=450/750V, standard=GB, costPrice=7398.50, factoryPrice=11572.71, netVolume=218.69, inventory=B100, weighInv=47.00, matPrice=2483.690000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=577.5500, steamFee=0), MaterialDto(materialName=KVVP 11X4, model=KVVP, specification=11*4, voltage=450/750V, standard=GB, costPrice=28568.35, factoryPrice=42670.27, netVolume=716.97, inventory=A140, weighInv=99.00, matPrice=5955.790000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=714.5900, steamFee=0), MaterialDto(materialName=KVVP 18X1, model=KVVP, specification=18*1, voltage=450/750V, standard=GB, costPrice=13473.94, factoryPrice=21719.47, netVolume=397.56, inventory=A120, weighInv=64.00, matPrice=3731.230000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=852.0100, steamFee=0), MaterialDto(materialName=KVVP 31X1.5, model=KVVP, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=33328.89, factoryPrice=47077.68, netVolume=911.72, inventory=A140, weighInv=99.00, matPrice=9172.990000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1699.1600, steamFee=0), MaterialDto(materialName=KVVP2 2X6, model=KVVP2, specification=2*6, voltage=450/750V, standard=GB, costPrice=8205.37, factoryPrice=11774.95, netVolume=228.11, inventory=B100, weighInv=47.00, matPrice=2068.960000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=345.3800, steamFee=0), MaterialDto(materialName=KVVP2 11X2.5, model=KVVP2, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=17875.19, factoryPrice=25191.52, netVolume=498.27, inventory=A120, weighInv=64.00, matPrice=3920.830000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=644.7400, steamFee=0), MaterialDto(materialName=KVVP2 13X4, model=KVVP2, specification=13*4, voltage=450/750V, standard=GB, costPrice=31423.88, factoryPrice=44934.41, netVolume=793.99, inventory=A140, weighInv=99.00, matPrice=4999.850000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=769.6500, steamFee=0), MaterialDto(materialName=KVVP2 14X4, model=KVVP2, specification=14*4, voltage=450/750V, standard=GB, costPrice=33575.59, factoryPrice=47983.02, netVolume=840.18, inventory=A140, weighInv=99.00, matPrice=5119.250000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=799.4900, steamFee=0), MaterialDto(materialName=KVVP2 26X1.5, model=KVVP2, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=25401.10, factoryPrice=35707.21, netVolume=729.84, inventory=A140, weighInv=99.00, matPrice=5318.100000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 29X0.75, model=KVVP2, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=15694.23, factoryPrice=21728.95, netVolume=490.66, inventory=A120, weighInv=64.00, matPrice=4128.000000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 29X1.5, model=KVVP2, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=28060.20, factoryPrice=39496.05, netVolume=798.55, inventory=A140, weighInv=99.00, matPrice=5660.380000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 34X1.5, model=KVVP2, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=32586.43, factoryPrice=45881.62, netVolume=920.41, inventory=A140, weighInv=99.00, matPrice=6325.250000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1212.1000, steamFee=0), MaterialDto(materialName=KVVP22 5X6, model=KVVP22, specification=5*6, voltage=450/750V, standard=GB, costPrice=21179.14, factoryPrice=32222.52, netVolume=696.33, inventory=A120, weighInv=64.00, matPrice=5616.060000, totalCopperConsume=15330.00, totalAluminumConsume=, totalLHCost=620.1700, steamFee=0), MaterialDto(materialName=KVVP22 8X1, model=KVVP22, specification=8*1, voltage=450/750V, standard=GB, costPrice=8387.02, factoryPrice=12126.50, netVolume=366.93, inventory=A120, weighInv=64.00, matPrice=3960.980000, totalCopperConsume=4254.00, totalAluminumConsume=, totalLHCost=662.6700, steamFee=0), MaterialDto(materialName=KVVP22 11X1.5, model=KVVP22, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=14298.01, factoryPrice=21199.65, netVolume=568.56, inventory=A120, weighInv=64.00, matPrice=5571.760000, totalCopperConsume=8496.00, totalAluminumConsume=, totalLHCost=956.9300, steamFee=0), MaterialDto(materialName=KVVP22 22X0.75, model=KVVP22, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=15234.11, factoryPrice=22994.53, netVolume=643.71, inventory=A140, weighInv=99.00, matPrice=6216.860000, totalCopperConsume=8772.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 24X2.5, model=KVVP22, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=44239.59, factoryPrice=64051.62, netVolume=1452.59, inventory=A160, weighInv=159.00, matPrice=13529.240000, totalCopperConsume=30438.00, totalAluminumConsume=, totalLHCost=1268.6500, steamFee=0), MaterialDto(materialName=KVVP22 31X1, model=KVVP22, specification=31*1, voltage=450/750V, standard=GB, costPrice=25384.27, factoryPrice=37429.41, netVolume=915.14, inventory=A140, weighInv=99.00, matPrice=8594.220000, totalCopperConsume=16476.00, totalAluminumConsume=, totalLHCost=1541.7100, steamFee=0), MaterialDto(materialName=KVVP22 33X0.75, model=KVVP22, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=21727.76, factoryPrice=31031.20, netVolume=839.53, inventory=A140, weighInv=99.00, matPrice=8266.040000, totalCopperConsume=13158.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 3X1, model=KVVP2-22, specification=3*1, voltage=450/750V, standard=GB, costPrice=3704.20, factoryPrice=5216.37, netVolume=228.08, inventory=B100, weighInv=47.00, matPrice=2105.650000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=425.8300, steamFee=0), MaterialDto(materialName=KVVP2-22 6X1, model=KVVP2-22, specification=6*1, voltage=450/750V, standard=GB, costPrice=5979.83, factoryPrice=8471.96, netVolume=313.69, inventory=B100, weighInv=47.00, matPrice=2786.660000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=514.3900, steamFee=0), MaterialDto(materialName=KVVP2-22 16X0.75, model=KVVP2-22, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=10430.63, factoryPrice=14547.06, netVolume=483.46, inventory=A120, weighInv=64.00, matPrice=4047.510000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=944.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 19X1.5, model=KVVP2-22, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=20380.33, factoryPrice=28364.16, netVolume=777.12, inventory=A140, weighInv=99.00, matPrice=5703.230000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=1001.8100, steamFee=0), MaterialDto(materialName=KVVP2-22 22X1, model=KVVP2-22, specification=22*1, voltage=450/750V, standard=GB, costPrice=16985.46, factoryPrice=24110.01, netVolume=690.26, inventory=A140, weighInv=99.00, matPrice=5287.580000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1412.5700, steamFee=0), MaterialDto(materialName=KVVP 4X0.75, model=KVVP, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=3237.88, factoryPrice=5004.65, netVolume=112.80, inventory=B80, weighInv=22.00, matPrice=1556.680000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=350.2800, steamFee=0), MaterialDto(materialName=KVVP 13X1, model=KVVP, specification=13*1, voltage=450/750V, standard=GB, costPrice=10227.59, factoryPrice=16861.76, netVolume=308.94, inventory=B100, weighInv=47.00, matPrice=3162.430000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=824.6500, steamFee=0), MaterialDto(materialName=KVVP 14X1, model=KVVP, specification=14*1, voltage=450/750V, standard=GB, costPrice=10807.88, factoryPrice=17705.48, netVolume=323.31, inventory=B100, weighInv=47.00, matPrice=3211.180000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=868.9000, steamFee=0), MaterialDto(materialName=KVVP 26X2.5, model=KVVP, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=43554.53, factoryPrice=64121.93, netVolume=1126.37, inventory=A140, weighInv=99.00, matPrice=10342.580000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 31X0.75, model=KVVP, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=18256.00, factoryPrice=26985.61, netVolume=545.61, inventory=A120, weighInv=64.00, matPrice=5651.410000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 33X1.5, model=KVVP, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=35008.44, factoryPrice=49451.63, netVolume=952.52, inventory=A140, weighInv=99.00, matPrice=9307.990000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 3X0.75, model=KVVP2, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2418.51, factoryPrice=3383.57, netVolume=90.95, inventory=B80, weighInv=22.00, matPrice=1218.500000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=230.6100, steamFee=0), MaterialDto(materialName=KVVP2 3X1.5, model=KVVP2, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=3848.63, factoryPrice=5390.96, netVolume=129.23, inventory=B80, weighInv=22.00, matPrice=1527.900000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=229.7200, steamFee=0), MaterialDto(materialName=KVVP2 20X0.75, model=KVVP2, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=11191.93, factoryPrice=15750.23, netVolume=357.60, inventory=A120, weighInv=64.00, matPrice=3214.010000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=964.2400, steamFee=0), MaterialDto(materialName=KVVP2 22X2.5, model=KVVP2, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=34012.97, factoryPrice=48275.32, netVolume=917.75, inventory=A140, weighInv=99.00, matPrice=6108.160000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1067.9400, steamFee=0), MaterialDto(materialName=KVVP2 33X0.75, model=KVVP2, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=17585.52, factoryPrice=24305.93, netVolume=544.92, inventory=A120, weighInv=64.00, matPrice=4424.490000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 3X1, model=KVVP22, specification=3*1, voltage=450/750V, standard=GB, costPrice=4688.26, factoryPrice=6224.41, netVolume=243.23, inventory=B100, weighInv=47.00, matPrice=2956.760000, totalCopperConsume=1596.00, totalAluminumConsume=, totalLHCost=433.2200, steamFee=0), MaterialDto(materialName=KVVP22 5X4, model=KVVP22, specification=5*4, voltage=450/750V, standard=GB, costPrice=15516.19, factoryPrice=23221.26, netVolume=565.65, inventory=A120, weighInv=64.00, matPrice=5138.740000, totalCopperConsume=10164.00, totalAluminumConsume=, totalLHCost=600.9600, steamFee=0), MaterialDto(materialName=KVVP22 13X4, model=KVVP22, specification=13*4, voltage=450/750V, standard=GB, costPrice=37525.14, factoryPrice=52092.60, netVolume=1128.31, inventory=A140, weighInv=99.00, matPrice=10665.060000, totalCopperConsume=26418.00, totalAluminumConsume=, totalLHCost=953.4500, steamFee=0), MaterialDto(materialName=KVVP22 17X1.5, model=KVVP22, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=21100.88, factoryPrice=30396.83, netVolume=780.98, inventory=A140, weighInv=99.00, matPrice=7683.200000, totalCopperConsume=13128.00, totalAluminumConsume=, totalLHCost=1132.2300, steamFee=0), MaterialDto(materialName=KVVP22 19X1.5, model=KVVP22, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=22762.30, factoryPrice=32815.02, netVolume=816.72, inventory=A140, weighInv=99.00, matPrice=7796.620000, totalCopperConsume=14676.00, totalAluminumConsume=, totalLHCost=1054.5400, steamFee=0), MaterialDto(materialName=KVVP22 27X0.75, model=KVVP22, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=18611.63, factoryPrice=26515.56, netVolume=738.79, inventory=A140, weighInv=99.00, matPrice=7563.280000, totalCopperConsume=10764.00, totalAluminumConsume=, totalLHCost=1472.2800, steamFee=0), MaterialDto(materialName=KVVP22 29X0.75, model=KVVP22, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=19716.32, factoryPrice=28161.13, netVolume=776.42, inventory=A140, weighInv=99.00, matPrice=7860.750000, totalCopperConsume=11562.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 36X0.75, model=KVVP22, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=23314.22, factoryPrice=33284.28, netVolume=893.09, inventory=A140, weighInv=99.00, matPrice=8647.860000, totalCopperConsume=14352.00, totalAluminumConsume=, totalLHCost=1619.0700, steamFee=0), MaterialDto(materialName=KVVP2-22 8X1, model=KVVP2-22, specification=8*1, voltage=450/750V, standard=GB, costPrice=7256.46, factoryPrice=10544.13, netVolume=349.91, inventory=A120, weighInv=64.00, matPrice=3000.190000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=680.8800, steamFee=0), MaterialDto(materialName=KVVP2-22 10X6, model=KVVP2-22, specification=10*6, voltage=450/750V, standard=GB, costPrice=37215.59, factoryPrice=53465.62, netVolume=1119.07, inventory=A140, weighInv=99.00, matPrice=6549.160000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=922.5800, steamFee=0), MaterialDto(materialName=KVVP2-22 11X1.5, model=KVVP2-22, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=12916.72, factoryPrice=17793.96, netVolume=545.76, inventory=A120, weighInv=64.00, matPrice=4417.810000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=947.6100, steamFee=0), MaterialDto(materialName=KVVP2-22 21X0.75, model=KVVP2-22, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=12991.37, factoryPrice=18200.02, netVolume=569.90, inventory=A120, weighInv=64.00, matPrice=4614.750000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 22X0.75, model=KVVP2-22, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=13672.20, factoryPrice=19116.42, netVolume=601.26, inventory=A140, weighInv=99.00, matPrice=4896.880000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 2X1, model=KVVP, specification=2*1, voltage=450/750V, standard=GB, costPrice=2465.19, factoryPrice=3975.28, netVolume=90.59, inventory=B80, weighInv=22.00, matPrice=1326.640000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=296.3500, steamFee=0), MaterialDto(materialName=KVVP 3X2.5, model=KVVP, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=6041.87, factoryPrice=9143.46, netVolume=179.80, inventory=B100, weighInv=47.00, matPrice=2121.910000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=413.5300, steamFee=0), MaterialDto(materialName=KVVP 9X1.5, model=KVVP, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=10282.89, factoryPrice=16745.63, netVolume=309.22, inventory=A120, weighInv=64.00, matPrice=3175.430000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=671.2700, steamFee=0), MaterialDto(materialName=KVVP 13X1.5, model=KVVP, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=14122.68, factoryPrice=22258.25, netVolume=409.08, inventory=A120, weighInv=64.00, matPrice=3896.920000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=889.2300, steamFee=0), MaterialDto(materialName=KVVP 14X0.75, model=KVVP, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=8760.26, factoryPrice=13623.55, netVolume=280.90, inventory=B100, weighInv=47.00, matPrice=3029.590000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=832.5600, steamFee=0), MaterialDto(materialName=KVVP 16X1, model=KVVP, specification=16*1, voltage=450/750V, standard=GB, costPrice=12139.70, factoryPrice=19697.86, netVolume=360.93, inventory=A120, weighInv=64.00, matPrice=3470.230000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=920.2500, steamFee=0), MaterialDto(materialName=KVVP 19X1, model=KVVP, specification=19*1, voltage=450/750V, standard=GB, costPrice=14032.99, factoryPrice=22557.66, netVolume=406.87, inventory=A120, weighInv=64.00, matPrice=3758.730000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=1027.0200, steamFee=0), MaterialDto(materialName=KVVP 20X1, model=KVVP, specification=20*1, voltage=450/750V, standard=GB, costPrice=14700.68, factoryPrice=23828.77, netVolume=424.87, inventory=A120, weighInv=64.00, matPrice=3889.670000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1266.3400, steamFee=0), MaterialDto(materialName=KVVP 24X1, model=KVVP, specification=24*1, voltage=450/750V, standard=GB, costPrice=18211.62, factoryPrice=28011.03, netVolume=518.51, inventory=A120, weighInv=64.00, matPrice=5225.280000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1369.9000, steamFee=0), MaterialDto(materialName=KVVP2 2X1, model=KVVP2, specification=2*1, voltage=450/750V, standard=GB, costPrice=2243.44, factoryPrice=3219.25, netVolume=87.32, inventory=B80, weighInv=22.00, matPrice=1176.440000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=192.9900, steamFee=0), MaterialDto(materialName=KVVP2 4X0.75, model=KVVP2, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2972.14, factoryPrice=4162.51, netVolume=108.94, inventory=B80, weighInv=22.00, matPrice=1373.420000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=249.9200, steamFee=0), MaterialDto(materialName=KVVP2 16X1, model=KVVP2, specification=16*1, voltage=450/750V, standard=GB, costPrice=11557.83, factoryPrice=16703.76, netVolume=352.68, inventory=A120, weighInv=64.00, matPrice=3049.220000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=691.1300, steamFee=0), MaterialDto(materialName=KVVP2 19X1, model=KVVP2, specification=19*1, voltage=450/750V, standard=GB, costPrice=13410.27, factoryPrice=19406.35, netVolume=398.07, inventory=A120, weighInv=64.00, matPrice=3307.020000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=793.0000, steamFee=0), MaterialDto(materialName=KVVP2 32X1, model=KVVP2, specification=32*1, voltage=450/750V, standard=GB, costPrice=21817.86, factoryPrice=31256.35, netVolume=643.75, inventory=A140, weighInv=99.00, matPrice=4804.540000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1248.4000, steamFee=0), MaterialDto(materialName=KVVP2 35X1, model=KVVP2, specification=35*1, voltage=450/750V, standard=GB, costPrice=23695.62, factoryPrice=33934.45, netVolume=694.83, inventory=A140, weighInv=99.00, matPrice=5087.660000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1369.8500, steamFee=0), MaterialDto(materialName=KVVP22 10X2.5, model=KVVP22, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=20340.48, factoryPrice=29409.33, netVolume=738.30, inventory=A140, weighInv=99.00, matPrice=7334.230000, totalCopperConsume=12684.00, totalAluminumConsume=, totalLHCost=776.3800, steamFee=0), MaterialDto(materialName=KVVP22 20X2.5, model=KVVP22, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=37007.03, factoryPrice=52071.27, netVolume=1177.77, inventory=A140, weighInv=99.00, matPrice=11404.580000, totalCopperConsume=25362.00, totalAluminumConsume=, totalLHCost=1180.6900, steamFee=0), MaterialDto(materialName=KVVP22 33X2.5, model=KVVP22, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=57636.82, factoryPrice=83168.83, netVolume=1803.34, inventory=A160, weighInv=159.00, matPrice=15488.080000, totalCopperConsume=41850.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 35X1.5, model=KVVP22, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=40272.33, factoryPrice=55204.41, netVolume=1347.98, inventory=A140, weighInv=99.00, matPrice=12977.520000, totalCopperConsume=27030.00, totalAluminumConsume=, totalLHCost=1675.8200, steamFee=0), MaterialDto(materialName=KVVP2-22 4X1.5, model=KVVP2-22, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=5818.55, factoryPrice=8076.17, netVolume=308.22, inventory=B100, weighInv=47.00, matPrice=2725.540000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=479.5600, steamFee=0), MaterialDto(materialName=KVVP2-22 6X6, model=KVVP2-22, specification=6*6, voltage=450/750V, standard=GB, costPrice=23407.40, factoryPrice=33586.85, netVolume=775.31, inventory=A140, weighInv=99.00, matPrice=5005.980000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=731.1100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X1.5, model=KVVP2-22, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=17649.39, factoryPrice=24490.00, netVolume=701.18, inventory=A140, weighInv=99.00, matPrice=5289.110000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=950.4800, steamFee=0), MaterialDto(materialName=KVVP2-22 25X2.5, model=KVVP2-22, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=40616.41, factoryPrice=57089.35, netVolume=1363.34, inventory=A140, weighInv=99.00, matPrice=8906.950000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1350.6500, steamFee=0), MaterialDto(materialName=KVVP2-22 27X1.5, model=KVVP2-22, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=27990.15, factoryPrice=38852.20, netVolume=1015.46, inventory=A140, weighInv=99.00, matPrice=7134.870000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1302.5800, steamFee=0), MaterialDto(materialName=KVVP3 19X2.5, model=KVVP3, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=27444.75, factoryPrice=39450.23, netVolume=769.65, inventory=A140, weighInv=99.00, matPrice=3338.930000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=874.2000, steamFee=0), MaterialDto(materialName=KVVP 8X2.5, model=KVVP, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=13837.83, factoryPrice=22175.30, netVolume=384.78, inventory=A120, weighInv=64.00, matPrice=3523.480000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=631.8900, steamFee=0), MaterialDto(materialName=KVVP 21X1, model=KVVP, specification=21*1, voltage=450/750V, standard=GB, costPrice=15372.75, factoryPrice=24667.75, netVolume=444.82, inventory=A120, weighInv=64.00, matPrice=4025.260000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=1237.5900, steamFee=0), MaterialDto(materialName=KVVP 25X1, model=KVVP, specification=25*1, voltage=450/750V, standard=GB, costPrice=18887.17, factoryPrice=28545.86, netVolume=534.66, inventory=A120, weighInv=64.00, matPrice=5363.570000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1363.6800, steamFee=0), MaterialDto(materialName=KVVP 27X1.5, model=KVVP, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=29573.92, factoryPrice=41577.70, netVolume=807.63, inventory=A140, weighInv=99.00, matPrice=8343.820000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1470.4400, steamFee=0), MaterialDto(materialName=KVVP 29X2.5, model=KVVP, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=47977.90, factoryPrice=70840.88, netVolume=1232.88, inventory=A140, weighInv=99.00, matPrice=10951.480000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 2X2.5, model=KVVP2, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=4209.61, factoryPrice=5962.92, netVolume=141.00, inventory=B100, weighInv=47.00, matPrice=1669.250000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=305.2800, steamFee=0), MaterialDto(materialName=KVVP2 14X6, model=KVVP2, specification=14*6, voltage=450/750V, standard=GB, costPrice=48578.65, factoryPrice=70020.86, netVolume=1131.59, inventory=A140, weighInv=99.00, matPrice=5647.210000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=865.9900, steamFee=0), MaterialDto(materialName=KVVP2 21X0.75, model=KVVP2, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=11702.89, factoryPrice=16376.70, netVolume=374.47, inventory=A120, weighInv=64.00, matPrice=3326.270000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 30X1, model=KVVP2, specification=30*1, voltage=450/750V, standard=GB, costPrice=20412.37, factoryPrice=29224.47, netVolume=589.06, inventory=A120, weighInv=64.00, matPrice=4462.130000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1250.4100, steamFee=0), MaterialDto(materialName=KVVP2 31X1, model=KVVP2, specification=31*1, voltage=450/750V, standard=GB, costPrice=21237.56, factoryPrice=30410.26, netVolume=629.38, inventory=A140, weighInv=99.00, matPrice=4755.790000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1228.4400, steamFee=0), MaterialDto(materialName=KVVP2 31X2.5, model=KVVP2, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=46957.20, factoryPrice=66476.13, netVolume=1237.84, inventory=A140, weighInv=99.00, matPrice=7638.400000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1260.9400, steamFee=0), MaterialDto(materialName=KVVP22 2X4, model=KVVP22, specification=2*4, voltage=450/750V, standard=GB, costPrice=8143.67, factoryPrice=11200.62, netVolume=361.03, inventory=A120, weighInv=64.00, matPrice=3907.910000, totalCopperConsume=4062.00, totalAluminumConsume=, totalLHCost=499.5300, steamFee=0), MaterialDto(materialName=KVVP22 3X2.5, model=KVVP22, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=7819.77, factoryPrice=10719.51, netVolume=349.57, inventory=A120, weighInv=64.00, matPrice=3845.810000, totalCopperConsume=3804.00, totalAluminumConsume=, totalLHCost=544.0900, steamFee=0), MaterialDto(materialName=KVVP22 15X1.5, model=KVVP22, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=19145.53, factoryPrice=27451.71, netVolume=719.72, inventory=A140, weighInv=99.00, matPrice=7243.800000, totalCopperConsume=11586.00, totalAluminumConsume=, totalLHCost=1101.1000, steamFee=0), MaterialDto(materialName=KVVP22 29X1, model=KVVP22, specification=29*1, voltage=450/750V, standard=GB, costPrice=23971.08, factoryPrice=35294.83, netVolume=869.27, inventory=A140, weighInv=99.00, matPrice=8253.620000, totalCopperConsume=15414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 29X1.5, model=KVVP22, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=34308.61, factoryPrice=46777.48, netVolume=1154.18, inventory=A140, weighInv=99.00, matPrice=11664.120000, totalCopperConsume=22398.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 11X1, model=KVVP2-22, specification=11*1, voltage=450/750V, standard=GB, costPrice=9526.36, factoryPrice=13433.95, netVolume=435.92, inventory=A120, weighInv=64.00, matPrice=3675.470000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=924.5100, steamFee=0), MaterialDto(materialName=KVVP2-22 15X1, model=KVVP2-22, specification=15*1, voltage=450/750V, standard=GB, costPrice=12194.69, factoryPrice=17372.10, netVolume=522.96, inventory=A120, weighInv=64.00, matPrice=4217.620000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=939.7100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X2.5, model=KVVP2-22, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=26812.67, factoryPrice=37909.73, netVolume=942.75, inventory=A140, weighInv=99.00, matPrice=6517.200000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=1021.1900, steamFee=0), MaterialDto(materialName=KVVP2-22 19X2.5, model=KVVP2-22, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=31165.70, factoryPrice=44172.85, netVolume=1055.40, inventory=A140, weighInv=99.00, matPrice=7065.560000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=1083.0400, steamFee=0), MaterialDto(materialName=KVVP2-22 19X4, model=KVVP2-22, specification=19*4, voltage=450/750V, standard=GB, costPrice=46626.09, factoryPrice=66717.08, netVolume=1376.18, inventory=A140, weighInv=99.00, matPrice=8008.160000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=1208.0500, steamFee=0), MaterialDto(materialName=KVVP2-22 22X1.5, model=KVVP2-22, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=23452.94, factoryPrice=32831.61, netVolume=886.86, inventory=A140, weighInv=99.00, matPrice=6459.020000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1475.3800, steamFee=0), MaterialDto(materialName=KVVP2-22 22X2.5, model=KVVP2-22, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=35927.10, factoryPrice=50877.58, netVolume=1207.92, inventory=A140, weighInv=99.00, matPrice=8022.300000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1292.3600, steamFee=0), MaterialDto(materialName=KVVP2-22 27X1, model=KVVP2-22, specification=27*1, voltage=450/750V, standard=GB, costPrice=20172.63, factoryPrice=28589.31, netVolume=785.47, inventory=A140, weighInv=99.00, matPrice=5817.030000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1499.0800, steamFee=0), MaterialDto(materialName=KVVP 21X1.5, model=KVVP, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=22295.87, factoryPrice=33014.10, netVolume=627.78, inventory=A140, weighInv=99.00, matPrice=5833.880000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1287.7500, steamFee=0), MaterialDto(materialName=KVVP2 3X6, model=KVVP2, specification=3*6, voltage=450/750V, standard=GB, costPrice=11487.26, factoryPrice=16589.21, netVolume=291.37, inventory=B100, weighInv=47.00, matPrice=2284.600000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=379.0500, steamFee=0), MaterialDto(materialName=KVVP2 6X2.5, model=KVVP2, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=10399.99, factoryPrice=14739.82, netVolume=311.60, inventory=B100, weighInv=47.00, matPrice=2786.740000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=439.1600, steamFee=0), MaterialDto(materialName=KVVP2 8X1.5, model=KVVP2, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=8676.74, factoryPrice=12367.45, netVolume=268.74, inventory=B100, weighInv=47.00, matPrice=2494.650000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=473.1200, steamFee=0), MaterialDto(materialName=KVVP2 10X6, model=KVVP2, specification=10*6, voltage=450/750V, standard=GB, costPrice=35485.65, factoryPrice=51098.78, netVolume=856.77, inventory=A140, weighInv=99.00, matPrice=4819.220000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=713.7400, steamFee=0), MaterialDto(materialName=KVVP2 12X1.5, model=KVVP2, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=12479.25, factoryPrice=17500.87, netVolume=372.42, inventory=A120, weighInv=64.00, matPrice=3208.070000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=663.8600, steamFee=0), MaterialDto(materialName=KVVP2 23X1, model=KVVP2, specification=23*1, voltage=450/750V, standard=GB, costPrice=16180.65, factoryPrice=23224.42, netVolume=481.59, inventory=A120, weighInv=64.00, matPrice=3951.230000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 24X1, model=KVVP2, specification=24*1, voltage=450/750V, standard=GB, costPrice=16760.95, factoryPrice=24266.43, netVolume=495.95, inventory=A120, weighInv=64.00, matPrice=3999.980000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1103.4200, steamFee=0), MaterialDto(materialName=KVVP2 30X0.75, model=KVVP2, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=16135.90, factoryPrice=22350.68, netVolume=502.36, inventory=A120, weighInv=64.00, matPrice=4170.970000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1219.2800, steamFee=0), MaterialDto(materialName=KVVP2 35X1.5, model=KVVP2, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=33426.20, factoryPrice=47076.10, netVolume=940.81, inventory=A140, weighInv=99.00, matPrice=6392.750000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1233.3400, steamFee=0), MaterialDto(materialName=KVVP22 8X0.75, model=KVVP22, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=7176.66, factoryPrice=10029.05, netVolume=338.64, inventory=B100, weighInv=47.00, matPrice=3817.270000, totalCopperConsume=3192.00, totalAluminumConsume=, totalLHCost=620.5200, steamFee=0), MaterialDto(materialName=KVVP22 14X1.5, model=KVVP22, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=17173.16, factoryPrice=25733.46, netVolume=664.72, inventory=A140, weighInv=99.00, matPrice=6120.280000, totalCopperConsume=10812.00, totalAluminumConsume=, totalLHCost=917.7400, steamFee=0), MaterialDto(materialName=KVVP22 35X2.5, model=KVVP22, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=60851.91, factoryPrice=87854.32, netVolume=1897.05, inventory=A160, weighInv=159.00, matPrice=16153.850000, totalCopperConsume=44388.00, totalAluminumConsume=, totalLHCost=1662.9000, steamFee=0), MaterialDto(materialName=KVVP22 37X2.5, model=KVVP22, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=63553.67, factoryPrice=91770.35, netVolume=1952.76, inventory=A160, weighInv=159.00, matPrice=16317.620000, totalCopperConsume=46926.00, totalAluminumConsume=, totalLHCost=1712.3900, steamFee=0), MaterialDto(materialName=KVVP2-22 2X4, model=KVVP2-22, specification=2*4, voltage=450/750V, standard=GB, costPrice=7003.66, factoryPrice=9859.20, netVolume=342.93, inventory=A120, weighInv=64.00, matPrice=2935.110000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=514.0600, steamFee=0), MaterialDto(materialName=KVVP2-22 6X0.75, model=KVVP2-22, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=5068.27, factoryPrice=7018.36, netVolume=291.16, inventory=B100, weighInv=47.00, matPrice=2672.160000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=508.1900, steamFee=0), MaterialDto(materialName=KVVP2-22 8X2.5, model=KVVP2-22, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=14478.96, factoryPrice=20761.20, netVolume=564.18, inventory=A120, weighInv=64.00, matPrice=4329.270000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=774.2700, steamFee=0), MaterialDto(materialName=KVVP2-22 9X0.75, model=KVVP2-22, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=6743.14, factoryPrice=9553.47, netVolume=352.95, inventory=A120, weighInv=64.00, matPrice=3150.930000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=647.3700, steamFee=0), MaterialDto(materialName=KVVP2-22 9X2.5, model=KVVP2-22, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=16325.66, factoryPrice=23165.17, netVolume=644.36, inventory=A140, weighInv=99.00, matPrice=4907.740000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 9X4, model=KVVP2-22, specification=9*4, voltage=450/750V, standard=GB, costPrice=23789.49, factoryPrice=34157.23, netVolume=807.93, inventory=A140, weighInv=99.00, matPrice=5494.730000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 10X2.5, model=KVVP2-22, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=17971.79, factoryPrice=25140.96, netVolume=699.68, inventory=A140, weighInv=99.00, matPrice=5285.650000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=808.4200, steamFee=0), MaterialDto(materialName=KVVP2-22 28X1.5, model=KVVP2-22, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=29028.80, factoryPrice=40245.76, netVolume=1052.31, inventory=A140, weighInv=99.00, matPrice=7401.250000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1323.8200, steamFee=0), MaterialDto(materialName=KVVP2-22 34X2.5, model=KVVP2-22, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=54001.98, factoryPrice=75960.08, netVolume=1762.90, inventory=A160, weighInv=159.00, matPrice=10878.510000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1626.6300, steamFee=0), MaterialDto(materialName=KVVP2-22 36X1, model=KVVP2-22, specification=36*1, voltage=450/750V, standard=GB, costPrice=25943.15, factoryPrice=37069.96, netVolume=962.02, inventory=A140, weighInv=99.00, matPrice=6803.650000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1828.5700, steamFee=0), MaterialDto(materialName=KVVP 2X1.5, model=KVVP, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=3219.18, factoryPrice=4990.43, netVolume=111.44, inventory=B80, weighInv=22.00, matPrice=1584.630000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=309.2800, steamFee=0), MaterialDto(materialName=KVVP 2X6, model=KVVP, specification=2*6, voltage=450/750V, standard=GB, costPrice=8661.07, factoryPrice=13282.27, netVolume=234.53, inventory=B100, weighInv=47.00, matPrice=2394.940000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=414.4300, steamFee=0), MaterialDto(materialName=KVVP 5X1.5, model=KVVP, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=6242.40, factoryPrice=9325.16, netVolume=196.84, inventory=B100, weighInv=47.00, matPrice=2261.510000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=372.2600, steamFee=0), MaterialDto(materialName=KVVP 7X1.5, model=KVVP, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=8063.94, factoryPrice=11998.52, netVolume=230.40, inventory=B100, weighInv=47.00, matPrice=2525.860000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=490.2300, steamFee=0), MaterialDto(materialName=KVVP 9X2.5, model=KVVP, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=15541.88, factoryPrice=24746.75, netVolume=431.89, inventory=A120, weighInv=64.00, matPrice=3939.560000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 17X2.5, model=KVVP, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=30013.64, factoryPrice=42690.81, netVolume=795.06, inventory=A140, weighInv=99.00, matPrice=8082.260000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=974.4100, steamFee=0), MaterialDto(materialName=KVVP 18X1.5, model=KVVP, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=19432.06, factoryPrice=29012.75, netVolume=542.73, inventory=A120, weighInv=64.00, matPrice=5300.310000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=941.0800, steamFee=0), MaterialDto(materialName=KVVP 27X0.75, model=KVVP, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=16128.97, factoryPrice=23922.78, netVolume=484.03, inventory=A120, weighInv=64.00, matPrice=5138.560000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1423.5900, steamFee=0), MaterialDto(materialName=KVVP 27X2.5, model=KVVP, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=44920.30, factoryPrice=66386.07, netVolume=1157.97, inventory=A140, weighInv=99.00, matPrice=10440.130000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1245.4800, steamFee=0), MaterialDto(materialName=KVVP2 4X4, model=KVVP2, specification=4*4, voltage=450/750V, standard=GB, costPrice=10532.47, factoryPrice=15021.85, netVolume=286.91, inventory=B100, weighInv=47.00, matPrice=2399.290000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=397.3700, steamFee=0), MaterialDto(materialName=KVVP2 5X1.5, model=KVVP2, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=5843.43, factoryPrice=8167.02, netVolume=191.19, inventory=B100, weighInv=47.00, matPrice=1978.160000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=272.2000, steamFee=0), MaterialDto(materialName=KVVP2 7X1.5, model=KVVP2, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=7614.09, factoryPrice=10719.51, netVolume=224.07, inventory=B100, weighInv=47.00, matPrice=2204.270000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=392.3800, steamFee=0), MaterialDto(materialName=KVVP2 7X4, model=KVVP2, specification=7*4, voltage=450/750V, standard=GB, costPrice=17457.82, factoryPrice=24956.10, netVolume=448.95, inventory=A120, weighInv=64.00, matPrice=3227.690000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=499.5300, steamFee=0), MaterialDto(materialName=KVVP2 9X0.75, model=KVVP2, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=5642.75, factoryPrice=7986.11, netVolume=185.47, inventory=B100, weighInv=47.00, matPrice=2050.530000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=448.7600, steamFee=0), MaterialDto(materialName=KVVP2 9X2.5, model=KVVP2, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=14865.27, factoryPrice=21303.93, netVolume=422.36, inventory=A120, weighInv=64.00, matPrice=3447.350000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 9X4, model=KVVP2, specification=9*4, voltage=450/750V, standard=GB, costPrice=22204.73, factoryPrice=31931.01, netVolume=567.08, inventory=A120, weighInv=64.00, matPrice=3909.970000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 12X0.75, model=KVVP2, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=7142.34, factoryPrice=9961.90, netVolume=227.63, inventory=B100, weighInv=47.00, matPrice=2354.020000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=551.4500, steamFee=0), MaterialDto(materialName=KVVP2 13X6, model=KVVP2, specification=13*6, voltage=450/750V, standard=GB, costPrice=45384.51, factoryPrice=65462.56, netVolume=1066.16, inventory=A140, weighInv=99.00, matPrice=5519.330000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=832.3200, steamFee=0), MaterialDto(materialName=KVVP2 15X6, model=KVVP2, specification=15*6, voltage=450/750V, standard=GB, costPrice=52037.95, factoryPrice=75055.53, netVolume=1217.15, inventory=A140, weighInv=99.00, matPrice=6040.270000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=943.3600, steamFee=0), MaterialDto(materialName=KVVP2 19X1.5, model=KVVP2, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=18789.69, factoryPrice=26443.67, netVolume=535.37, inventory=A120, weighInv=64.00, matPrice=4112.590000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=792.9700, steamFee=0), MaterialDto(materialName=KVVP2 20X1, model=KVVP2, specification=20*1, voltage=450/750V, standard=GB, costPrice=14056.99, factoryPrice=20472.06, netVolume=415.79, inventory=A120, weighInv=64.00, matPrice=3422.200000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1011.7600, steamFee=0), MaterialDto(materialName=KVVP2 25X1.5, model=KVVP2, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=24561.33, factoryPrice=34108.25, netVolume=709.44, inventory=A140, weighInv=99.00, matPrice=5250.600000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1155.2500, steamFee=0), MaterialDto(materialName=KVVP2 27X2.5, model=KVVP2, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=41129.20, factoryPrice=57873.03, netVolume=1089.87, inventory=A140, weighInv=99.00, matPrice=6883.280000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1175.7200, steamFee=0), MaterialDto(materialName=KVVP2 34X2.5, model=KVVP2, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=51259.81, factoryPrice=72579.67, netVolume=1345.63, inventory=A140, weighInv=99.00, matPrice=8136.340000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1344.2600, steamFee=0), MaterialDto(materialName=KVVP22 3X4, model=KVVP22, specification=3*4, voltage=450/750V, standard=GB, costPrice=10460.00, factoryPrice=14618.95, netVolume=413.07, inventory=A120, weighInv=64.00, matPrice=4181.510000, totalCopperConsume=6096.00, totalAluminumConsume=, totalLHCost=529.3600, steamFee=0), MaterialDto(materialName=KVVP 11X6, model=KVVP, specification=11*6, voltage=450/750V, standard=GB, costPrice=42011.36, factoryPrice=60632.50, netVolume=982.54, inventory=A140, weighInv=99.00, matPrice=8079.570000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=714.5900, steamFee=0), MaterialDto(materialName=KVVP 12X2.5, model=KVVP, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=20705.84, factoryPrice=31251.61, netVolume=552.64, inventory=A120, weighInv=64.00, matPrice=5255.730000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=743.8400, steamFee=0), MaterialDto(materialName=KVVP 12X6, model=KVVP, specification=12*6, voltage=450/750V, standard=GB, costPrice=45205.50, factoryPrice=65630.83, netVolume=1047.97, inventory=A140, weighInv=99.00, matPrice=8207.460000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=765.1700, steamFee=0), MaterialDto(materialName=KVVP 16X4, model=KVVP, specification=16*4, voltage=450/750V, standard=GB, costPrice=41332.70, factoryPrice=59530.45, netVolume=1004.99, inventory=A140, weighInv=99.00, matPrice=8612.040000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=897.4600, steamFee=0), MaterialDto(materialName=KVVP 17X6, model=KVVP, specification=17*6, voltage=450/750V, standard=GB, costPrice=62552.38, factoryPrice=93179.71, netVolume=1433.14, inventory=A140, weighInv=99.00, matPrice=10182.970000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 21X2.5, model=KVVP, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=35654.74, factoryPrice=51111.42, netVolume=929.91, inventory=A140, weighInv=99.00, matPrice=8816.110000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1187.3300, steamFee=0), MaterialDto(materialName=KVVP 34X1, model=KVVP, specification=34*1, voltage=450/750V, standard=GB, costPrice=24812.42, factoryPrice=37369.37, netVolume=706.82, inventory=A140, weighInv=99.00, matPrice=6473.610000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1767.0800, steamFee=0), MaterialDto(materialName=KVVP 37X1.5, model=KVVP, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=38661.38, factoryPrice=54637.98, netVolume=1041.06, inventory=A140, weighInv=99.00, matPrice=9862.470000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1683.2200, steamFee=0), MaterialDto(materialName=KVVP2 6X6, model=KVVP2, specification=6*6, voltage=450/750V, standard=GB, costPrice=21891.70, factoryPrice=31501.25, netVolume=544.92, inventory=A120, weighInv=64.00, matPrice=3490.280000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=506.6800, steamFee=0), MaterialDto(materialName=KVVP2 13X0.75, model=KVVP2, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=7800.70, factoryPrice=10875.93, netVolume=261.82, inventory=B100, weighInv=47.00, matPrice=2613.680000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=650.8900, steamFee=0), MaterialDto(materialName=KVVP2 16X4, model=KVVP2, specification=16*4, voltage=450/750V, standard=GB, costPrice=38096.43, factoryPrice=54523.43, netVolume=946.19, inventory=A140, weighInv=99.00, matPrice=5575.450000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=907.7200, steamFee=0), MaterialDto(materialName=KVVP2 17X6, model=KVVP2, specification=17*6, voltage=450/750V, standard=GB, costPrice=58681.56, factoryPrice=84560.81, netVolume=1363.69, inventory=A140, weighInv=99.00, matPrice=6551.380000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 24X2.5, model=KVVP2, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=36942.57, factoryPrice=52474.17, netVolume=992.22, inventory=A140, weighInv=99.00, matPrice=6501.330000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1101.4700, steamFee=0), MaterialDto(materialName=KVVP2 28X0.75, model=KVVP2, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=15252.55, factoryPrice=21111.96, netVolume=478.97, inventory=A120, weighInv=64.00, matPrice=4085.030000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1151.8000, steamFee=0), MaterialDto(materialName=KVVP2 28X1, model=KVVP2, specification=28*1, voltage=450/750V, standard=GB, costPrice=19251.78, factoryPrice=27543.35, netVolume=560.32, inventory=A120, weighInv=64.00, matPrice=4364.630000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1183.2800, steamFee=0), MaterialDto(materialName=KVVP22 3X1.5, model=KVVP22, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=5816.38, factoryPrice=7678.01, netVolume=285.74, inventory=B100, weighInv=47.00, matPrice=3349.220000, totalCopperConsume=2316.00, totalAluminumConsume=, totalLHCost=437.0400, steamFee=0), MaterialDto(materialName=KVVP22 15X1, model=KVVP22, specification=15*1, voltage=450/750V, standard=GB, costPrice=13536.05, factoryPrice=20938.95, netVolume=545.74, inventory=A120, weighInv=64.00, matPrice=5342.610000, totalCopperConsume=7974.00, totalAluminumConsume=, totalLHCost=961.4800, steamFee=0), MaterialDto(materialName=KVVP22 16X2.5, model=KVVP22, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=29392.29, factoryPrice=42742.95, netVolume=985.38, inventory=A140, weighInv=99.00, matPrice=8780.530000, totalCopperConsume=20292.00, totalAluminumConsume=, totalLHCost=977.6600, steamFee=0), MaterialDto(materialName=KVVP22 19X4, model=KVVP22, specification=19*4, voltage=450/750V, standard=GB, costPrice=51396.51, factoryPrice=72864.07, netVolume=1487.14, inventory=A140, weighInv=99.00, matPrice=12524.330000, totalCopperConsume=38616.00, totalAluminumConsume=, totalLHCost=1151.6100, steamFee=0), MaterialDto(materialName=KVVP22 22X2.5, model=KVVP22, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=40771.41, factoryPrice=56939.25, netVolume=1319.98, inventory=A140, weighInv=99.00, matPrice=12610.370000, totalCopperConsume=27900.00, totalAluminumConsume=, totalLHCost=1310.7800, steamFee=0), MaterialDto(materialName=KVVP22 28X1.5, model=KVVP22, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=33467.28, factoryPrice=45584.58, netVolume=1133.78, inventory=A140, weighInv=99.00, matPrice=11596.780000, totalCopperConsume=21624.00, totalAluminumConsume=, totalLHCost=1482.8000, steamFee=0), MaterialDto(materialName=KVVP22 30X2.5, model=KVVP22, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=53075.15, factoryPrice=76552.58, netVolume=1678.59, inventory=A160, weighInv=159.00, matPrice=14741.190000, totalCopperConsume=38046.00, totalAluminumConsume=, totalLHCost=1471.2800, steamFee=0), MaterialDto(materialName=KVVP22 36X1, model=KVVP22, specification=36*1, voltage=450/750V, standard=GB, costPrice=28552.71, factoryPrice=42121.22, netVolume=1004.57, inventory=A140, weighInv=99.00, matPrice=9093.550000, totalCopperConsume=19134.00, totalAluminumConsume=, totalLHCost=1808.7600, steamFee=0), MaterialDto(materialName=KVVP2-22 3X2.5, model=KVVP2-22, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=6696.23, factoryPrice=9376.51, netVolume=332.14, inventory=A120, weighInv=64.00, matPrice=2887.650000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=558.6200, steamFee=0), MaterialDto(materialName=KVVP2-22 13X2.5, model=KVVP2-22, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=22440.68, factoryPrice=31544.70, netVolume=823.57, inventory=A140, weighInv=99.00, matPrice=5949.880000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=912.3400, steamFee=0), MaterialDto(materialName=KVVP 4X4, model=KVVP, specification=4*4, voltage=450/750V, standard=GB, costPrice=11135.52, factoryPrice=17316.80, netVolume=311.22, inventory=B100, weighInv=47.00, matPrice=2863.700000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=457.1100, steamFee=0), MaterialDto(materialName=KVVP 11X1, model=KVVP, specification=11*1, voltage=450/750V, standard=GB, costPrice=8919.44, factoryPrice=14148.11, netVolume=274.06, inventory=B100, weighInv=47.00, matPrice=2926.180000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=828.2700, steamFee=0), MaterialDto(materialName=KVVP 18X6, model=KVVP, specification=18*6, voltage=450/750V, standard=GB, costPrice=65746.51, factoryPrice=97809.11, netVolume=1498.57, inventory=A140, weighInv=99.00, matPrice=10310.850000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=941.0800, steamFee=0), MaterialDto(materialName=KVVP 20X0.75, model=KVVP, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=11806.38, factoryPrice=18918.92, netVolume=366.29, inventory=A120, weighInv=64.00, matPrice=3659.510000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=1230.7100, steamFee=0), MaterialDto(materialName=KVVP 27X1, model=KVVP, specification=27*1, voltage=450/750V, standard=GB, costPrice=20047.76, factoryPrice=30353.38, netVolume=563.39, inventory=A120, weighInv=64.00, matPrice=5461.070000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1437.8200, steamFee=0), MaterialDto(materialName=KVVP2 9X6, model=KVVP2, specification=9*6, voltage=450/750V, standard=GB, costPrice=32032.77, factoryPrice=46459.11, netVolume=774.85, inventory=A140, weighInv=99.00, matPrice=4432.600000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 27X0.75, model=KVVP2, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=14703.40, factoryPrice=20329.86, netVolume=461.85, inventory=A120, weighInv=64.00, matPrice=3934.580000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1132.4900, steamFee=0), MaterialDto(materialName=KVVP2 27X1, model=KVVP2, specification=27*1, voltage=450/750V, standard=GB, costPrice=18559.33, factoryPrice=26555.06, netVolume=540.29, inventory=A120, weighInv=64.00, matPrice=4203.730000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1163.3200, steamFee=0), MaterialDto(materialName=KVVP2 35X2.5, model=KVVP2, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=52625.58, factoryPrice=74444.07, netVolume=1377.24, inventory=A140, weighInv=99.00, matPrice=8233.890000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1369.0000, steamFee=0), MaterialDto(materialName=KVVP2 36X2.5, model=KVVP2, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=53991.36, factoryPrice=76394.58, netVolume=1408.84, inventory=A140, weighInv=99.00, matPrice=8331.440000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1393.7500, steamFee=0), MaterialDto(materialName=KVVP22 2X0.75, model=KVVP22, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=3660.41, factoryPrice=4521.96, netVolume=213.86, inventory=B100, weighInv=47.00, matPrice=2735.180000, totalCopperConsume=798.00, totalAluminumConsume=, totalLHCost=415.4900, steamFee=0), MaterialDto(materialName=KVVP22 13X0.75, model=KVVP22, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=10188.68, factoryPrice=14852.00, netVolume=452.23, inventory=A120, weighInv=64.00, matPrice=4801.160000, totalCopperConsume=5184.00, totalAluminumConsume=, totalLHCost=621.1800, steamFee=0), MaterialDto(materialName=KVVP22 18X0.75, model=KVVP22, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=12852.33, factoryPrice=19335.25, netVolume=546.14, inventory=A120, weighInv=64.00, matPrice=5453.790000, totalCopperConsume=7176.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 18X6, model=KVVP22, specification=18*6, voltage=450/750V, standard=GB, costPrice=69442.41, factoryPrice=102820.87, netVolume=1906.98, inventory=A160, weighInv=159.00, matPrice=13965.290000, totalCopperConsume=55194.00, totalAluminumConsume=, totalLHCost=1252.6400, steamFee=0), MaterialDto(materialName=KVVP22 19X6, model=KVVP22, specification=19*6, voltage=450/750V, standard=GB, costPrice=72582.98, factoryPrice=107526.90, netVolume=1959.73, inventory=A160, weighInv=159.00, matPrice=14039.850000, totalCopperConsume=58260.00, totalAluminumConsume=, totalLHCost=1286.3200, steamFee=0), MaterialDto(materialName=KVVP22 20X0.75, model=KVVP22, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=13822.01, factoryPrice=21060.61, netVolume=571.48, inventory=A120, weighInv=64.00, matPrice=5620.480000, totalCopperConsume=7974.00, totalAluminumConsume=, totalLHCost=1287.4600, steamFee=0), MaterialDto(materialName=KVVP22 23X0.75, model=KVVP22, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=16720.17, factoryPrice=23626.53, netVolume=685.64, inventory=A140, weighInv=99.00, matPrice=7273.280000, totalCopperConsume=9168.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 23X2.5, model=KVVP22, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=42607.46, factoryPrice=58917.41, netVolume=1379.11, inventory=A140, weighInv=99.00, matPrice=13163.110000, totalCopperConsume=29172.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 5X1, model=KVVP2-22, specification=5*1, voltage=450/750V, standard=GB, costPrice=5249.18, factoryPrice=7417.31, netVolume=293.60, inventory=B100, weighInv=47.00, matPrice=2587.550000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=478.7000, steamFee=0), MaterialDto(materialName=KVVP2-22 5X1.5, model=KVVP2-22, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=6905.80, factoryPrice=9538.46, netVolume=352.90, inventory=A120, weighInv=64.00, matPrice=3040.520000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=470.8100, steamFee=0), MaterialDto(materialName=KVVP2-22 8X1.5, model=KVVP2-22, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=9759.87, factoryPrice=13850.28, netVolume=433.11, inventory=A120, weighInv=64.00, matPrice=3577.770000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=671.7300, steamFee=0), MaterialDto(materialName=KVVP2-22 12X1, model=KVVP2-22, specification=12*1, voltage=450/750V, standard=GB, costPrice=10106.66, factoryPrice=14433.30, netVolume=450.29, inventory=A120, weighInv=64.00, matPrice=3724.220000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=866.7500, steamFee=0), MaterialDto(materialName=KVVP2-22 15X6, model=KVVP2-22, specification=15*6, voltage=450/750V, standard=GB, costPrice=54184.46, factoryPrice=78061.48, netVolume=1542.88, inventory=A140, weighInv=99.00, matPrice=8186.780000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=1225.7300, steamFee=0), MaterialDto(materialName=KVVP2-22 18X1.5, model=KVVP2-22, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=19561.81, factoryPrice=27169.68, netVolume=761.78, inventory=A140, weighInv=99.00, matPrice=5656.990000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=1032.5900, steamFee=0), MaterialDto(materialName=KVVP 3X0.75, model=KVVP, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2649.29, factoryPrice=4138.81, netVolume=94.34, inventory=B80, weighInv=22.00, matPrice=1375.480000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=329.2900, steamFee=0), MaterialDto(materialName=KVVP 3X6, model=KVVP, specification=3*6, voltage=450/750V, standard=GB, costPrice=12094.55, factoryPrice=18933.93, netVolume=315.82, inventory=B100, weighInv=47.00, matPrice=2752.320000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=437.4600, steamFee=0), MaterialDto(materialName=KVVP 4X1, model=KVVP, specification=4*1, voltage=450/750V, standard=GB, costPrice=3859.31, factoryPrice=6073.52, netVolume=128.05, inventory=B80, weighInv=22.00, matPrice=1643.220000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=351.2700, steamFee=0), MaterialDto(materialName=KVVP 7X6, model=KVVP, specification=7*6, voltage=450/750V, standard=GB, costPrice=26433.54, factoryPrice=40080.65, netVolume=619.07, inventory=A120, weighInv=64.00, matPrice=4721.680000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=551.9500, steamFee=0), MaterialDto(materialName=KVVP 11X0.75, model=KVVP, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=7183.71, factoryPrice=10576.52, netVolume=222.73, inventory=B100, weighInv=47.00, matPrice=2657.580000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=653.7100, steamFee=0), MaterialDto(materialName=KVVP 15X4, model=KVVP, specification=15*4, voltage=450/750V, standard=GB, costPrice=39180.99, factoryPrice=56435.23, netVolume=958.80, inventory=A140, weighInv=99.00, matPrice=8492.640000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=875.8000, steamFee=0), MaterialDto(materialName=KVVP 23X1, model=KVVP, specification=23*1, voltage=450/750V, standard=GB, costPrice=17631.33, factoryPrice=26765.20, netVolume=504.14, inventory=A120, weighInv=64.00, matPrice=5176.530000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 25X2.5, model=KVVP, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=42188.75, factoryPrice=62247.26, netVolume=1094.77, inventory=A140, weighInv=99.00, matPrice=10245.030000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1434.2200, steamFee=0), MaterialDto(materialName=KVVP 30X1, model=KVVP, specification=30*1, voltage=450/750V, standard=GB, costPrice=21964.52, factoryPrice=33314.30, netVolume=613.10, inventory=A120, weighInv=64.00, matPrice=5773.580000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1690.1400, steamFee=0), MaterialDto(materialName=KVVP2 4X1.5, model=KVVP2, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=4830.45, factoryPrice=6795.58, netVolume=157.78, inventory=B100, weighInv=47.00, matPrice=1737.450000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=250.9600, steamFee=0), MaterialDto(materialName=KVVP2 15X4, model=KVVP2, specification=15*4, voltage=450/750V, standard=GB, costPrice=35944.71, factoryPrice=51419.52, netVolume=900.01, inventory=A140, weighInv=99.00, matPrice=5456.050000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=877.8800, steamFee=0), MaterialDto(materialName=KVVP2 25X2.5, model=KVVP2, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=38397.64, factoryPrice=53868.52, netVolume=1026.66, inventory=A140, weighInv=99.00, matPrice=6688.180000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1126.2200, steamFee=0), MaterialDto(materialName=KVVP2 32X2.5, model=KVVP2, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=48322.98, factoryPrice=68346.85, netVolume=1269.44, inventory=A140, weighInv=99.00, matPrice=7735.950000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1285.6900, steamFee=0), MaterialDto(materialName=KVVP22 8X4, model=KVVP22, specification=8*4, voltage=450/750V, standard=GB, costPrice=22648.77, factoryPrice=34628.07, netVolume=749.61, inventory=A140, weighInv=99.00, matPrice=6146.910000, totalCopperConsume=16260.00, totalAluminumConsume=, totalLHCost=790.3400, steamFee=0), MaterialDto(materialName=KVVP22 16X6, model=KVVP22, specification=16*6, voltage=450/750V, standard=GB, costPrice=62199.02, factoryPrice=92036.58, netVolume=1699.02, inventory=A140, weighInv=99.00, matPrice=12868.120000, totalCopperConsume=49062.00, totalAluminumConsume=, totalLHCost=1196.6400, steamFee=0), MaterialDto(materialName=KVVP22 23X1.5, model=KVVP22, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=28958.96, factoryPrice=38786.63, netVolume=1003.61, inventory=A140, weighInv=99.00, matPrice=10753.070000, totalCopperConsume=17760.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 30X0.75, model=KVVP22, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=20161.02, factoryPrice=28786.81, netVolume=788.12, inventory=A140, weighInv=99.00, matPrice=7903.450000, totalCopperConsume=11964.00, totalAluminumConsume=, totalLHCost=1530.2100, steamFee=0), MaterialDto(materialName=KVVP2-22 2X6, model=KVVP2-22, specification=2*6, voltage=450/750V, standard=GB, costPrice=9354.60, factoryPrice=13368.38, netVolume=403.00, inventory=A120, weighInv=64.00, matPrice=3218.180000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=543.9800, steamFee=0), MaterialDto(materialName=KVVP2-22 4X0.75, model=KVVP2-22, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=3830.54, factoryPrice=5311.96, netVolume=239.70, inventory=B100, weighInv=47.00, matPrice=2231.820000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=442.4100, steamFee=0), MaterialDto(materialName=KVVP2-22 8X6, model=KVVP2-22, specification=8*6, voltage=450/750V, standard=GB, costPrice=29993.66, factoryPrice=43673.57, netVolume=915.94, inventory=A140, weighInv=99.00, matPrice=5459.750000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=874.0300, steamFee=0), MaterialDto(materialName=KVVP2-22 10X1, model=KVVP2-22, specification=10*1, voltage=450/750V, standard=GB, costPrice=8859.60, factoryPrice=12583.12, netVolume=415.94, inventory=A120, weighInv=64.00, matPrice=3540.240000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=751.6100, steamFee=0), MaterialDto(materialName=KVVP2-22 11X2.5, model=KVVP2-22, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=19469.11, factoryPrice=27102.53, netVolume=740.52, inventory=A140, weighInv=99.00, matPrice=5514.750000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=843.3500, steamFee=0), MaterialDto(materialName=KVVP2-22 13X1, model=KVVP2-22, specification=13*1, voltage=450/750V, standard=GB, costPrice=10848.01, factoryPrice=15491.90, netVolume=477.72, inventory=A120, weighInv=64.00, matPrice=3934.030000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=881.2800, steamFee=0), MaterialDto(materialName=KVVP2-22 14X0.75, model=KVVP2-22, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=9371.13, factoryPrice=13057.12, netVolume=444.78, inventory=A120, weighInv=64.00, matPrice=3785.410000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=876.6200, steamFee=0), MaterialDto(materialName=KVVP2-22 14X2.5, model=KVVP2-22, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=23806.46, factoryPrice=33507.85, netVolume=855.18, inventory=A140, weighInv=99.00, matPrice=6047.440000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=937.0900, steamFee=0), MaterialDto(materialName=KVVP 2X0.75, model=KVVP, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=2140.94, factoryPrice=3391.47, netVolume=83.48, inventory=B80, weighInv=22.00, matPrice=1270.980000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=308.3000, steamFee=0), MaterialDto(materialName=KVVP 4X2.5, model=KVVP, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=7642.77, factoryPrice=11474.75, netVolume=224.46, inventory=B100, weighInv=47.00, matPrice=2441.360000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=434.8700, steamFee=0), MaterialDto(materialName=KVVP 12X4, model=KVVP, specification=12*4, voltage=450/750V, standard=GB, costPrice=30720.06, factoryPrice=46055.42, netVolume=763.15, inventory=A140, weighInv=99.00, matPrice=6075.190000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=765.1700, steamFee=0), MaterialDto(materialName=KVVP 14X6, model=KVVP, specification=14*6, voltage=450/750V, standard=GB, costPrice=52003.66, factoryPrice=75472.65, netVolume=1193.55, inventory=A140, weighInv=99.00, matPrice=8860.780000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=821.2200, steamFee=0), MaterialDto(materialName=KVVP 15X2.5, model=KVVP, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=25468.44, factoryPrice=38239.95, netVolume=688.31, inventory=A140, weighInv=99.00, matPrice=6184.190000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=942.4500, steamFee=0), MaterialDto(materialName=KVVP 21X0.75, model=KVVP, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=12336.38, factoryPrice=19536.70, netVolume=383.41, inventory=A120, weighInv=64.00, matPrice=3786.080000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 11X6, model=KVVP2, specification=11*6, voltage=450/750V, standard=GB, costPrice=38784.15, factoryPrice=55740.03, netVolume=923.90, inventory=A140, weighInv=99.00, matPrice=5051.480000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=757.5900, steamFee=0), MaterialDto(materialName=KVVP2 12X6, model=KVVP2, specification=12*6, voltage=450/750V, standard=GB, costPrice=41978.29, factoryPrice=60551.92, netVolume=989.33, inventory=A140, weighInv=99.00, matPrice=5179.360000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=791.2700, steamFee=0), MaterialDto(materialName=KVVP2 16X0.75, model=KVVP2, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=9250.32, factoryPrice=12906.23, netVolume=304.39, inventory=B100, weighInv=47.00, matPrice=2867.200000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=646.6900, steamFee=0), MaterialDto(materialName=KVVP2 22X1, model=KVVP2, specification=22*1, voltage=450/750V, standard=GB, costPrice=15463.73, factoryPrice=22345.15, netVolume=458.96, inventory=A120, weighInv=64.00, matPrice=3765.850000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1051.6900, steamFee=0), MaterialDto(materialName=KVVP2 26X2.5, model=KVVP2, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=39763.42, factoryPrice=55807.97, netVolume=1058.27, inventory=A140, weighInv=99.00, matPrice=6785.730000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 27X1.5, model=KVVP2, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=26240.88, factoryPrice=37010.71, netVolume=750.23, inventory=A140, weighInv=99.00, matPrice=5385.600000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1078.1500, steamFee=0), MaterialDto(materialName=KVVP2 31X0.75, model=KVVP2, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=16702.17, factoryPrice=23069.58, netVolume=521.54, inventory=A120, weighInv=64.00, matPrice=4338.550000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 7X2.5, model=KVVP22, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=14236.13, factoryPrice=21430.33, netVolume=537.87, inventory=A120, weighInv=64.00, matPrice=5143.120000, totalCopperConsume=8880.00, totalAluminumConsume=, totalLHCost=636.4100, steamFee=0), MaterialDto(materialName=KVVP22 11X1, model=KVVP22, specification=11*1, voltage=450/750V, standard=GB, costPrice=10769.36, factoryPrice=16032.26, netVolume=454.57, inventory=A120, weighInv=64.00, matPrice=4724.400000, totalCopperConsume=5844.00, totalAluminumConsume=, totalLHCost=942.9100, steamFee=0), MaterialDto(materialName=KVVP22 14X6, model=KVVP22, specification=14*6, voltage=450/750V, standard=GB, costPrice=55206.03, factoryPrice=79428.18, netVolume=1525.81, inventory=A140, weighInv=99.00, matPrice=12020.680000, totalCopperConsume=42930.00, totalAluminumConsume=, totalLHCost=1093.7900, steamFee=0), MaterialDto(materialName=KVVP22 15X2.5, model=KVVP22, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=28029.23, factoryPrice=40764.00, netVolume=953.88, inventory=A140, weighInv=99.00, matPrice=8683.460000, totalCopperConsume=19026.00, totalAluminumConsume=, totalLHCost=1033.5100, steamFee=0), MaterialDto(materialName=KVVP22 17X6, model=KVVP22, specification=17*6, voltage=450/750V, standard=GB, costPrice=66248.72, factoryPrice=98116.42, netVolume=1841.58, inventory=A160, weighInv=159.00, matPrice=13837.600000, totalCopperConsume=52128.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 19X2.5, model=KVVP22, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=35623.37, factoryPrice=49323.65, netVolume=1133.18, inventory=A140, weighInv=99.00, matPrice=11079.430000, totalCopperConsume=24096.00, totalAluminumConsume=, totalLHCost=1040.5500, steamFee=0), MaterialDto(materialName=KVVP22 27X1, model=KVVP22, specification=27*1, voltage=450/750V, standard=GB, costPrice=22583.21, factoryPrice=33206.07, netVolume=825.99, inventory=A140, weighInv=99.00, matPrice=7937.370000, totalCopperConsume=14352.00, totalAluminumConsume=, totalLHCost=1414.3400, steamFee=0), MaterialDto(materialName=KVVP2-22 2X1.5, model=KVVP2-22, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=3819.53, factoryPrice=5227.43, netVolume=241.51, inventory=B100, weighInv=47.00, matPrice=2271.070000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=421.3500, steamFee=0), MaterialDto(materialName=KVVP2-22 15X0.75, model=KVVP2-22, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=9988.96, factoryPrice=13896.10, netVolume=471.77, inventory=A120, weighInv=64.00, matPrice=4004.540000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 15X1.5, model=KVVP2-22, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=16809.61, factoryPrice=23296.31, netVolume=680.78, inventory=A140, weighInv=99.00, matPrice=5221.610000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=1100.8800, steamFee=0), MaterialDto(materialName=KVVP3 5X0.75, model=KVVP3, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=2807.60, factoryPrice=4042.43, netVolume=121.43, inventory=B80, weighInv=22.00, matPrice=804.500000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=279.3500, steamFee=0), MaterialDto(materialName=KVVP 2X2.5, model=KVVP, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=4560.03, factoryPrice=7011.25, netVolume=146.00, inventory=B100, weighInv=47.00, matPrice=1916.130000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=392.1900, steamFee=0), MaterialDto(materialName=KVVP 10X4, model=KVVP, specification=10*4, voltage=450/750V, standard=GB, costPrice=26265.20, factoryPrice=39790.72, netVolume=668.96, inventory=A140, weighInv=99.00, matPrice=5694.230000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=683.7700, steamFee=0), MaterialDto(materialName=KVVP 11X1.5, model=KVVP, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=12264.84, factoryPrice=19291.01, netVolume=360.86, inventory=A120, weighInv=64.00, matPrice=3594.260000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=837.3500, steamFee=0), MaterialDto(materialName=KVVP 12X1, model=KVVP, specification=12*1, voltage=450/750V, standard=GB, costPrice=9499.74, factoryPrice=15604.87, netVolume=288.43, inventory=B100, weighInv=47.00, matPrice=2974.930000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=803.3000, steamFee=0), MaterialDto(materialName=KVVP 31X1, model=KVVP, specification=31*1, voltage=450/750V, standard=GB, costPrice=22861.13, factoryPrice=34511.15, netVolume=654.65, inventory=A140, weighInv=99.00, matPrice=6128.050000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1514.7600, steamFee=0), MaterialDto(materialName=KVVP 33X0.75, model=KVVP, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=19139.35, factoryPrice=28206.16, netVolume=568.99, inventory=A120, weighInv=64.00, matPrice=5737.360000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 7X1, model=KVVP2, specification=7*1, voltage=450/750V, standard=GB, costPrice=5532.92, factoryPrice=8030.35, netVolume=169.85, inventory=B100, weighInv=47.00, matPrice=1808.200000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=312.0600, steamFee=0), MaterialDto(materialName=KVVP2 30X1.5, model=KVVP2, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=28899.97, factoryPrice=40738.72, netVolume=818.95, inventory=A140, weighInv=99.00, matPrice=5727.880000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1130.9700, steamFee=0), MaterialDto(materialName=KVVP2 34X1, model=KVVP2, specification=34*1, voltage=450/750V, standard=GB, costPrice=23115.32, factoryPrice=33095.47, netVolume=680.47, inventory=A140, weighInv=99.00, matPrice=5038.910000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1315.5200, steamFee=0), MaterialDto(materialName=KVVP2 37X2.5, model=KVVP2, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=55325.26, factoryPrice=78343.51, netVolume=1432.85, inventory=A140, weighInv=99.00, matPrice=8397.120000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1418.5000, steamFee=0), MaterialDto(materialName=KVVP22 4X6, model=KVVP22, specification=4*6, voltage=450/750V, standard=GB, costPrice=17550.31, factoryPrice=26717.80, netVolume=595.98, inventory=A120, weighInv=64.00, matPrice=5071.530000, totalCopperConsume=12264.00, totalAluminumConsume=, totalLHCost=586.4900, steamFee=0), MaterialDto(materialName=KVVP22 12X0.75, model=KVVP22, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=9553.93, factoryPrice=13230.13, netVolume=427.28, inventory=A120, weighInv=64.00, matPrice=4576.830000, totalCopperConsume=4782.00, totalAluminumConsume=, totalLHCost=804.5400, steamFee=0), MaterialDto(materialName=KVVP22 18X1, model=KVVP22, specification=18*1, voltage=450/750V, standard=GB, costPrice=15509.07, factoryPrice=23964.65, netVolume=605.40, inventory=A120, weighInv=64.00, matPrice=5709.480000, totalCopperConsume=9570.00, totalAluminumConsume=, totalLHCost=859.8000, steamFee=0), MaterialDto(materialName=KVVP22 24X1.5, model=KVVP22, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=29800.99, factoryPrice=40573.61, netVolume=1024.11, inventory=A140, weighInv=99.00, matPrice=10821.110000, totalCopperConsume=18534.00, totalAluminumConsume=, totalLHCost=1399.0400, steamFee=0), MaterialDto(materialName=KVVP22 25X1.5, model=KVVP22, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=30839.12, factoryPrice=41336.75, netVolume=1054.39, inventory=A140, weighInv=99.00, matPrice=11076.050000, totalCopperConsume=19308.00, totalAluminumConsume=, totalLHCost=1406.2800, steamFee=0), MaterialDto(materialName=KVVP22 26X1, model=KVVP22, specification=26*1, voltage=450/750V, standard=GB, costPrice=22000.48, factoryPrice=32170.38, netVolume=811.59, inventory=A140, weighInv=99.00, matPrice=7888.640000, totalCopperConsume=13818.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 32X0.75, model=KVVP22, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=21282.36, factoryPrice=30407.10, netVolume=827.73, inventory=A140, weighInv=99.00, matPrice=8222.630000, totalCopperConsume=12756.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 34X0.75, model=KVVP22, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=22430.23, factoryPrice=32036.87, netVolume=869.69, inventory=A140, weighInv=99.00, matPrice=8561.870000, totalCopperConsume=13554.00, totalAluminumConsume=, totalLHCost=1531.6900, steamFee=0), MaterialDto(materialName=KVVP2-22 8X4, model=KVVP2-22, specification=8*4, voltage=450/750V, standard=GB, costPrice=21219.08, factoryPrice=30563.52, netVolume=725.99, inventory=A140, weighInv=99.00, matPrice=4956.630000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=830.5700, steamFee=0), MaterialDto(materialName=KVVP2-22 9X1.5, model=KVVP2-22, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=10906.27, factoryPrice=15404.21, netVolume=479.52, inventory=A120, weighInv=64.00, matPrice=3951.910000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=787.1700, steamFee=0), MaterialDto(materialName=KVVP2-22 23X1.5, model=KVVP2-22, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=24522.18, factoryPrice=34034.78, netVolume=926.24, inventory=A140, weighInv=99.00, matPrice=6756.000000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 27X0.75, model=KVVP2-22, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=16264.98, factoryPrice=22366.48, netVolume=699.19, inventory=A140, weighInv=99.00, matPrice=5496.160000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1529.3700, steamFee=0), MaterialDto(materialName=KVVP3 3X6, model=KVVP3, specification=3*6, voltage=450/750V, standard=GB, costPrice=10363.80, factoryPrice=15231.20, netVolume=277.56, inventory=B100, weighInv=47.00, matPrice=1155.450000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=379.0500, steamFee=0), MaterialDto(materialName=KVVP3 6X6, model=KVVP3, specification=6*6, voltage=450/750V, standard=GB, costPrice=20333.73, factoryPrice=29640.80, netVolume=525.75, inventory=A120, weighInv=64.00, matPrice=1926.620000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=506.6800, steamFee=0), MaterialDto(materialName=KVVP 3X1, model=KVVP, specification=3*1, voltage=450/750V, standard=GB, costPrice=3123.43, factoryPrice=4973.05, netVolume=106.08, inventory=B80, weighInv=22.00, matPrice=1447.950000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=317.3400, steamFee=0), MaterialDto(materialName=KVVP 4X1.5, model=KVVP, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=5180.91, factoryPrice=7844.70, netVolume=162.78, inventory=B100, weighInv=47.00, matPrice=1984.360000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=351.2700, steamFee=0), MaterialDto(materialName=KVVP 5X4, model=KVVP, specification=5*4, voltage=450/750V, standard=GB, costPrice=13569.77, factoryPrice=21582.01, netVolume=371.26, inventory=A120, weighInv=64.00, matPrice=3249.410000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=480.1400, steamFee=0), MaterialDto(materialName=KVVP 6X6, model=KVVP, specification=6*6, voltage=450/750V, standard=GB, costPrice=23292.53, factoryPrice=35397.53, netVolume=566.29, inventory=A120, weighInv=64.00, matPrice=4646.930000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=530.6100, steamFee=0), MaterialDto(materialName=KVVP 11X2.5, model=KVVP, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=19340.06, factoryPrice=29046.72, netVolume=521.03, inventory=A120, weighInv=64.00, matPrice=5158.180000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=693.2600, steamFee=0), MaterialDto(materialName=KVVP 12X1.5, model=KVVP, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=13104.61, factoryPrice=20731.18, netVolume=381.25, inventory=A120, weighInv=64.00, matPrice=3661.760000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=867.5800, steamFee=0), MaterialDto(materialName=KVVP 29X0.75, model=KVVP, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=17180.87, factoryPrice=25465.65, netVolume=513.74, inventory=A120, weighInv=64.00, matPrice=5383.840000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 19X2.5, model=KVVP2, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=29443.59, factoryPrice=41832.08, netVolume=794.29, inventory=A140, weighInv=99.00, matPrice=5343.460000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=874.2000, steamFee=0), MaterialDto(materialName=KVVP2 31X1.5, model=KVVP2, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=29902.43, factoryPrice=42134.65, netVolume=849.73, inventory=A140, weighInv=99.00, matPrice=5958.060000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1295.1400, steamFee=0), MaterialDto(materialName=KVVP22 4X0.75, model=KVVP22, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=4838.62, factoryPrice=6272.60, netVolume=255.42, inventory=B100, weighInv=47.00, matPrice=3101.550000, totalCopperConsume=1596.00, totalAluminumConsume=, totalLHCost=454.1000, steamFee=0), MaterialDto(materialName=KVVP22 7X4, model=KVVP22, specification=7*4, voltage=450/750V, standard=GB, costPrice=20124.79, factoryPrice=30187.48, netVolume=666.82, inventory=A120, weighInv=64.00, matPrice=5668.330000, totalCopperConsume=14226.00, totalAluminumConsume=, totalLHCost=672.0300, steamFee=0), MaterialDto(materialName=KVVP22 14X1, model=KVVP22, specification=14*1, voltage=450/750V, standard=GB, costPrice=12725.24, factoryPrice=19692.33, netVolume=513.85, inventory=A120, weighInv=64.00, matPrice=5075.490000, totalCopperConsume=7440.00, totalAluminumConsume=, totalLHCost=980.7000, steamFee=0), MaterialDto(materialName=KVVP22 17X4, model=KVVP22, specification=17*4, voltage=450/750V, standard=GB, costPrice=47132.37, factoryPrice=66582.78, netVolume=1404.86, inventory=A140, weighInv=99.00, matPrice=12328.190000, totalCopperConsume=34548.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 25X0.75, model=KVVP22, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=17727.63, factoryPrice=25082.50, netVolume=715.39, inventory=A140, weighInv=99.00, matPrice=7477.290000, totalCopperConsume=9966.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 6X1.5, model=KVVP2-22, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=7935.84, factoryPrice=11006.28, netVolume=382.26, inventory=A120, weighInv=64.00, matPrice=3298.290000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=492.0500, steamFee=0), MaterialDto(materialName=KVVP2-22 29X1, model=KVVP2-22, specification=29*1, voltage=450/750V, standard=GB, costPrice=21497.81, factoryPrice=30483.73, netVolume=827.82, inventory=A140, weighInv=99.00, matPrice=6079.120000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 33X1, model=KVVP2-22, specification=33*1, voltage=450/750V, standard=GB, costPrice=24008.96, factoryPrice=34287.58, netVolume=902.39, inventory=A140, weighInv=99.00, matPrice=6464.090000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 5X1.5, model=KVVP3, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=4912.58, factoryPrice=7069.71, netVolume=179.79, inventory=B100, weighInv=47.00, matPrice=1041.610000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=272.2000, steamFee=0), MaterialDto(materialName=KVVP3 7X1.5, model=KVVP3, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=6581.53, factoryPrice=9491.06, netVolume=211.40, inventory=B100, weighInv=47.00, matPrice=1166.020000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=392.3800, steamFee=0), MaterialDto(materialName=KVVP3 8X2.5, model=KVVP3, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=11916.07, factoryPrice=17359.46, netVolume=360.09, inventory=A120, weighInv=64.00, matPrice=1760.690000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=565.4300, steamFee=0), MaterialDto(materialName=KVVP3 9X4, model=KVVP3, specification=9*4, voltage=450/750V, standard=GB, costPrice=20553.58, factoryPrice=29859.63, netVolume=546.74, inventory=A120, weighInv=64.00, matPrice=2253.130000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 34X2.5, model=KVVP3, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=48467.19, factoryPrice=69276.68, netVolume=1311.03, inventory=A140, weighInv=99.00, matPrice=5338.030000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1344.2600, steamFee=0), MaterialDto(materialName=KVV 14X1, model=KVV, specification=14*1, voltage=450/750V, standard=GB, costPrice=8681.81, factoryPrice=12629.73, netVolume=287.65, inventory=B100, weighInv=47.00, matPrice=1240.190000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=717.7900, steamFee=0), MaterialDto(materialName=KVV 17X4, model=KVV, specification=17*4, voltage=450/750V, standard=GB, costPrice=37696.19, factoryPrice=53430.86, netVolume=960.68, inventory=A140, weighInv=99.00, matPrice=3146.810000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 36X1.5, model=KVV, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=31367.57, factoryPrice=43758.10, netVolume=910.97, inventory=A140, weighInv=99.00, matPrice=3565.750000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1352.2600, steamFee=0), MaterialDto(materialName=KVVP 13X0.75, model=KVVP, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=8318.58, factoryPrice=12957.58, netVolume=269.20, inventory=B100, weighInv=47.00, matPrice=2986.620000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=572.9400, steamFee=0), MaterialDto(materialName=KVVP 16X1.5, model=KVVP, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=17534.95, factoryPrice=26208.25, netVolume=491.92, inventory=A120, weighInv=64.00, matPrice=4930.110000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=944.4600, steamFee=0), MaterialDto(materialName=KVVP 22X1, model=KVVP, specification=22*1, voltage=450/750V, standard=GB, costPrice=16840.87, factoryPrice=25927.01, netVolume=480.43, inventory=A120, weighInv=64.00, matPrice=4928.720000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1311.6200, steamFee=0), MaterialDto(materialName=KVVP 23X0.75, model=KVVP, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=14273.92, factoryPrice=21205.97, netVolume=436.25, inventory=A120, weighInv=64.00, matPrice=4883.780000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 8X0.75, model=KVVP2, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=5041.82, factoryPrice=7163.72, netVolume=166.24, inventory=B100, weighInv=47.00, matPrice=1848.310000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=422.1900, steamFee=0), MaterialDto(materialName=KVVP2 10X4, model=KVVP2, specification=10*4, voltage=450/750V, standard=GB, costPrice=24580.76, factoryPrice=35030.97, netVolume=627.23, inventory=A120, weighInv=64.00, matPrice=4253.680000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=675.3300, steamFee=0), MaterialDto(materialName=KVVP2 12X1, model=KVVP2, specification=12*1, voltage=450/750V, standard=GB, costPrice=8992.21, factoryPrice=13003.40, netVolume=281.18, inventory=B100, weighInv=47.00, matPrice=2609.770000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=584.3800, steamFee=0), MaterialDto(materialName=KVVP2 15X2.5, model=KVVP2, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=23807.09, factoryPrice=33738.53, netVolume=662.48, inventory=A140, weighInv=99.00, matPrice=4779.840000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=787.6100, steamFee=0), MaterialDto(materialName=KVVP2 18X1, model=KVVP2, specification=18*1, voltage=450/750V, standard=GB, costPrice=12851.23, factoryPrice=18557.10, netVolume=388.76, inventory=A120, weighInv=64.00, matPrice=3279.520000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=699.9600, steamFee=0), MaterialDto(materialName=KVVP2 21X1.5, model=KVVP2, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=20636.22, factoryPrice=29058.57, netVolume=586.60, inventory=A120, weighInv=64.00, matPrice=4414.580000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1057.2600, steamFee=0), MaterialDto(materialName=KVVP22 7X0.75, model=KVVP22, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=6577.82, factoryPrice=8915.15, netVolume=315.22, inventory=B100, weighInv=47.00, matPrice=3627.150000, totalCopperConsume=2790.00, totalAluminumConsume=, totalLHCost=535.9500, steamFee=0), MaterialDto(materialName=KVVP22 22X1, model=KVVP22, specification=22*1, voltage=450/750V, standard=GB, costPrice=19280.70, factoryPrice=28588.52, netVolume=728.56, inventory=A140, weighInv=99.00, matPrice=7309.670000, totalCopperConsume=11694.00, totalAluminumConsume=, totalLHCost=1355.4900, steamFee=0), MaterialDto(materialName=KVVP2-22 4X6, model=KVVP2-22, specification=4*6, voltage=450/750V, standard=GB, costPrice=16227.59, factoryPrice=23445.62, netVolume=573.19, inventory=A120, weighInv=64.00, matPrice=3958.670000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=621.5700, steamFee=0), MaterialDto(materialName=KVVP2-22 7X1.5, model=KVVP2-22, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=8754.36, factoryPrice=12211.82, netVolume=397.60, inventory=A120, weighInv=64.00, matPrice=3344.540000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=590.9900, steamFee=0), MaterialDto(materialName=KVVP2-22 24X1.5, model=KVVP2-22, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=25361.96, factoryPrice=35557.90, netVolume=946.64, inventory=A140, weighInv=99.00, matPrice=6823.500000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1240.0600, steamFee=0), MaterialDto(materialName=KVVP2-22 26X1, model=KVVP2-22, specification=26*1, voltage=450/750V, standard=GB, costPrice=19592.33, factoryPrice=27657.90, netVolume=771.10, inventory=A140, weighInv=99.00, matPrice=5768.280000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 34X0.75, model=KVVP2-22, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=19884.80, factoryPrice=27371.13, netVolume=827.04, inventory=A140, weighInv=99.00, matPrice=6325.080000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1616.4300, steamFee=0), MaterialDto(materialName=KVVP3 8X1.5, model=KVVP3, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=7576.69, factoryPrice=10978.63, netVolume=255.32, inventory=B100, weighInv=47.00, matPrice=1388.910000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=473.1200, steamFee=0), MaterialDto(materialName=KVVP3 23X1, model=KVVP3, specification=23*1, voltage=450/750V, standard=GB, costPrice=14532.90, factoryPrice=21286.55, netVolume=461.29, inventory=A120, weighInv=64.00, matPrice=2297.790000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 9X2.5, model=KVV, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=12963.14, factoryPrice=18650.32, netVolume=389.06, inventory=A120, weighInv=64.00, matPrice=1549.140000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 20X0.75, model=KVV, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=9438.15, factoryPrice=13302.81, netVolume=326.80, inventory=A120, weighInv=64.00, matPrice=1464.140000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=1079.6000, steamFee=0), MaterialDto(materialName=KVV 25X0.75, model=KVV, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=11754.92, factoryPrice=16319.03, netVolume=402.42, inventory=A120, weighInv=64.00, matPrice=1787.410000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 27X2.5, model=KVV, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=38077.93, factoryPrice=53533.56, netVolume=1039.13, inventory=A140, weighInv=99.00, matPrice=3835.930000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1171.1800, steamFee=0), MaterialDto(materialName=KVV 30X2.5, model=KVV, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=42220.77, factoryPrice=59355.86, netVolume=1140.92, inventory=A140, weighInv=99.00, matPrice=4174.100000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1225.1500, steamFee=0), MaterialDto(materialName=KVVP 8X1, model=KVVP, specification=8*1, voltage=450/750V, standard=GB, costPrice=6597.64, factoryPrice=10402.72, netVolume=195.74, inventory=B100, weighInv=47.00, matPrice=2227.920000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=556.2000, steamFee=0), MaterialDto(materialName=KVVP 9X4, model=KVVP, specification=9*4, voltage=450/750V, standard=GB, costPrice=23658.47, factoryPrice=36258.63, netVolume=589.68, inventory=A120, weighInv=64.00, matPrice=5137.870000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP 10X1.5, model=KVVP, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=11328.39, factoryPrice=18102.06, netVolume=338.18, inventory=A120, weighInv=64.00, matPrice=3436.380000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=795.3400, steamFee=0), MaterialDto(materialName=KVVP 28X1.5, model=KVVP, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=30503.49, factoryPrice=43144.27, netVolume=837.73, inventory=A140, weighInv=99.00, matPrice=8673.340000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1493.0800, steamFee=0), MaterialDto(materialName=KVVP 30X0.75, model=KVVP, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=17622.55, factoryPrice=26077.90, netVolume=525.44, inventory=A120, weighInv=64.00, matPrice=5426.810000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1520.3700, steamFee=0), MaterialDto(materialName=KVVP 32X1, model=KVVP, specification=32*1, voltage=450/750V, standard=GB, costPrice=23441.42, factoryPrice=35340.65, netVolume=669.02, inventory=A140, weighInv=99.00, matPrice=6176.800000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1537.4000, steamFee=0), MaterialDto(materialName=KVVP 32X1.5, model=KVVP, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=34168.66, factoryPrice=48264.26, netVolume=932.12, inventory=A140, weighInv=99.00, matPrice=9240.490000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1721.8000, steamFee=0), MaterialDto(materialName=KVVP 34X2.5, model=KVVP, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=55813.10, factoryPrice=81818.72, netVolume=1461.43, inventory=A160, weighInv=159.00, matPrice=12423.470000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1477.1300, steamFee=0), MaterialDto(materialName=KVVP2 2X1.5, model=KVVP2, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=2938.94, factoryPrice=4093.78, netVolume=107.38, inventory=B80, weighInv=22.00, matPrice=1390.480000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=208.4800, steamFee=0), MaterialDto(materialName=KVVP2 18X6, model=KVVP2, specification=18*6, voltage=450/750V, standard=GB, costPrice=61875.70, factoryPrice=89196.53, netVolume=1429.12, inventory=A140, weighInv=99.00, matPrice=6679.270000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=1031.9900, steamFee=0), MaterialDto(materialName=KVVP2 19X6, model=KVVP2, specification=19*6, voltage=450/750V, standard=GB, costPrice=65016.71, factoryPrice=93831.46, netVolume=1481.91, inventory=A140, weighInv=99.00, matPrice=6754.030000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=1065.6700, steamFee=0), MaterialDto(materialName=KVVP2 22X0.75, model=KVVP2, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=12311.61, factoryPrice=17204.62, netVolume=394.92, inventory=A120, weighInv=64.00, matPrice=3536.290000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 33X1, model=KVVP2, specification=33*1, voltage=450/750V, standard=GB, costPrice=22398.15, factoryPrice=32101.65, netVolume=658.11, inventory=A140, weighInv=99.00, matPrice=4853.290000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 35X0.75, model=KVVP2, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=18601.38, factoryPrice=25701.07, netVolume=576.60, inventory=A120, weighInv=64.00, matPrice=4642.960000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1299.9700, steamFee=0), MaterialDto(materialName=KVVP22 8X1.5, model=KVVP22, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=10983.78, factoryPrice=16405.93, netVolume=451.33, inventory=A120, weighInv=64.00, matPrice=4608.470000, totalCopperConsume=6180.00, totalAluminumConsume=, totalLHCost=632.4400, steamFee=0), MaterialDto(materialName=KVVP22 26X1.5, model=KVVP22, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=31680.46, factoryPrice=42531.23, netVolume=1074.79, inventory=A140, weighInv=99.00, matPrice=11143.390000, totalCopperConsume=20082.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP22 34X1.5, model=KVVP22, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=39431.00, factoryPrice=54011.51, netVolume=1327.58, inventory=A140, weighInv=99.00, matPrice=12910.190000, totalCopperConsume=26256.00, totalAluminumConsume=, totalLHCost=1654.5800, steamFee=0), MaterialDto(materialName=KVVP2-22 13X0.75, model=KVVP2-22, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=8929.46, factoryPrice=12422.75, netVolume=433.09, inventory=A120, weighInv=64.00, matPrice=3742.440000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=875.3100, steamFee=0), MaterialDto(materialName=KVVP2-22 14X1, model=KVVP2-22, specification=14*1, voltage=450/750V, standard=GB, costPrice=11428.31, factoryPrice=16326.93, netVolume=492.09, inventory=A120, weighInv=64.00, matPrice=3982.780000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=972.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 17X4, model=KVVP2-22, specification=17*4, voltage=450/750V, standard=GB, costPrice=42365.16, factoryPrice=60486.35, netVolume=1293.93, inventory=A140, weighInv=99.00, matPrice=7811.870000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 24X0.75, model=KVVP2-22, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=14858.02, factoryPrice=20634.80, netVolume=659.12, inventory=A140, weighInv=99.00, matPrice=5285.290000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1435.4500, steamFee=0), MaterialDto(materialName=KVVP3 5X4, model=KVVP3, specification=5*4, voltage=450/750V, standard=GB, costPrice=11766.14, factoryPrice=17094.02, netVolume=348.08, inventory=B100, weighInv=47.00, matPrice=1594.960000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=427.2000, steamFee=0), MaterialDto(materialName=KVVP3 14X0.75, model=KVVP3, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=7076.30, factoryPrice=10086.72, netVolume=259.26, inventory=B100, weighInv=47.00, matPrice=1484.900000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=594.2500, steamFee=0), MaterialDto(materialName=KVV 6X4, model=KVV, specification=6*4, voltage=450/750V, standard=GB, costPrice=13566.71, factoryPrice=19419.78, netVolume=381.61, inventory=A120, weighInv=64.00, matPrice=1372.810000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=471.2800, steamFee=0), MaterialDto(materialName=KVV 7X6, model=KVV, specification=7*6, voltage=450/750V, standard=GB, costPrice=23041.47, factoryPrice=33326.15, netVolume=562.91, inventory=A120, weighInv=64.00, matPrice=1577.720000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=506.5700, steamFee=0), MaterialDto(materialName=KVVP22 36X1.5, model=KVVP22, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=41113.67, factoryPrice=56399.68, netVolume=1368.38, inventory=A140, weighInv=99.00, matPrice=13044.860000, totalCopperConsume=27804.00, totalAluminumConsume=, totalLHCost=1697.0600, steamFee=0), MaterialDto(materialName=KVVP2-22 3X6, model=KVVP2-22, specification=3*6, voltage=450/750V, standard=GB, costPrice=12697.16, factoryPrice=18288.50, netVolume=475.47, inventory=A120, weighInv=64.00, matPrice=3494.500000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=577.6600, steamFee=0), MaterialDto(materialName=KVVP2-22 7X1, model=KVVP2-22, specification=7*1, voltage=450/750V, standard=GB, costPrice=6538.87, factoryPrice=9333.85, netVolume=323.00, inventory=B100, weighInv=47.00, matPrice=2814.160000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=540.6600, steamFee=0), MaterialDto(materialName=KVVP2-22 10X4, model=KVVP2-22, specification=10*4, voltage=450/750V, standard=GB, costPrice=26263.84, factoryPrice=37167.13, netVolume=882.99, inventory=A140, weighInv=99.00, matPrice=5936.760000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=873.9400, steamFee=0), MaterialDto(materialName=KVVP2-22 11X6, model=KVVP2-22, specification=11*6, voltage=450/750V, standard=GB, costPrice=40567.20, factoryPrice=58122.67, netVolume=1194.23, inventory=A140, weighInv=99.00, matPrice=6834.530000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=966.4300, steamFee=0), MaterialDto(materialName=KVVP2-22 12X6, model=KVVP2-22, specification=12*6, voltage=450/750V, standard=GB, costPrice=43761.34, factoryPrice=63020.67, netVolume=1259.66, inventory=A140, weighInv=99.00, matPrice=6962.420000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=1000.1100, steamFee=0), MaterialDto(materialName=KVVP2-22 16X4, model=KVVP2-22, specification=16*4, voltage=450/750V, standard=GB, costPrice=39883.59, factoryPrice=56969.27, netVolume=1217.15, inventory=A140, weighInv=99.00, matPrice=7362.610000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=1132.1400, steamFee=0), MaterialDto(materialName=KVVP2-22 20X2.5, model=KVVP2-22, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=32673.64, factoryPrice=46534.95, netVolume=1098.76, inventory=A140, weighInv=99.00, matPrice=7305.280000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1228.9300, steamFee=0), MaterialDto(materialName=KVVP2-22 23X0.75, model=KVVP2-22, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=14299.20, factoryPrice=19750.00, netVolume=629.12, inventory=A140, weighInv=99.00, matPrice=5125.170000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 30X1, model=KVVP2-22, specification=30*1, voltage=450/750V, standard=GB, costPrice=22078.10, factoryPrice=31323.50, netVolume=842.19, inventory=A140, weighInv=99.00, matPrice=6127.870000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1634.9300, steamFee=0), MaterialDto(materialName=KVVP2-22 35X1.5, model=KVVP2-22, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=35540.75, factoryPrice=49125.36, netVolume=1261.70, inventory=A140, weighInv=99.00, matPrice=8507.290000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1515.7100, steamFee=0), MaterialDto(materialName=KVVP3 9X1.5, model=KVVP3, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=8500.64, factoryPrice=12288.45, netVolume=286.32, inventory=B100, weighInv=47.00, matPrice=1540.580000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=578.3300, steamFee=0), MaterialDto(materialName=KVVP3 22X1.5, model=KVVP3, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=19918.01, factoryPrice=28414.72, netVolume=613.99, inventory=A140, weighInv=99.00, matPrice=2918.410000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1078.5000, steamFee=0), MaterialDto(materialName=KVVP3 23X1.5, model=KVVP3, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=20820.42, factoryPrice=29612.36, netVolume=641.82, inventory=A140, weighInv=99.00, matPrice=3048.540000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 24X1.5, model=KVVP3, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=21660.19, factoryPrice=30910.33, netVolume=662.21, inventory=A140, weighInv=99.00, matPrice=3116.040000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1015.6400, steamFee=0), MaterialDto(materialName=KVVP3 35X0.75, model=KVVP3, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=16760.86, factoryPrice=23517.51, netVolume=553.88, inventory=A140, weighInv=99.00, matPrice=2796.740000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1299.9700, steamFee=0), MaterialDto(materialName=KVV 7X4, model=KVV, specification=7*4, voltage=450/750V, standard=GB, costPrice=15675.92, factoryPrice=22502.36, netVolume=417.67, inventory=A120, weighInv=64.00, matPrice=1449.700000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=492.6200, steamFee=0), MaterialDto(materialName=KVV 14X6, model=KVV, specification=14*6, voltage=450/750V, standard=GB, costPrice=45799.15, factoryPrice=65482.31, netVolume=1083.35, inventory=A140, weighInv=99.00, matPrice=2871.630000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=750.7100, steamFee=0), MaterialDto(materialName=KVV 16X1.5, model=KVV, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=14137.68, factoryPrice=19963.30, netVolume=435.67, inventory=A120, weighInv=64.00, matPrice=1781.310000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=793.3600, steamFee=0), MaterialDto(materialName=KVV 27X1.5, model=KVV, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=23674.59, factoryPrice=33051.23, netVolume=705.58, inventory=A140, weighInv=99.00, matPrice=2823.220000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1162.1200, steamFee=0), MaterialDto(materialName=KVV 37X2.5, model=KVV, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=51873.16, factoryPrice=72950.18, netVolume=1375.36, inventory=A140, weighInv=99.00, matPrice=4948.940000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1393.9400, steamFee=0), MaterialDto(materialName=KVV22 4X2.5, model=KVV22, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=6820.18, factoryPrice=9621.41, netVolume=329.81, inventory=A120, weighInv=64.00, matPrice=1747.290000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=488.8100, steamFee=0), MaterialDto(materialName=KVV22 8X1.5, model=KVV22, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=8128.95, factoryPrice=11485.81, netVolume=370.40, inventory=A120, weighInv=64.00, matPrice=1950.770000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=582.4100, steamFee=0), MaterialDto(materialName=KVV22 12X1.5, model=KVV22, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=11763.47, factoryPrice=16458.07, netVolume=491.69, inventory=A120, weighInv=64.00, matPrice=2496.200000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=825.5000, steamFee=0), MaterialDto(materialName=KVVP2-22 14X4, model=KVVP2-22, specification=14*4, voltage=450/750V, standard=GB, costPrice=35275.33, factoryPrice=50349.86, netVolume=1097.91, inventory=A140, weighInv=99.00, matPrice=6818.980000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=1023.9200, steamFee=0), MaterialDto(materialName=KVVP2-22 19X0.75, model=KVVP2-22, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=11921.00, factoryPrice=16678.48, netVolume=529.95, inventory=A120, weighInv=64.00, matPrice=4341.780000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=1034.8300, steamFee=0), MaterialDto(materialName=KVVP2-22 32X1.5, model=KVVP2-22, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=32615.58, factoryPrice=45274.11, netVolume=1154.13, inventory=A140, weighInv=99.00, matPrice=7898.940000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1700.9000, steamFee=0), MaterialDto(materialName=KVVP3 2X2.5, model=KVVP3, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=3375.79, factoryPrice=4957.25, netVolume=130.82, inventory=B100, weighInv=47.00, matPrice=829.740000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=305.2800, steamFee=0), MaterialDto(materialName=KVVP3 14X6, model=KVVP3, specification=14*6, voltage=450/750V, standard=GB, costPrice=46361.90, factoryPrice=67015.70, netVolume=1104.21, inventory=A140, weighInv=99.00, matPrice=3424.780000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=865.9900, steamFee=0), MaterialDto(materialName=KVVP3 26X2.5, model=KVVP3, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=37306.57, factoryPrice=53233.36, netVolume=1027.88, inventory=A140, weighInv=99.00, matPrice=4323.190000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 27X1.5, model=KVVP3, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=24202.73, factoryPrice=34386.33, netVolume=725.10, inventory=A140, weighInv=99.00, matPrice=3341.760000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1078.1500, steamFee=0), MaterialDto(materialName=KVVP3 29X2.5, model=KVVP3, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=41469.41, factoryPrice=59231.83, netVolume=1130.45, inventory=A140, weighInv=99.00, matPrice=4681.360000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 31X0.75, model=KVVP3, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=14939.89, factoryPrice=20976.87, netVolume=499.81, inventory=A120, weighInv=64.00, matPrice=2570.580000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 31X2.5, model=KVVP3, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=44283.65, factoryPrice=63310.60, netVolume=1204.73, inventory=A140, weighInv=99.00, matPrice=4959.150000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1260.9400, steamFee=0), MaterialDto(materialName=KVV 3X1.5, model=KVV, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=2829.76, factoryPrice=4066.13, netVolume=111.06, inventory=B80, weighInv=22.00, matPrice=512.940000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=290.3800, steamFee=0), MaterialDto(materialName=KVV 5X4, model=KVV, specification=5*4, voltage=450/750V, standard=GB, costPrice=11393.36, factoryPrice=16392.50, netVolume=334.80, inventory=B100, weighInv=47.00, matPrice=1231.780000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=438.5500, steamFee=0), MaterialDto(materialName=KVV 16X1, model=KVV, specification=16*1, voltage=450/750V, standard=GB, costPrice=9881.77, factoryPrice=14357.46, netVolume=323.18, inventory=A120, weighInv=64.00, matPrice=1377.070000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=769.1500, steamFee=0), MaterialDto(materialName=KVV 20X1, model=KVV, specification=20*1, voltage=450/750V, standard=GB, costPrice=12233.44, factoryPrice=17823.98, netVolume=383.82, inventory=A120, weighInv=64.00, matPrice=1602.550000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1115.2400, steamFee=0), MaterialDto(materialName=KVV 29X0.75, model=KVV, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=13548.14, factoryPrice=18820.17, netVolume=453.26, inventory=A120, weighInv=64.00, matPrice=1985.830000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 29X1.5, model=KVV, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=25391.84, factoryPrice=35443.35, netVolume=752.18, inventory=A140, weighInv=99.00, matPrice=2995.930000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 3X2.5, model=KVV22, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=5328.18, factoryPrice=7478.93, netVolume=277.96, inventory=B100, weighInv=47.00, matPrice=1523.510000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=494.0600, steamFee=0), MaterialDto(materialName=KVV22 16X6, model=KVV22, specification=16*6, voltage=450/750V, standard=GB, costPrice=54205.62, factoryPrice=77932.71, netVolume=1498.45, inventory=A140, weighInv=99.00, matPrice=5145.600000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=1141.1200, steamFee=0), MaterialDto(materialName=KVV22 25X0.75, model=KVV22, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=13076.87, factoryPrice=17833.46, netVolume=590.78, inventory=A140, weighInv=99.00, matPrice=3109.360000, totalCopperConsume=9967.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 29X1.5, model=KVV22, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=26913.69, factoryPrice=37679.05, netVolume=966.57, inventory=A140, weighInv=99.00, matPrice=4517.780000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 4X2.5, model=KVV32, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=8407.76, factoryPrice=14001.17, netVolume=602.31, inventory=A120, weighInv=64.00, matPrice=3337.760000, totalCopperConsume=5070.00, totalAluminumConsume=, totalLHCost=2827.2800, steamFee=0), MaterialDto(materialName=KVV32 6X0.75, model=KVV32, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=4567.25, factoryPrice=8942.80, netVolume=368.03, inventory=A120, weighInv=64.00, matPrice=2173.250000, totalCopperConsume=2394.00, totalAluminumConsume=, totalLHCost=3588.1800, steamFee=0), MaterialDto(materialName=KVV32 6X4, model=KVV32, specification=6*4, voltage=450/750V, standard=GB, costPrice=16721.59, factoryPrice=26905.82, netVolume=890.16, inventory=A140, weighInv=99.00, matPrice=4529.590000, totalCopperConsume=12192.00, totalAluminumConsume=, totalLHCost=3406.2400, steamFee=0), MaterialDto(materialName=KVV32 7X1, model=KVV32, specification=7*1, voltage=450/750V, standard=GB, costPrice=6006.05, factoryPrice=11569.55, netVolume=401.16, inventory=A120, weighInv=64.00, matPrice=2286.050000, totalCopperConsume=3720.00, totalAluminumConsume=, totalLHCost=3690.0700, steamFee=0), MaterialDto(materialName=KVV32 20X2.5, model=KVV32, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=33253.31, factoryPrice=51672.32, netVolume=1619.37, inventory=A140, weighInv=99.00, matPrice=7891.310000, totalCopperConsume=25362.00, totalAluminumConsume=, totalLHCost=4077.8600, steamFee=0), MaterialDto(materialName=KVVP 15X0.75, model=KVVP, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=9363.85, factoryPrice=15111.12, netVolume=300.58, inventory=A120, weighInv=64.00, matPrice=3225.210000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 3X1, model=KVVP2, specification=3*1, voltage=450/750V, standard=GB, costPrice=2880.06, factoryPrice=4153.82, netVolume=102.52, inventory=B80, weighInv=22.00, matPrice=1281.510000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=212.9600, steamFee=0), MaterialDto(materialName=KVVP2 11X0.75, model=KVVP2, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=6700.66, factoryPrice=9242.21, netVolume=215.94, inventory=B100, weighInv=47.00, matPrice=2311.050000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=532.1400, steamFee=0), MaterialDto(materialName=KVVP2 15X0.75, model=KVVP2, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=8808.65, factoryPrice=12280.55, netVolume=292.69, inventory=B100, weighInv=47.00, matPrice=2824.230000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2 17X1.5, model=KVVP2, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=17131.39, factoryPrice=24049.97, netVolume=499.63, inventory=A120, weighInv=64.00, matPrice=3998.850000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=800.7500, steamFee=0), MaterialDto(materialName=KVVP22 2X1.5, model=KVVP22, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=4843.16, factoryPrice=6267.07, netVolume=258.11, inventory=B100, weighInv=47.00, matPrice=3156.490000, totalCopperConsume=1542.00, totalAluminumConsume=, totalLHCost=415.8000, steamFee=0), MaterialDto(materialName=KVVP22 13X2.5, model=KVVP22, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=24915.94, factoryPrice=36230.98, netVolume=864.28, inventory=A140, weighInv=99.00, matPrice=8123.620000, totalCopperConsume=16488.00, totalAluminumConsume=, totalLHCost=871.7100, steamFee=0), MaterialDto(materialName=KVVP22 15X0.75, model=KVVP22, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=11300.57, factoryPrice=17022.13, netVolume=493.63, inventory=A120, weighInv=64.00, matPrice=5105.760000, totalCopperConsume=5982.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 3X1.5, model=KVVP2-22, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=4769.21, factoryPrice=6562.53, netVolume=269.42, inventory=B100, weighInv=47.00, matPrice=2448.480000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=442.5900, steamFee=0), MaterialDto(materialName=KVVP2-22 6X2.5, model=KVVP2-22, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=11581.46, factoryPrice=16248.72, netVolume=490.85, inventory=A120, weighInv=64.00, matPrice=3968.220000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=648.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 7X2.5, model=KVVP2-22, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=12915.36, factoryPrice=18241.10, netVolume=514.86, inventory=A120, weighInv=64.00, matPrice=4033.890000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=672.7500, steamFee=0), MaterialDto(materialName=KVVP2-22 24X1, model=KVVP2-22, specification=24*1, voltage=450/750V, standard=GB, costPrice=18343.18, factoryPrice=26103.18, netVolume=736.43, inventory=A140, weighInv=99.00, matPrice=5582.220000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1500.2900, steamFee=0), MaterialDto(materialName=KVVP2-22 35X0.75, model=KVVP2-22, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=20326.47, factoryPrice=27992.07, netVolume=838.73, inventory=A140, weighInv=99.00, matPrice=6368.050000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1684.5000, steamFee=0), MaterialDto(materialName=KVVP3 3X0.75, model=KVVP3, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=1823.85, factoryPrice=2653.61, netVolume=83.78, inventory=B80, weighInv=22.00, matPrice=618.150000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=230.6100, steamFee=0), MaterialDto(materialName=KVVP3 4X1, model=KVVP3, specification=4*1, voltage=450/750V, standard=GB, costPrice=2886.65, factoryPrice=4295.23, netVolume=115.60, inventory=B80, weighInv=22.00, matPrice=750.880000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=245.8600, steamFee=0), MaterialDto(materialName=KVVP3 5X1, model=KVVP3, specification=5*1, voltage=450/750V, standard=GB, costPrice=3534.67, factoryPrice=5228.22, netVolume=140.82, inventory=B100, weighInv=47.00, matPrice=867.350000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=265.8300, steamFee=0), MaterialDto(materialName=KVVP3 7X1, model=KVVP3, specification=7*1, voltage=450/750V, standard=GB, costPrice=4675.72, factoryPrice=6959.90, netVolume=159.38, inventory=B100, weighInv=47.00, matPrice=945.310000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=312.0600, steamFee=0), MaterialDto(materialName=KVVP3 26X1.5, model=KVVP3, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=23362.96, factoryPrice=33148.40, netVolume=704.70, inventory=A140, weighInv=99.00, matPrice=3274.260000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 30X1.5, model=KVVP3, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=26776.32, factoryPrice=38040.87, netVolume=792.74, inventory=A140, weighInv=99.00, matPrice=3598.540000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1130.9700, steamFee=0), MaterialDto(materialName=KVV 12X0.75, model=KVV, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=5701.87, factoryPrice=8030.35, netVolume=202.37, inventory=B100, weighInv=47.00, matPrice=917.460000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=629.6800, steamFee=0), MaterialDto(materialName=KVV 16X0.75, model=KVV, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=7637.88, factoryPrice=10735.31, netVolume=275.96, inventory=B100, weighInv=47.00, matPrice=1258.680000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=737.9700, steamFee=0), MaterialDto(materialName=KVV 27X0.75, model=KVV, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=12638.26, factoryPrice=17563.28, netVolume=425.81, inventory=A120, weighInv=64.00, matPrice=1873.350000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1272.4800, steamFee=0), MaterialDto(materialName=KVV22 2X2.5, model=KVV22, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=3910.85, factoryPrice=5410.71, netVolume=239.90, inventory=B100, weighInv=47.00, matPrice=1374.400000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=469.3100, steamFee=0), MaterialDto(materialName=KVV32 27X1.5, model=KVV32, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=28513.68, factoryPrice=43329.13, netVolume=1521.81, inventory=A140, weighInv=99.00, matPrice=7663.680000, totalCopperConsume=20850.00, totalAluminumConsume=, totalLHCost=3888.7300, steamFee=0), MaterialDto(materialName=KVVP3 11X0.75, model=KVVP3, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=5601.76, factoryPrice=7948.98, netVolume=202.44, inventory=B100, weighInv=47.00, matPrice=1206.450000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=532.1400, steamFee=0), MaterialDto(materialName=KVVP3 12X1.5, model=KVVP3, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=11098.37, factoryPrice=15850.56, netVolume=355.47, inventory=A120, weighInv=64.00, matPrice=1821.490000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=663.8600, steamFee=0), MaterialDto(materialName=KVVP3 13X0.75, model=KVVP3, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=6634.63, factoryPrice=9461.83, netVolume=247.57, inventory=B100, weighInv=47.00, matPrice=1441.930000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=650.8900, steamFee=0), MaterialDto(materialName=KVVP3 16X4, model=KVVP3, specification=16*4, voltage=450/750V, standard=GB, costPrice=36003.47, factoryPrice=51920.38, netVolume=920.37, inventory=A140, weighInv=99.00, matPrice=3476.800000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=907.7200, steamFee=0), MaterialDto(materialName=KVVP3 17X1.5, model=KVVP3, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=15472.30, factoryPrice=22072.60, netVolume=479.19, inventory=A120, weighInv=64.00, matPrice=2334.060000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=800.7500, steamFee=0), MaterialDto(materialName=KVVP3 17X6, model=KVVP3, specification=17*6, voltage=450/750V, standard=GB, costPrice=56172.43, factoryPrice=81043.73, netVolume=1332.65, inventory=A140, weighInv=99.00, matPrice=4036.560000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 28X1, model=KVVP3, specification=28*1, voltage=450/750V, standard=GB, costPrice=17491.36, factoryPrice=25418.25, netVolume=538.61, inventory=A120, weighInv=64.00, matPrice=2598.520000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1183.2800, steamFee=0), MaterialDto(materialName=KVV 3X2.5, model=KVV, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=4460.68, factoryPrice=6455.88, netVolume=153.18, inventory=B100, weighInv=47.00, matPrice=656.010000, totalCopperConsume=3804.67, totalAluminumConsume=, totalLHCost=373.6300, steamFee=0), MaterialDto(materialName=KVV 7X1.5, model=KVV, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=6252.83, factoryPrice=8938.06, netVolume=200.14, inventory=B100, weighInv=47.00, matPrice=846.920000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=450.3300, steamFee=0), MaterialDto(materialName=KVV 8X1, model=KVV, specification=8*1, voltage=450/750V, standard=GB, costPrice=4988.06, factoryPrice=7361.22, netVolume=168.66, inventory=B100, weighInv=47.00, matPrice=735.710000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=516.3000, steamFee=0), MaterialDto(materialName=KVV 8X6, model=KVV, specification=8*6, voltage=450/750V, standard=GB, costPrice=26286.69, factoryPrice=38013.22, netVolume=637.07, inventory=A120, weighInv=64.00, matPrice=1756.680000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=603.0300, steamFee=0), MaterialDto(materialName=KVV 14X1.5, model=KVV, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=12412.41, factoryPrice=17541.95, netVolume=387.11, inventory=A120, weighInv=64.00, matPrice=1600.590000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=718.3300, steamFee=0), MaterialDto(materialName=KVV 28X1.5, model=KVV, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=24552.07, factoryPrice=34275.73, netVolume=731.78, inventory=A140, weighInv=99.00, matPrice=2928.430000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1184.7600, steamFee=0), MaterialDto(materialName=KVV22 2X6, model=KVV22, specification=2*6, voltage=450/750V, standard=GB, costPrice=7796.47, factoryPrice=11118.46, netVolume=342.66, inventory=A120, weighInv=64.00, matPrice=1663.970000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=457.1800, steamFee=0), MaterialDto(materialName=KVV22 11X2.5, model=KVV22, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=17108.08, factoryPrice=24021.53, netVolume=653.66, inventory=A140, weighInv=99.00, matPrice=3157.630000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=760.2600, steamFee=0), MaterialDto(materialName=KVV22 13X1, model=KVV22, specification=13*1, voltage=450/750V, standard=GB, costPrice=9067.43, factoryPrice=13011.30, netVolume=410.16, inventory=A120, weighInv=64.00, matPrice=2157.360000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=780.5700, steamFee=0), MaterialDto(materialName=KVV22 14X4, model=KVV22, specification=14*4, voltage=450/750V, standard=GB, costPrice=32523.10, factoryPrice=46487.55, netVolume=998.35, inventory=A140, weighInv=99.00, matPrice=4070.660000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=931.5600, steamFee=0), MaterialDto(materialName=KVV22 15X1.5, model=KVV22, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=14581.49, factoryPrice=20290.36, netVolume=598.24, inventory=A140, weighInv=99.00, matPrice=2997.400000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=968.7800, steamFee=0), MaterialDto(materialName=KVV22 36X1, model=KVV22, specification=36*1, voltage=450/750V, standard=GB, costPrice=23251.54, factoryPrice=33470.72, netVolume=864.43, inventory=A140, weighInv=99.00, matPrice=4115.950000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1553.5400, steamFee=0), MaterialDto(materialName=KVV32 3X0.75, model=KVV32, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2872.16, factoryPrice=6050.61, netVolume=276.20, inventory=B100, weighInv=47.00, matPrice=1678.160000, totalCopperConsume=1194.00, totalAluminumConsume=, totalLHCost=3048.3100, steamFee=0), MaterialDto(materialName=KVV32 12X4, model=KVV32, specification=12*4, voltage=450/750V, standard=GB, costPrice=31243.63, factoryPrice=48130.75, netVolume=1455.64, inventory=A140, weighInv=99.00, matPrice=6853.630000, totalCopperConsume=24390.00, totalAluminumConsume=, totalLHCost=3411.1100, steamFee=0), MaterialDto(materialName=KVV32 17X4, model=KVV32, specification=17*4, voltage=450/750V, standard=GB, costPrice=42874.90, factoryPrice=65947.62, netVolume=1834.33, inventory=A160, weighInv=159.00, matPrice=8326.900000, totalCopperConsume=34548.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 18X4, model=KVV32, specification=18*4, voltage=450/750V, standard=GB, costPrice=45028.22, factoryPrice=69301.96, netVolume=1880.53, inventory=A160, weighInv=159.00, matPrice=8446.220000, totalCopperConsume=36582.00, totalAluminumConsume=, totalLHCost=3772.0800, steamFee=0), MaterialDto(materialName=KVV32 36X1.5, model=KVV32, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=36764.26, factoryPrice=56057.61, netVolume=1821.21, inventory=A160, weighInv=159.00, matPrice=8960.260000, totalCopperConsume=27804.00, totalAluminumConsume=, totalLHCost=4377.9600, steamFee=0), MaterialDto(materialName=KVV32 37X0.75, model=KVV32, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=21744.18, factoryPrice=33080.46, netVolume=1329.98, inventory=A140, weighInv=99.00, matPrice=6990.180000, totalCopperConsume=14754.00, totalAluminumConsume=, totalLHCost=309.8800, steamFee=0), MaterialDto(materialName=KVVP3 11X6, model=KVVP3, specification=11*6, voltage=450/750V, standard=GB, costPrice=36697.13, factoryPrice=52981.35, netVolume=898.15, inventory=A140, weighInv=99.00, matPrice=2958.760000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=757.5900, steamFee=0), MaterialDto(materialName=KVVP3 33X1, model=KVVP3, specification=33*1, voltage=450/750V, standard=GB, costPrice=20560.33, factoryPrice=29836.72, netVolume=635.50, inventory=A140, weighInv=99.00, matPrice=3009.780000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 36X2.5, model=KVVP3, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=51198.74, factoryPrice=73094.75, netVolume=1374.23, inventory=A140, weighInv=99.00, matPrice=5533.140000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1393.7500, steamFee=0), MaterialDto(materialName=KVV 8X1.5, model=KVV, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=7124.79, factoryPrice=10355.32, netVolume=226.36, inventory=B100, weighInv=47.00, matPrice=946.610000, totalCopperConsume=6178.18, totalAluminumConsume=, totalLHCost=532.4600, steamFee=0), MaterialDto(materialName=KVV 11X2.5, model=KVV, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=15757.96, factoryPrice=22403.61, netVolume=461.36, inventory=A120, weighInv=64.00, matPrice=1807.510000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=653.3600, steamFee=0), MaterialDto(materialName=KVV 14X4, model=KVV, specification=14*4, voltage=450/750V, standard=GB, costPrice=31094.86, factoryPrice=44115.97, netVolume=796.96, inventory=A140, weighInv=99.00, matPrice=2642.420000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=737.9800, steamFee=0), MaterialDto(materialName=KVV 33X0.75, model=KVV, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=15350.38, factoryPrice=21317.36, netVolume=506.02, inventory=A120, weighInv=64.00, matPrice=2193.270000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 5X2.5, model=KVV22, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=8322.69, factoryPrice=11749.67, netVolume=383.18, inventory=A120, weighInv=64.00, matPrice=1981.570000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=513.5600, steamFee=0), MaterialDto(materialName=KVV22 6X0.75, model=KVV22, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=3796.54, factoryPrice=5153.17, netVolume=240.12, inventory=B100, weighInv=47.00, matPrice=1404.340000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=459.3000, steamFee=0), MaterialDto(materialName=KVV22 8X2.5, model=KVV22, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=12558.54, factoryPrice=18027.80, netVolume=492.07, inventory=A120, weighInv=64.00, matPrice=2412.760000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=678.5200, steamFee=0), MaterialDto(materialName=KVV22 9X0.75, model=KVV22, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=5267.21, factoryPrice=7315.40, netVolume=295.28, inventory=A120, weighInv=64.00, matPrice=1678.910000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=589.6900, steamFee=0), MaterialDto(materialName=KVV22 9X2.5, model=KVV22, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=14088.20, factoryPrice=20201.88, netVolume=548.06, inventory=A120, weighInv=64.00, matPrice=2674.200000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 9X4, model=KVV22, specification=9*4, voltage=450/750V, standard=GB, costPrice=21444.40, factoryPrice=30882.68, netVolume=721.59, inventory=A140, weighInv=99.00, matPrice=3153.550000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 27X2.5, model=KVV22, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=40051.78, factoryPrice=56328.58, netVolume=1312.70, inventory=A140, weighInv=99.00, matPrice=5809.780000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1287.3700, steamFee=0), MaterialDto(materialName=KVV22 28X1.5, model=KVV22, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=26073.91, factoryPrice=36454.55, netVolume=946.18, inventory=A140, weighInv=99.00, matPrice=4450.280000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1227.5800, steamFee=0), MaterialDto(materialName=KVV22 34X2.5, model=KVV22, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=50278.34, factoryPrice=70826.66, netVolume=1634.92, inventory=A160, weighInv=159.00, matPrice=7158.780000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1505.8300, steamFee=0), MaterialDto(materialName=KVV32 3X2.5, model=KVV32, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=6125.14, factoryPrice=11436.83, netVolume=410.96, inventory=A120, weighInv=64.00, matPrice=2321.140000, totalCopperConsume=3804.00, totalAluminumConsume=, totalLHCost=3759.3500, steamFee=0), MaterialDto(materialName=KVV32 4X1.5, model=KVV32, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=5298.15, factoryPrice=10020.36, netVolume=384.17, inventory=A120, weighInv=64.00, matPrice=2208.150000, totalCopperConsume=3090.00, totalAluminumConsume=, totalLHCost=3567.1000, steamFee=0), MaterialDto(materialName=KVV32 7X6, model=KVV32, specification=7*6, voltage=450/750V, standard=GB, costPrice=27079.22, factoryPrice=42528.07, netVolume=1242.30, inventory=A140, weighInv=99.00, matPrice=5617.220000, totalCopperConsume=21462.00, totalAluminumConsume=, totalLHCost=3213.4400, steamFee=0), MaterialDto(materialName=KVV32 10X1, model=KVV32, specification=10*1, voltage=450/750V, standard=GB, costPrice=8910.37, factoryPrice=15069.25, netVolume=642.29, inventory=A120, weighInv=64.00, matPrice=3594.360000, totalCopperConsume=5316.00, totalAluminumConsume=, totalLHCost=3321.7000, steamFee=0), MaterialDto(materialName=KVV32 13X6, model=KVV32, specification=13*6, voltage=450/750V, standard=GB, costPrice=47783.13, factoryPrice=74023.00, netVolume=1890.93, inventory=A160, weighInv=159.00, matPrice=7919.130000, totalCopperConsume=39864.00, totalAluminumConsume=, totalLHCost=3809.2300, steamFee=0), MaterialDto(materialName=KVV32 14X6, model=KVV32, specification=14*6, voltage=450/750V, standard=GB, costPrice=50976.82, factoryPrice=78998.42, netVolume=1956.33, inventory=A160, weighInv=159.00, matPrice=8046.820000, totalCopperConsume=42930.00, totalAluminumConsume=, totalLHCost=3845.2600, steamFee=0), MaterialDto(materialName=KVV32 17X0.75, model=KVV32, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=11019.99, factoryPrice=18219.77, netVolume=761.80, inventory=A140, weighInv=99.00, matPrice=4239.990000, totalCopperConsume=6780.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 18X2.5, model=KVV32, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=30329.91, factoryPrice=46978.93, netVolume=1525.07, inventory=A140, weighInv=99.00, matPrice=7499.910000, totalCopperConsume=22830.00, totalAluminumConsume=, totalLHCost=3820.8100, steamFee=0), MaterialDto(materialName=KVV32 20X1.5, model=KVV32, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=21909.33, factoryPrice=33890.21, netVolume=1258.06, inventory=A140, weighInv=99.00, matPrice=6465.330000, totalCopperConsume=15444.00, totalAluminumConsume=, totalLHCost=3875.9300, steamFee=0), MaterialDto(materialName=KVVP2-22 24X2.5, model=KVVP2-22, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=39116.00, factoryPrice=55457.21, netVolume=1322.03, inventory=A140, weighInv=99.00, matPrice=8674.750000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1325.9000, steamFee=0), MaterialDto(materialName=KVVP2-22 32X0.75, model=KVVP2-22, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=18810.96, factoryPrice=25895.41, netVolume=786.57, inventory=A140, weighInv=99.00, matPrice=6048.630000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 33X2.5, model=KVVP2-22, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=52333.69, factoryPrice=73637.48, netVolume=1703.53, inventory=A160, weighInv=159.00, matPrice=10478.450000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 3X4, model=KVVP3, specification=3*4, voltage=450/750V, standard=GB, costPrice=7172.30, factoryPrice=10466.71, netVolume=212.80, inventory=B100, weighInv=47.00, matPrice=1065.750000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=345.2900, steamFee=0), MaterialDto(materialName=KVVP3 13X6, model=KVVP3, specification=13*6, voltage=450/750V, standard=GB, costPrice=43167.76, factoryPrice=62331.00, netVolume=1038.78, inventory=A140, weighInv=99.00, matPrice=3296.890000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=832.3200, steamFee=0), MaterialDto(materialName=KVVP3 25X1.5, model=KVVP3, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=22523.18, factoryPrice=31957.08, netVolume=684.30, inventory=A140, weighInv=99.00, matPrice=3206.760000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1155.2500, steamFee=0), MaterialDto(materialName=KVVP3 35X1, model=KVVP3, specification=35*1, voltage=450/750V, standard=GB, costPrice=21776.15, factoryPrice=31623.70, netVolume=671.19, inventory=A140, weighInv=99.00, matPrice=3162.510000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1369.8500, steamFee=0), MaterialDto(materialName=KVV 3X1, model=KVV, specification=3*1, voltage=450/750V, standard=GB, costPrice=2011.49, factoryPrice=2975.93, netVolume=86.88, inventory=B80, weighInv=22.00, matPrice=416.850000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=277.4400, steamFee=0), MaterialDto(materialName=KVV 4X1.5, model=KVV, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=3706.35, factoryPrice=5315.91, netVolume=137.84, inventory=B100, weighInv=47.00, matPrice=617.260000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=311.3700, steamFee=0), MaterialDto(materialName=KVV 7X1, model=KVV, specification=7*1, voltage=450/750V, standard=GB, costPrice=4380.99, factoryPrice=6465.36, netVolume=149.45, inventory=B100, weighInv=47.00, matPrice=660.180000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=380.6200, steamFee=0), MaterialDto(materialName=KVV 7X2.5, model=KVV, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=10119.46, factoryPrice=14562.86, netVolume=307.15, inventory=B100, weighInv=47.00, matPrice=1241.900000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=492.6200, steamFee=0), MaterialDto(materialName=KVV 8X4, model=KVV, specification=8*4, voltage=450/750V, standard=GB, costPrice=17874.11, factoryPrice=25701.86, netVolume=471.89, inventory=A120, weighInv=64.00, matPrice=1615.580000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=590.3000, steamFee=0), MaterialDto(materialName=KVV 13X2.5, model=KVV, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=18529.88, factoryPrice=26383.63, netVolume=530.75, inventory=A120, weighInv=64.00, matPrice=2042.990000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=716.3200, steamFee=0), MaterialDto(materialName=KVV 18X4, model=KVV, specification=18*4, voltage=450/750V, standard=GB, costPrice=39847.91, factoryPrice=56479.47, netVolume=1006.87, inventory=A140, weighInv=99.00, matPrice=3266.210000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=857.7000, steamFee=0), MaterialDto(materialName=KVV 25X2.5, model=KVV, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=35346.38, factoryPrice=49659.40, netVolume=975.92, inventory=A140, weighInv=99.00, matPrice=3640.820000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1125.9000, steamFee=0), MaterialDto(materialName=KVV 35X1.5, model=KVV, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=30527.80, factoryPrice=42588.11, netVolume=890.57, inventory=A140, weighInv=99.00, matPrice=3498.250000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1329.6200, steamFee=0), MaterialDto(materialName=KVV22 8X0.75, model=KVV22, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=4720.89, factoryPrice=6566.48, netVolume=268.28, inventory=B100, weighInv=47.00, matPrice=1531.290000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=570.4800, steamFee=0), MaterialDto(materialName=KVV22 9X6, model=KVV22, specification=9*6, voltage=450/750V, standard=GB, costPrice=31043.67, factoryPrice=45209.33, netVolume=926.38, inventory=A140, weighInv=99.00, matPrice=3447.410000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 10X4, model=KVV22, specification=10*4, voltage=450/750V, standard=GB, costPrice=23747.68, factoryPrice=33800.15, netVolume=791.10, inventory=A140, weighInv=99.00, matPrice=3424.510000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=777.2400, steamFee=0), MaterialDto(materialName=KVV22 12X1, model=KVV22, specification=12*1, voltage=450/750V, standard=GB, costPrice=8417.32, factoryPrice=12066.46, netVolume=385.69, inventory=A120, weighInv=64.00, matPrice=2038.790000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=760.6000, steamFee=0), MaterialDto(materialName=KVV22 14X1.5, model=KVV22, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=13527.39, factoryPrice=18981.33, netVolume=544.70, inventory=A120, weighInv=64.00, matPrice=2715.570000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=785.4200, steamFee=0), MaterialDto(materialName=KVV22 18X1, model=KVV22, specification=18*1, voltage=450/750V, standard=GB, costPrice=12138.61, factoryPrice=17489.81, netVolume=507.70, inventory=A120, weighInv=64.00, matPrice=2570.810000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=808.0800, steamFee=0), MaterialDto(materialName=KVV22 35X2.5, model=KVV22, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=51644.12, factoryPrice=72849.06, netVolume=1666.52, inventory=A160, weighInv=159.00, matPrice=7256.340000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1530.5800, steamFee=0), MaterialDto(materialName=KVV22 37X0.75, model=KVV22, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=18599.30, factoryPrice=25808.51, netVolume=762.79, inventory=A140, weighInv=99.00, matPrice=3847.390000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1506.0600, steamFee=0), MaterialDto(materialName=KVV32 25X1, model=KVV32, specification=25*1, voltage=450/750V, standard=GB, costPrice=19525.19, factoryPrice=30647.26, netVolume=1192.99, inventory=A140, weighInv=99.00, matPrice=6235.190000, totalCopperConsume=13290.00, totalAluminumConsume=, totalLHCost=255.1400, steamFee=0), MaterialDto(materialName=KVVP22 5X2.5, model=KVVP22, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=11214.51, factoryPrice=15689.40, netVolume=465.50, inventory=A120, weighInv=64.00, matPrice=4674.770000, totalCopperConsume=6342.00, totalAluminumConsume=, totalLHCost=563.5900, steamFee=0), MaterialDto(materialName=KVVP22 17X1, model=KVVP22, specification=17*1, voltage=450/750V, standard=GB, costPrice=14926.34, factoryPrice=23105.92, netVolume=591.00, inventory=A120, weighInv=64.00, matPrice=5660.740000, totalCopperConsume=9036.00, totalAluminumConsume=, totalLHCost=1008.0600, steamFee=0), MaterialDto(materialName=KVVP22 24X0.75, model=KVVP22, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=17164.87, factoryPrice=24729.37, netVolume=697.34, inventory=A140, weighInv=99.00, matPrice=7315.990000, totalCopperConsume=9570.00, totalAluminumConsume=, totalLHCost=1378.3700, steamFee=0), MaterialDto(materialName=KVVP22 28X1, model=KVVP22, specification=28*1, voltage=450/750V, standard=GB, costPrice=23393.76, factoryPrice=34489.03, netVolume=854.87, inventory=A140, weighInv=99.00, matPrice=8204.300000, totalCopperConsume=14886.00, totalAluminumConsume=, totalLHCost=1483.0700, steamFee=0), MaterialDto(materialName=KVVP2-22 4X2.5, model=KVVP2-22, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=8325.40, factoryPrice=11689.63, netVolume=388.44, inventory=A120, weighInv=64.00, matPrice=3248.600000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=553.3800, steamFee=0), MaterialDto(materialName=KVVP2-22 21X2.5, model=KVVP2-22, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=34184.83, factoryPrice=48505.21, netVolume=1144.05, inventory=A140, weighInv=99.00, matPrice=7548.250000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1253.6700, steamFee=0), MaterialDto(materialName=KVVP2-22 23X1, model=KVVP2-22, specification=23*1, voltage=450/750V, standard=GB, costPrice=17762.89, factoryPrice=24983.75, netVolume=722.06, inventory=A140, weighInv=99.00, matPrice=5533.470000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 3X1.5, model=KVVP3, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=3102.89, factoryPrice=4503.00, netVolume=120.16, inventory=B100, weighInv=47.00, matPrice=776.470000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=229.7200, steamFee=0), MaterialDto(materialName=KVVP3 22X2.5, model=KVVP3, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=31736.30, factoryPrice=45578.26, netVolume=889.62, inventory=A140, weighInv=99.00, matPrice=3825.810000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1067.9400, steamFee=0), MaterialDto(materialName=KVVP3 29X0.75, model=KVVP3, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=14006.54, factoryPrice=19676.53, netVolume=469.87, inventory=A120, weighInv=64.00, matPrice=2434.630000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 31X1.5, model=KVVP3, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=27684.73, factoryPrice=39273.27, netVolume=822.35, inventory=A140, weighInv=99.00, matPrice=3734.670000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1295.1400, steamFee=0), MaterialDto(materialName=KVV 2X0.75, model=KVV, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1141.80, factoryPrice=1640.83, netVolume=66.07, inventory=B80, weighInv=22.00, matPrice=344.400000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=268.4000, steamFee=0), MaterialDto(materialName=KVV 3X4, model=KVV, specification=3*4, voltage=450/750V, standard=GB, costPrice=6850.38, factoryPrice=9884.48, netVolume=201.80, inventory=B100, weighInv=47.00, matPrice=753.420000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=373.6300, steamFee=0), MaterialDto(materialName=KVV 10X0.75, model=KVV, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=4817.29, factoryPrice=6779.78, netVolume=179.78, inventory=B100, weighInv=47.00, matPrice=830.280000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=574.2500, steamFee=0), MaterialDto(materialName=KVV 28X1, model=KVV, specification=28*1, voltage=450/750V, standard=GB, costPrice=17018.86, factoryPrice=24449.71, netVolume=521.46, inventory=A120, weighInv=64.00, matPrice=2135.630000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1309.3600, steamFee=0), MaterialDto(materialName=KVV 31X0.75, model=KVV, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=14467.04, factoryPrice=20103.92, netVolume=482.64, inventory=A120, weighInv=64.00, matPrice=2107.330000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 33X1.5, model=KVV, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=28801.34, factoryPrice=40185.72, netVolume=842.27, inventory=A140, weighInv=99.00, matPrice=3316.340000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 6X1.5, model=KVV22, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=6392.79, factoryPrice=8866.96, netVolume=322.40, inventory=A120, weighInv=64.00, matPrice=1759.150000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=436.4600, steamFee=0), MaterialDto(materialName=KVV22 9X1, model=KVV22, specification=9*1, voltage=450/750V, standard=GB, costPrice=6556.21, factoryPrice=9475.26, netVolume=325.35, inventory=A120, weighInv=64.00, matPrice=1772.310000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=602.6100, steamFee=0), MaterialDto(materialName=KVV22 20X0.75, model=KVV22, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=10489.20, factoryPrice=14645.81, netVolume=475.50, inventory=A120, weighInv=64.00, matPrice=2515.190000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=1155.1400, steamFee=0), MaterialDto(materialName=KVV22 24X1, model=KVV22, specification=24*1, voltage=450/750V, standard=GB, costPrice=16002.48, factoryPrice=23173.07, netVolume=650.23, inventory=A140, weighInv=99.00, matPrice=3245.430000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1283.2400, steamFee=0), MaterialDto(materialName=KVV22 35X1.5, model=KVV22, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=32422.27, factoryPrice=45091.62, netVolume=1153.60, inventory=A140, weighInv=99.00, matPrice=5392.720000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1420.6000, steamFee=0), MaterialDto(materialName=KVV32 4X0.75, model=KVV32, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=3424.93, factoryPrice=6974.12, netVolume=305.09, inventory=B100, weighInv=47.00, matPrice=1828.930000, totalCopperConsume=1596.00, totalAluminumConsume=, totalLHCost=3181.7400, steamFee=0), MaterialDto(materialName=KVV32 5X0.75, model=KVV32, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=4010.97, factoryPrice=7909.48, netVolume=341.07, inventory=B100, weighInv=47.00, matPrice=2018.970000, totalCopperConsume=1992.00, totalAluminumConsume=, totalLHCost=3381.5000, steamFee=0), MaterialDto(materialName=KVV32 8X6, model=KVV32, specification=8*6, voltage=450/750V, standard=GB, costPrice=30548.29, factoryPrice=48408.83, netVolume=1354.47, inventory=A140, weighInv=99.00, matPrice=6020.290000, totalCopperConsume=24528.00, totalAluminumConsume=, totalLHCost=3444.3800, steamFee=0), MaterialDto(materialName=KVVP3 11X1.5, model=KVVP3, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=10258.60, factoryPrice=14591.30, netVolume=335.07, inventory=A120, weighInv=64.00, matPrice=1753.990000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=665.2400, steamFee=0), MaterialDto(materialName=KVVP3 20X2.5, model=KVVP3, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=28849.33, factoryPrice=41531.88, netVolume=805.85, inventory=A140, weighInv=99.00, matPrice=3475.280000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1004.5000, steamFee=0), MaterialDto(materialName=KVVP3 25X1, model=KVVP3, specification=25*1, voltage=450/750V, standard=GB, costPrice=15709.08, factoryPrice=22794.66, netVolume=490.73, inventory=A120, weighInv=64.00, matPrice=2410.880000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1094.5200, steamFee=0), MaterialDto(materialName=KVVP3 28X2.5, model=KVVP3, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=40103.63, factoryPrice=57282.90, netVolume=1098.85, inventory=A140, weighInv=99.00, matPrice=4583.800000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1200.4600, steamFee=0), MaterialDto(materialName=KVVP3 32X2.5, model=KVVP3, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=45649.42, factoryPrice=65186.85, netVolume=1236.33, inventory=A140, weighInv=99.00, matPrice=5056.710000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1285.6900, steamFee=0), MaterialDto(materialName=KVVP3 37X1, model=KVVP3, specification=37*1, voltage=450/750V, standard=GB, costPrice=22915.49, factoryPrice=33306.40, netVolume=694.87, inventory=A140, weighInv=99.00, matPrice=3238.760000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1409.7900, steamFee=0), MaterialDto(materialName=KVV 4X0.75, model=KVV, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2050.17, factoryPrice=2941.17, netVolume=92.41, inventory=B80, weighInv=22.00, matPrice=455.370000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=310.3900, steamFee=0), MaterialDto(materialName=KVV 4X4, model=KVV, specification=4*4, voltage=450/750V, standard=GB, costPrice=9071.48, factoryPrice=13058.70, netVolume=261.31, inventory=B100, weighInv=47.00, matPrice=942.210000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=417.2100, steamFee=0), MaterialDto(materialName=KVV 11X1, model=KVV, specification=11*1, voltage=450/750V, standard=GB, costPrice=6802.48, factoryPrice=9876.58, netVolume=223.00, inventory=B100, weighInv=47.00, matPrice=955.500000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=706.0900, steamFee=0), MaterialDto(materialName=KVV 14X0.75, model=KVV, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=6606.67, factoryPrice=9457.88, netVolume=229.03, inventory=B100, weighInv=47.00, matPrice=1024.860000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=681.4500, steamFee=0), MaterialDto(materialName=KVV 16X2.5, model=KVV, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=22795.63, factoryPrice=32393.95, netVolume=652.61, inventory=A140, weighInv=99.00, matPrice=2504.070000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=813.0000, steamFee=0), MaterialDto(materialName=KVV 19X1, model=KVV, specification=19*1, voltage=450/750V, standard=GB, costPrice=11636.74, factoryPrice=16928.91, netVolume=366.93, inventory=A120, weighInv=64.00, matPrice=1537.410000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=875.9200, steamFee=0), MaterialDto(materialName=KVV 27X1, model=KVV, specification=27*1, voltage=450/750V, standard=GB, costPrice=16410.89, factoryPrice=23577.55, netVolume=502.85, inventory=A120, weighInv=64.00, matPrice=2059.200000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1286.7200, steamFee=0), MaterialDto(materialName=KVV22 2X4, model=KVV22, specification=2*4, voltage=450/750V, standard=GB, costPrice=5596.27, factoryPrice=7834.43, netVolume=287.48, inventory=B100, weighInv=47.00, matPrice=1531.630000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=449.4900, steamFee=0), MaterialDto(materialName=KVV22 6X1, model=KVV22, specification=6*1, voltage=450/750V, standard=GB, costPrice=4662.88, factoryPrice=6605.98, netVolume=261.18, inventory=B100, weighInv=47.00, matPrice=1473.610000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=458.8100, steamFee=0), MaterialDto(materialName=KVV22 8X4, model=KVV22, specification=8*4, voltage=450/750V, standard=GB, costPrice=19102.08, factoryPrice=27388.51, netVolume=647.05, inventory=A120, weighInv=64.00, matPrice=2843.540000, totalCopperConsume=16258.54, totalAluminumConsume=, totalLHCost=734.8200, steamFee=0), MaterialDto(materialName=KVV22 10X1.5, model=KVV22, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=10042.88, factoryPrice=13971.15, netVolume=445.79, inventory=A120, weighInv=64.00, matPrice=2320.150000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=783.0100, steamFee=0), MaterialDto(materialName=KVV22 23X1, model=KVV22, specification=23*1, voltage=450/750V, standard=GB, costPrice=15422.19, factoryPrice=22028.36, netVolume=635.86, inventory=A140, weighInv=99.00, matPrice=3196.680000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 23X1.5, model=KVV22, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=21742.84, factoryPrice=30504.27, netVolume=825.81, inventory=A140, weighInv=99.00, matPrice=3980.570000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 28X0.75, model=KVV22, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=14472.19, factoryPrice=19843.22, netVolume=636.06, inventory=A140, weighInv=99.00, matPrice=3308.580000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1359.2700, steamFee=0), MaterialDto(materialName=KVV22 30X0.75, model=KVV22, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=15355.53, factoryPrice=21087.47, netVolume=659.45, inventory=A140, weighInv=99.00, matPrice=3394.520000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1397.8900, steamFee=0), MaterialDto(materialName=KVV22 32X1.5, model=KVV22, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=29539.43, factoryPrice=41358.08, netVolume=1044.06, inventory=A140, weighInv=99.00, matPrice=4826.700000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1457.7900, steamFee=0), MaterialDto(materialName=KVV32 6X1.5, model=KVV32, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=7977.79, factoryPrice=13214.33, netVolume=594.49, inventory=A120, weighInv=64.00, matPrice=3345.790000, totalCopperConsume=4632.00, totalAluminumConsume=, totalLHCost=2766.5300, steamFee=0), MaterialDto(materialName=KVV32 11X1.5, model=KVV32, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=12896.80, factoryPrice=20774.63, netVolume=810.53, inventory=A140, weighInv=99.00, matPrice=4400.800000, totalCopperConsume=8496.00, totalAluminumConsume=, totalLHCost=3862.3200, steamFee=0), MaterialDto(materialName=KVV32 11X4, model=KVV32, specification=11*4, voltage=450/750V, standard=GB, costPrice=29090.31, factoryPrice=44629.47, netVolume=1409.44, inventory=A140, weighInv=99.00, matPrice=6734.310000, totalCopperConsume=22356.00, totalAluminumConsume=, totalLHCost=3378.9300, steamFee=0), MaterialDto(materialName=KVVP3 17X1, model=KVVP3, specification=17*1, voltage=450/750V, standard=GB, costPrice=10895.33, factoryPrice=15995.13, netVolume=357.51, inventory=A120, weighInv=64.00, matPrice=1849.480000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=701.6800, steamFee=0), MaterialDto(materialName=KVVP3 17X2.5, model=KVVP3, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=24745.07, factoryPrice=35527.88, netVolume=714.04, inventory=A140, weighInv=99.00, matPrice=3175.690000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=824.7100, steamFee=0), MaterialDto(materialName=KVVP3 24X2.5, model=KVVP3, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=34546.84, factoryPrice=49623.06, netVolume=962.60, inventory=A140, weighInv=99.00, matPrice=4099.900000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1101.4700, steamFee=0), MaterialDto(materialName=KVVP3 28X0.75, model=KVVP3, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=13564.86, factoryPrice=19057.17, netVolume=458.17, inventory=A120, weighInv=64.00, matPrice=2391.650000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1151.8000, steamFee=0), MaterialDto(materialName=KVVP3 28X1.5, model=KVVP3, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=25096.78, factoryPrice=35655.86, netVolume=751.94, inventory=A140, weighInv=99.00, matPrice=3463.540000, totalCopperConsume=21623.64, totalAluminumConsume=, totalLHCost=1099.3900, steamFee=0), MaterialDto(materialName=KVVP3 32X1.5, model=KVVP3, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=28524.50, factoryPrice=40463.80, netVolume=842.75, inventory=A140, weighInv=99.00, matPrice=3802.170000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1316.3800, steamFee=0), MaterialDto(materialName=KVV 2X1, model=KVV, specification=2*1, voltage=450/750V, standard=GB, costPrice=1426.45, factoryPrice=2117.20, netVolume=72.55, inventory=B80, weighInv=22.00, matPrice=363.360000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=256.4500, steamFee=0), MaterialDto(materialName=KVV 13X0.75, model=KVV, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=6165.00, factoryPrice=8839.31, netVolume=217.34, inventory=B100, weighInv=47.00, matPrice=981.890000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=421.8400, steamFee=0), MaterialDto(materialName=KVV 15X1, model=KVV, specification=15*1, voltage=450/750V, standard=GB, costPrice=9301.48, factoryPrice=13502.68, netVolume=308.82, inventory=A120, weighInv=64.00, matPrice=1328.320000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=733.9800, steamFee=0), MaterialDto(materialName=KVV 21X1.5, model=KVV, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=18406.50, factoryPrice=26006.01, netVolume=547.79, inventory=A120, weighInv=64.00, matPrice=2188.770000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1136.6500, steamFee=0), MaterialDto(materialName=KVV 22X1.5, model=KVV, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=19418.80, factoryPrice=27413.00, netVolume=595.59, inventory=A140, weighInv=99.00, matPrice=2428.800000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1159.2900, steamFee=0), MaterialDto(materialName=KVV 23X2.5, model=KVV, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=32598.49, factoryPrice=46265.56, netVolume=911.11, inventory=A140, weighInv=99.00, matPrice=3429.380000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 26X2.5, model=KVV, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=36712.15, factoryPrice=51577.52, netVolume=1007.53, inventory=A140, weighInv=99.00, matPrice=3738.370000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 30X1, model=KVV, specification=30*1, voltage=450/750V, standard=GB, costPrice=18179.45, factoryPrice=26132.41, netVolume=550.19, inventory=A120, weighInv=64.00, matPrice=2233.130000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1381.8200, steamFee=0), MaterialDto(materialName=KVV22 10X0.75, model=KVV22, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=5793.32, factoryPrice=7922.12, netVolume=319.86, inventory=A120, weighInv=64.00, matPrice=1806.320000, totalCopperConsume=3987.01, totalAluminumConsume=, totalLHCost=634.8200, steamFee=0), MaterialDto(materialName=KVV22 14X2.5, model=KVV22, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=21312.38, factoryPrice=30345.48, netVolume=764.00, inventory=A140, weighInv=99.00, matPrice=3557.270000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=844.7400, steamFee=0), MaterialDto(materialName=KVV22 15X2.5, model=KVV22, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=22806.45, factoryPrice=32420.02, netVolume=815.22, inventory=A140, weighInv=99.00, matPrice=3783.120000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=901.1900, steamFee=0), MaterialDto(materialName=KVV22 21X1.5, model=KVV22, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=19817.44, factoryPrice=27965.21, netVolume=748.63, inventory=A140, weighInv=99.00, matPrice=3599.710000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1228.7400, steamFee=0), MaterialDto(materialName=KVV22 31X0.75, model=KVV22, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=15880.91, factoryPrice=21954.10, netVolume=683.89, inventory=A140, weighInv=99.00, matPrice=3521.200000, totalCopperConsume=12359.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 2X1.5, model=KVV32, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=3388.24, factoryPrice=6967.01, netVolume=308.29, inventory=B100, weighInv=47.00, matPrice=1846.240000, totalCopperConsume=1542.00, totalAluminumConsume=, totalLHCost=3224.4400, steamFee=0), MaterialDto(materialName=KVV32 5X1.5, model=KVV32, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=6310.49, factoryPrice=11564.02, netVolume=433.18, inventory=A120, weighInv=64.00, matPrice=2446.490000, totalCopperConsume=3864.00, totalAluminumConsume=, totalLHCost=3758.6700, steamFee=0), MaterialDto(materialName=KVV32 7X1.5, model=KVV32, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=8797.87, factoryPrice=14503.61, netVolume=609.83, inventory=A120, weighInv=64.00, matPrice=3391.870000, totalCopperConsume=5406.00, totalAluminumConsume=, totalLHCost=2870.9900, steamFee=0), MaterialDto(materialName=KVV32 12X1, model=KVV32, specification=12*1, voltage=450/750V, standard=GB, costPrice=10152.75, factoryPrice=17120.88, netVolume=683.59, inventory=A120, weighInv=64.00, matPrice=3774.750000, totalCopperConsume=6378.00, totalAluminumConsume=, totalLHCost=3609.5600, steamFee=0), MaterialDto(materialName=KVV32 18X1.5, model=KVV32, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=20124.15, factoryPrice=30890.58, netVolume=1200.69, inventory=A140, weighInv=99.00, matPrice=6222.150000, totalCopperConsume=13902.00, totalAluminumConsume=, totalLHCost=3907.5400, steamFee=0), MaterialDto(materialName=KVV32 22X0.75, model=KVV32, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=13710.18, factoryPrice=22230.60, netVolume=896.33, inventory=A140, weighInv=99.00, matPrice=4938.180000, totalCopperConsume=8772.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 36X0.75, model=KVVP2-22, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=20768.15, factoryPrice=28613.01, netVolume=850.42, inventory=A140, weighInv=99.00, matPrice=6411.020000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1703.8000, steamFee=0), MaterialDto(materialName=KVVP3 7X0.75, model=KVVP3, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=3687.48, factoryPrice=5326.97, netVolume=138.69, inventory=B100, weighInv=47.00, matPrice=886.970000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=330.3800, steamFee=0), MaterialDto(materialName=KVVP3 16X2.5, model=KVVP3, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=23293.09, factoryPrice=33455.71, netVolume=670.94, inventory=A140, weighInv=99.00, matPrice=2991.930000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=812.3500, steamFee=0), MaterialDto(materialName=KVVP3 19X4, model=KVVP3, specification=19*4, voltage=450/750V, standard=GB, costPrice=42521.59, factoryPrice=61418.55, netVolume=1063.87, inventory=A140, weighInv=99.00, matPrice=3897.970000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=983.6200, steamFee=0), MaterialDto(materialName=KVVP3 33X1.5, model=KVVP3, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=29364.27, factoryPrice=41701.73, netVolume=863.15, inventory=A140, weighInv=99.00, matPrice=3869.670000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 35X1.5, model=KVVP3, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=31109.85, factoryPrice=44124.66, netVolume=912.19, inventory=A140, weighInv=99.00, matPrice=4070.700000, totalCopperConsume=27029.54, totalAluminumConsume=, totalLHCost=1233.3400, steamFee=0), MaterialDto(materialName=KVV 10X6, model=KVV, specification=10*6, voltage=450/750V, standard=GB, costPrice=32952.74, factoryPrice=47101.38, netVolume=812.68, inventory=A140, weighInv=99.00, matPrice=2290.230000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=642.1800, steamFee=0), MaterialDto(materialName=KVV 13X6, model=KVV, specification=13*6, voltage=450/750V, standard=GB, costPrice=42605.01, factoryPrice=60920.85, netVolume=1017.92, inventory=A140, weighInv=99.00, matPrice=2743.750000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=729.0500, steamFee=0), MaterialDto(materialName=KVV 26X1, model=KVV, specification=26*1, voltage=450/750V, standard=GB, costPrice=15830.59, factoryPrice=22732.25, netVolume=488.48, inventory=A120, weighInv=64.00, matPrice=2010.450000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 26X1.5, model=KVV, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=22834.81, factoryPrice=31848.06, netVolume=685.18, inventory=A140, weighInv=99.00, matPrice=2755.720000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 32X0.75, model=KVV, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=14908.71, factoryPrice=20711.43, netVolume=494.33, inventory=A120, weighInv=64.00, matPrice=2150.300000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 32X1, model=KVV, specification=32*1, voltage=450/750V, standard=GB, costPrice=19379.41, factoryPrice=28001.55, netVolume=585.73, inventory=A120, weighInv=64.00, matPrice=2370.010000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1386.3000, steamFee=0), MaterialDto(materialName=KVV 35X1, model=KVV, specification=35*1, voltage=450/750V, standard=GB, costPrice=21271.01, factoryPrice=30550.88, netVolume=652.56, inventory=A140, weighInv=99.00, matPrice=2666.970000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1515.7600, steamFee=0), MaterialDto(materialName=KVV 37X1.5, model=KVV, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=32186.09, factoryPrice=44927.30, netVolume=926.31, inventory=A140, weighInv=99.00, matPrice=3612.000000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1374.9000, steamFee=0), MaterialDto(materialName=KVV22 2X1.5, model=KVV22, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=2799.63, factoryPrice=3641.11, netVolume=214.72, inventory=B100, weighInv=47.00, matPrice=1255.080000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=365.7700, steamFee=0), MaterialDto(materialName=KVV22 7X1, model=KVV22, specification=7*1, voltage=450/750V, standard=GB, costPrice=5221.92, factoryPrice=7479.72, netVolume=270.49, inventory=B100, weighInv=47.00, matPrice=1501.110000, totalCopperConsume=3720.81, totalAluminumConsume=, totalLHCost=484.4400, steamFee=0), MaterialDto(materialName=KVV22 19X6, model=KVV22, specification=19*6, voltage=450/750V, standard=GB, costPrice=63911.95, factoryPrice=92113.21, netVolume=1708.48, inventory=A140, weighInv=99.00, matPrice=5653.180000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=1230.8000, steamFee=0), MaterialDto(materialName=KVV22 30X1.5, model=KVV22, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=27753.46, factoryPrice=38863.26, netVolume=986.97, inventory=A140, weighInv=99.00, matPrice=4585.280000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1270.0600, steamFee=0), MaterialDto(materialName=KVV22 37X2.5, model=KVV22, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=54343.79, factoryPrice=76730.33, netVolume=1722.14, inventory=A160, weighInv=159.00, matPrice=7419.570000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1580.0800, steamFee=0), MaterialDto(materialName=KVV32 7X4, model=KVV32, specification=7*4, voltage=450/750V, standard=GB, costPrice=18832.41, factoryPrice=30220.66, netVolume=926.24, inventory=A140, weighInv=99.00, matPrice=4606.410000, totalCopperConsume=14226.00, totalAluminumConsume=, totalLHCost=3438.1000, steamFee=0), MaterialDto(materialName=KVV32 15X2.5, model=KVV32, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=25947.54, factoryPrice=40228.38, netVolume=1381.96, inventory=A140, weighInv=99.00, matPrice=6921.540000, totalCopperConsume=19026.00, totalAluminumConsume=, totalLHCost=3639.4700, steamFee=0), MaterialDto(materialName=KVV32 17X6, model=KVV32, specification=17*6, voltage=450/750V, standard=GB, costPrice=61823.03, factoryPrice=95778.02, netVolume=2361.94, inventory=A160, weighInv=159.00, matPrice=9695.030000, totalCopperConsume=52128.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 18X6, model=KVV32, specification=18*6, voltage=450/750V, standard=GB, costPrice=65016.73, factoryPrice=100709.20, netVolume=2427.34, inventory=A160, weighInv=159.00, matPrice=9822.730000, totalCopperConsume=55194.00, totalAluminumConsume=, totalLHCost=4189.3100, steamFee=0), MaterialDto(materialName=KVV32 20X0.75, model=KVV32, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=12527.07, factoryPrice=20472.06, netVolume=824.28, inventory=A140, weighInv=99.00, matPrice=4553.070000, totalCopperConsume=7974.00, totalAluminumConsume=, totalLHCost=4409.1800, steamFee=0), MaterialDto(materialName=KVV32 21X1.5, model=KVV32, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=22800.24, factoryPrice=35126.56, netVolume=1286.82, inventory=A140, weighInv=99.00, matPrice=6582.240000, totalCopperConsume=16218.00, totalAluminumConsume=, totalLHCost=241.8100, steamFee=0), MaterialDto(materialName=KVVP 7X2.5, model=KVVP, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=12289.93, factoryPrice=19455.33, netVolume=343.51, inventory=A120, weighInv=64.00, matPrice=3254.030000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=534.2100, steamFee=0), MaterialDto(materialName=KVVP 8X0.75, model=KVVP, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=5413.44, factoryPrice=8357.41, netVolume=171.52, inventory=B100, weighInv=47.00, matPrice=2111.110000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=527.8700, steamFee=0), MaterialDto(materialName=KVVP 14X1.5, model=KVVP, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=14962.45, factoryPrice=23447.20, netVolume=429.48, inventory=A120, weighInv=64.00, matPrice=3964.420000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=869.4400, steamFee=0), MaterialDto(materialName=KVVP2 6X1.5, model=KVVP2, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=6795.57, factoryPrice=9509.23, netVolume=208.73, inventory=B100, weighInv=47.00, matPrice=2158.020000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=293.4500, steamFee=0), MaterialDto(materialName=KVVP2 20X2.5, model=KVVP2, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=30909.29, factoryPrice=44070.15, netVolume=831.26, inventory=A140, weighInv=99.00, matPrice=5540.930000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1004.5000, steamFee=0), MaterialDto(materialName=KVVP22 5X0.75, model=KVVP22, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=5513.60, factoryPrice=7249.83, netVolume=286.87, inventory=B100, weighInv=47.00, matPrice=3370.970000, totalCopperConsume=1992.00, totalAluminumConsume=, totalLHCost=473.4100, steamFee=0), MaterialDto(materialName=KVVP2-22 11X0.75, model=KVVP2-22, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=7891.76, factoryPrice=10841.17, netVolume=397.19, inventory=A120, weighInv=64.00, matPrice=3502.140000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=756.5600, steamFee=0), MaterialDto(materialName=KVVP2-22 21X1, model=KVVP2-22, specification=21*1, voltage=450/750V, standard=GB, costPrice=16039.21, factoryPrice=23012.70, netVolume=637.19, inventory=A120, weighInv=64.00, matPrice=4872.880000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=1310.5600, steamFee=0), MaterialDto(materialName=KVVP3 9X6, model=KVVP3, specification=9*6, voltage=450/750V, standard=GB, costPrice=30172.27, factoryPrice=44119.13, netVolume=751.95, inventory=A140, weighInv=99.00, matPrice=2566.410000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 12X1, model=KVVP3, specification=12*1, voltage=450/750V, standard=GB, costPrice=7846.85, factoryPrice=11563.23, netVolume=267.19, inventory=B100, weighInv=47.00, matPrice=1458.720000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=584.3800, steamFee=0), MaterialDto(materialName=KVVP3 16X1, model=KVVP3, specification=16*1, voltage=450/750V, standard=GB, costPrice=10263.88, factoryPrice=15089.00, netVolume=336.82, inventory=A120, weighInv=64.00, matPrice=1749.570000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=691.1300, steamFee=0), MaterialDto(materialName=KVVP3 21X0.75, model=KVVP3, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=10305.74, factoryPrice=14664.77, netVolume=357.32, inventory=A120, weighInv=64.00, matPrice=1923.430000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 22X1, model=KVVP3, specification=22*1, voltage=450/750V, standard=GB, costPrice=13897.62, factoryPrice=20434.93, netVolume=439.69, inventory=A120, weighInv=64.00, matPrice=2194.050000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1051.6900, steamFee=0), MaterialDto(materialName=KVVP3 33X2.5, model=KVVP3, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=47015.20, factoryPrice=67136.57, netVolume=1267.93, inventory=A140, weighInv=99.00, matPrice=5154.260000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 10X1.5, model=KVV, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=9008.99, factoryPrice=12715.05, netVolume=299.47, inventory=A120, weighInv=64.00, matPrice=1286.260000, totalCopperConsume=7722.73, totalAluminumConsume=, totalLHCost=673.1500, steamFee=0), MaterialDto(materialName=KVV 18X1.5, model=KVV, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=15859.22, factoryPrice=22387.02, netVolume=483.20, inventory=A120, weighInv=64.00, matPrice=1958.310000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=866.7800, steamFee=0), MaterialDto(materialName=KVV 31X2.5, model=KVV, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=43647.24, factoryPrice=61334.02, netVolume=1182.75, inventory=A140, weighInv=99.00, matPrice=4332.350000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1249.0300, steamFee=0), MaterialDto(materialName=KVV22 6X4, model=KVV22, specification=6*4, voltage=450/750V, standard=GB, costPrice=14631.79, factoryPrice=20831.51, netVolume=532.26, inventory=A120, weighInv=64.00, matPrice=2437.890000, totalCopperConsume=12193.90, totalAluminumConsume=, totalLHCost=590.4600, steamFee=0), MaterialDto(materialName=KVV22 7X4, model=KVV22, specification=7*4, voltage=450/750V, standard=GB, costPrice=16741.00, factoryPrice=23987.56, netVolume=568.33, inventory=A120, weighInv=64.00, matPrice=2514.780000, totalCopperConsume=14226.22, totalAluminumConsume=, totalLHCost=620.3000, steamFee=0), MaterialDto(materialName=KVV22 10X1, model=KVV22, specification=10*1, voltage=450/750V, standard=GB, costPrice=7224.29, factoryPrice=10292.91, netVolume=353.09, inventory=A120, weighInv=64.00, matPrice=1908.850000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=647.1900, steamFee=0), MaterialDto(materialName=KVV22 12X0.75, model=KVV22, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=6704.83, factoryPrice=9240.63, netVolume=346.25, inventory=A120, weighInv=64.00, matPrice=1920.420000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=672.2200, steamFee=0), MaterialDto(materialName=KVV22 13X6, model=KVV22, specification=13*6, voltage=450/750V, standard=GB, costPrice=44432.67, factoryPrice=63780.65, netVolume=1271.82, inventory=A140, weighInv=99.00, matPrice=4571.400000, totalCopperConsume=39861.26, totalAluminumConsume=, totalLHCost=1008.3900, steamFee=0), MaterialDto(materialName=KVV22 15X6, model=KVV22, specification=15*6, voltage=450/750V, standard=GB, costPrice=51011.48, factoryPrice=73314.37, netVolume=1433.02, inventory=A140, weighInv=99.00, matPrice=5017.710000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=1107.4500, steamFee=0), MaterialDto(materialName=KVV22 20X1, model=KVV22, specification=20*1, voltage=450/750V, standard=GB, costPrice=13319.30, factoryPrice=19341.57, netVolume=537.36, inventory=A120, weighInv=64.00, matPrice=2688.420000, totalCopperConsume=10630.88, totalAluminumConsume=, totalLHCost=1183.2400, steamFee=0), MaterialDto(materialName=KVV22 25X1.5, model=KVV22, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=23465.96, factoryPrice=32728.12, netVolume=872.10, inventory=A140, weighInv=99.00, matPrice=4159.140000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1273.9600, steamFee=0), MaterialDto(materialName=KVVP3 16X6, model=KVVP3, specification=16*6, voltage=450/750V, standard=GB, costPrice=52872.65, factoryPrice=76293.46, netVolume=1253.41, inventory=A140, weighInv=99.00, matPrice=3803.020000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=977.0300, steamFee=0), MaterialDto(materialName=KVVP3 18X0.75, model=KVVP3, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=8947.28, factoryPrice=12713.47, netVolume=319.89, inventory=A120, weighInv=64.00, matPrice=1761.070000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 19X1.5, model=KVVP3, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=17130.60, factoryPrice=24467.88, netVolume=514.93, inventory=A120, weighInv=64.00, matPrice=2447.810000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=792.9700, steamFee=0), MaterialDto(materialName=KVVP3 23X2.5, model=KVVP3, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=33181.06, factoryPrice=47539.83, netVolume=931.00, inventory=A140, weighInv=99.00, matPrice=4002.350000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 37X0.75, model=KVVP3, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=17622.95, factoryPrice=24753.86, netVolume=572.21, inventory=A140, weighInv=99.00, matPrice=2861.430000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1338.5900, steamFee=0), MaterialDto(materialName=KVV 5X0.75, model=KVV, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=2535.31, factoryPrice=3610.30, netVolume=112.37, inventory=B80, weighInv=22.00, matPrice=541.800000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=341.5000, steamFee=0), MaterialDto(materialName=KVV 11X4, model=KVV, specification=11*4, voltage=450/750V, standard=GB, costPrice=24477.01, factoryPrice=34696.80, netVolume=633.11, inventory=A140, weighInv=99.00, matPrice=2121.530000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=673.0000, steamFee=0), MaterialDto(materialName=KVV 13X1.5, model=KVV, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=11572.64, factoryPrice=16359.32, netVolume=366.71, inventory=A120, weighInv=64.00, matPrice=1533.090000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=738.1300, steamFee=0), MaterialDto(materialName=KVV 15X0.75, model=KVV, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=7196.21, factoryPrice=10119.90, netVolume=264.27, inventory=B100, weighInv=47.00, matPrice=1215.700000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 17X1, model=KVV, specification=17*1, voltage=450/750V, standard=GB, costPrice=10497.41, factoryPrice=15229.62, netVolume=343.26, inventory=A120, weighInv=64.00, matPrice=1461.160000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=781.8400, steamFee=0), MaterialDto(materialName=KVV 17X2.5, model=KVV, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=24224.55, factoryPrice=34451.11, netVolume=694.81, inventory=A140, weighInv=99.00, matPrice=2664.770000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=823.3100, steamFee=0), MaterialDto(materialName=KVV 28X0.75, model=KVV, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=13106.46, factoryPrice=18213.45, netVolume=441.57, inventory=A120, weighInv=64.00, matPrice=1942.850000, totalCopperConsume=11163.61, totalAluminumConsume=, totalLHCost=1295.1200, steamFee=0), MaterialDto(materialName=KVV 28X2.5, model=KVV, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=39489.22, factoryPrice=55519.62, netVolume=1077.72, inventory=A140, weighInv=99.00, matPrice=3979.000000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1193.8200, steamFee=0), MaterialDto(materialName=KVV 32X2.5, model=KVV, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=45013.02, factoryPrice=63241.08, netVolume=1214.35, inventory=A140, weighInv=99.00, matPrice=4429.900000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1271.6700, steamFee=0), MaterialDto(materialName=KVV22 14X6, model=KVV22, specification=14*6, voltage=450/750V, standard=GB, costPrice=47626.81, factoryPrice=68490.63, netVolume=1337.25, inventory=A140, weighInv=99.00, matPrice=4699.290000, totalCopperConsume=42927.52, totalAluminumConsume=, totalLHCost=1042.0700, steamFee=0), MaterialDto(materialName=KVV22 28X1, model=KVV22, specification=28*1, voltage=450/750V, standard=GB, costPrice=18431.53, factoryPrice=26459.47, netVolume=722.54, inventory=A140, weighInv=99.00, matPrice=3548.300000, totalCopperConsume=14883.23, totalAluminumConsume=, totalLHCost=1350.7500, steamFee=0), MaterialDto(materialName=KVV22 30X1, model=KVV22, specification=30*1, voltage=450/750V, standard=GB, costPrice=19592.12, factoryPrice=28169.82, netVolume=751.28, inventory=A140, weighInv=99.00, matPrice=3645.800000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1390.6900, steamFee=0), MaterialDto(materialName=KVV22 34X1, model=KVV22, specification=34*1, voltage=450/750V, standard=GB, costPrice=22090.95, factoryPrice=31752.47, netVolume=835.69, inventory=A140, weighInv=99.00, matPrice=4018.450000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1456.9400, steamFee=0), MaterialDto(materialName=KVV32 9X6, model=KVV32, specification=9*6, voltage=450/750V, standard=GB, costPrice=34181.25, factoryPrice=53866.15, netVolume=1493.17, inventory=A140, weighInv=99.00, matPrice=6587.250000, totalCopperConsume=27594.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 16X0.75, model=KVV32, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=10447.26, factoryPrice=16952.61, netVolume=729.23, inventory=A140, weighInv=99.00, matPrice=4069.260000, totalCopperConsume=6378.00, totalAluminumConsume=, totalLHCost=3904.9000, steamFee=0), MaterialDto(materialName=KVV32 18X0.75, model=KVV32, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=11459.28, factoryPrice=18881.00, netVolume=773.50, inventory=A140, weighInv=99.00, matPrice=4283.280000, totalCopperConsume=7176.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 19X1.5, model=KVV32, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=20944.23, factoryPrice=32164.06, netVolume=1216.03, inventory=A140, weighInv=99.00, matPrice=6268.230000, totalCopperConsume=14676.00, totalAluminumConsume=, totalLHCost=3649.2300, steamFee=0), MaterialDto(materialName=KVV32 22X1, model=KVV32, specification=22*1, voltage=450/750V, standard=GB, costPrice=17507.55, factoryPrice=27854.61, netVolume=1104.20, inventory=A140, weighInv=99.00, matPrice=5813.550000, totalCopperConsume=11694.00, totalAluminumConsume=, totalLHCost=245.1400, steamFee=0), MaterialDto(materialName=KVV32 25X0.75, model=KVV32, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=15907.42, factoryPrice=24240.36, netVolume=1101.18, inventory=A140, weighInv=99.00, matPrice=5941.420000, totalCopperConsume=9966.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 3X2.5, model=KVVR, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=4404.20, factoryPrice=6804.27, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=770.650000, totalCopperConsume=3633.55, totalAluminumConsume=, totalLHCost=394.2100, steamFee=0), MaterialDto(materialName=KVVP2-22 32X2.5, model=KVVP2-22, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=50967.91, factoryPrice=71687.76, netVolume=1671.93, inventory=A160, weighInv=159.00, matPrice=10380.890000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1568.0600, steamFee=0), MaterialDto(materialName=KVVP3 2X6, model=KVVP3, specification=2*6, voltage=450/750V, standard=GB, costPrice=7161.12, factoryPrice=10526.75, netVolume=215.30, inventory=B100, weighInv=47.00, matPrice=1019.020000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=345.3800, steamFee=0), MaterialDto(materialName=KVVP3 9X1, model=KVVP3, specification=9*1, voltage=450/750V, standard=GB, costPrice=5931.25, factoryPrice=8847.21, netVolume=199.88, inventory=B100, weighInv=47.00, matPrice=1137.750000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=472.2500, steamFee=0), MaterialDto(materialName=KVVP3 13X1, model=KVVP3, specification=13*1, voltage=450/750V, standard=GB, costPrice=8468.54, factoryPrice=12464.62, netVolume=286.34, inventory=B100, weighInv=47.00, matPrice=1548.870000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=598.9100, steamFee=0), MaterialDto(materialName=KVVP3 15X1.5, model=KVVP3, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=13731.65, factoryPrice=19595.16, netVolume=430.92, inventory=A120, weighInv=64.00, matPrice=2137.950000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=770.6600, steamFee=0), MaterialDto(materialName=KVVP3 16X0.75, model=KVVP3, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=8009.66, factoryPrice=11406.81, netVolume=289.20, inventory=B100, weighInv=47.00, matPrice=1620.850000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=646.6900, steamFee=0), MaterialDto(materialName=KVV 18X1, model=KVV, specification=18*1, voltage=450/750V, standard=GB, costPrice=11077.70, factoryPrice=16087.56, netVolume=357.63, inventory=A120, weighInv=64.00, matPrice=1509.910000, totalCopperConsume=9567.79, totalAluminumConsume=, totalLHCost=781.5000, steamFee=0), MaterialDto(materialName=KVV 20X2.5, model=KVV, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=28316.96, factoryPrice=40356.36, netVolume=786.17, inventory=A140, weighInv=99.00, matPrice=2952.510000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1013.5900, steamFee=0), MaterialDto(materialName=KVV 22X0.75, model=KVV, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=10387.83, factoryPrice=14588.93, netVolume=361.25, inventory=A120, weighInv=64.00, matPrice=1616.420000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 24X2.5, model=KVV, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=33964.27, factoryPrice=48291.91, netVolume=942.71, inventory=A140, weighInv=99.00, matPrice=3526.930000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1103.2600, steamFee=0), MaterialDto(materialName=KVV 35X0.75, model=KVV, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=16272.84, factoryPrice=22582.15, netVolume=536.13, inventory=A120, weighInv=64.00, matPrice=2318.330000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1467.8300, steamFee=0), MaterialDto(materialName=KVV22 4X0.75, model=KVV22, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2845.40, factoryPrice=3724.85, netVolume=213.53, inventory=B100, weighInv=47.00, matPrice=1250.600000, totalCopperConsume=1594.80, totalAluminumConsume=, totalLHCost=404.0700, steamFee=0), MaterialDto(materialName=KVV22 17X6, model=KVV22, specification=17*6, voltage=450/750V, standard=GB, costPrice=57576.80, factoryPrice=82864.68, netVolume=1590.27, inventory=A140, weighInv=99.00, matPrice=5450.530000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 35X1, model=KVV22, specification=35*1, voltage=450/750V, standard=GB, costPrice=22671.24, factoryPrice=32630.16, netVolume=850.06, inventory=A140, weighInv=99.00, matPrice=4067.200000, totalCopperConsume=18604.04, totalAluminumConsume=, totalLHCost=1533.5700, steamFee=0), MaterialDto(materialName=KVV32 8X2.5, model=KVV32, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=14602.23, factoryPrice=23993.88, netVolume=841.52, inventory=A140, weighInv=99.00, matPrice=4456.220000, totalCopperConsume=10146.00, totalAluminumConsume=, totalLHCost=3457.0600, steamFee=0), MaterialDto(materialName=KVV32 9X0.75, model=KVV32, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=6809.17, factoryPrice=11691.21, netVolume=559.52, inventory=A120, weighInv=64.00, matPrice=3221.170000, totalCopperConsume=3588.00, totalAluminumConsume=, totalLHCost=2873.1000, steamFee=0), MaterialDto(materialName=KVV32 9X4, model=KVV32, specification=9*4, voltage=450/750V, standard=GB, costPrice=24357.74, factoryPrice=38270.76, netVolume=1247.02, inventory=A140, weighInv=99.00, matPrice=6069.740000, totalCopperConsume=18288.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 10X2.5, model=KVV32, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=18529.60, factoryPrice=28785.23, netVolume=1126.69, inventory=A140, weighInv=99.00, matPrice=5845.600000, totalCopperConsume=12684.00, totalAluminumConsume=, totalLHCost=3153.6000, steamFee=0), MaterialDto(materialName=KVV32 10X4, model=KVV32, specification=10*4, voltage=450/750V, standard=GB, costPrice=26811.80, factoryPrice=41332.80, netVolume=1344.08, inventory=A140, weighInv=99.00, matPrice=6489.800000, totalCopperConsume=20322.00, totalAluminumConsume=, totalLHCost=3280.3400, steamFee=0), MaterialDto(materialName=KVV32 12X6, model=KVV32, specification=12*6, voltage=450/750V, standard=GB, costPrice=44303.72, factoryPrice=68708.67, netVolume=1778.17, inventory=A140, weighInv=99.00, matPrice=7505.720000, totalCopperConsume=36798.00, totalAluminumConsume=, totalLHCost=3748.5200, steamFee=0), MaterialDto(materialName=KVV32 30X1.5, model=KVV32, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=31278.92, factoryPrice=47378.67, netVolume=1624.54, inventory=A140, weighInv=99.00, matPrice=8112.920000, totalCopperConsume=23166.00, totalAluminumConsume=, totalLHCost=4007.7600, steamFee=0), MaterialDto(materialName=KVVR 11X6, model=KVVR, specification=11*6, voltage=450/750V, standard=GB, costPrice=35518.99, factoryPrice=54590.58, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3358.120000, totalCopperConsume=32160.86, totalAluminumConsume=, totalLHCost=868.2100, steamFee=0), MaterialDto(materialName=KVVR 20X1, model=KVVR, specification=20*1, voltage=450/750V, standard=GB, costPrice=12020.31, factoryPrice=18802.00, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2066.720000, totalCopperConsume=9953.59, totalAluminumConsume=, totalLHCost=1143.1300, steamFee=0), MaterialDto(materialName=KVVR 23X1.5, model=KVVR, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=19757.21, factoryPrice=30168.52, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3037.250000, totalCopperConsume=16719.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 24X1, model=KVVR, specification=24*1, voltage=450/750V, standard=GB, costPrice=14405.27, factoryPrice=22469.18, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2460.960000, totalCopperConsume=11944.31, totalAluminumConsume=, totalLHCost=1252.2700, steamFee=0), MaterialDto(materialName=KVVP2-22 25X1, model=KVVP2-22, specification=25*1, voltage=450/750V, standard=GB, costPrice=19012.04, factoryPrice=26787.32, netVolume=756.73, inventory=A140, weighInv=99.00, matPrice=5719.530000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1491.3900, steamFee=0), MaterialDto(materialName=KVVP2-22 26X1.5, model=KVVP2-22, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=27150.37, factoryPrice=37518.68, netVolume=995.06, inventory=A140, weighInv=99.00, matPrice=7067.370000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 28X2.5, model=KVVP2-22, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=45215.92, factoryPrice=63458.33, netVolume=1518.95, inventory=A160, weighInv=159.00, matPrice=9701.780000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1482.8300, steamFee=0), MaterialDto(materialName=KVVP2-22 31X2.5, model=KVVP2-22, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=49602.14, factoryPrice=69657.46, netVolume=1640.33, inventory=A160, weighInv=159.00, matPrice=10283.340000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1543.3100, steamFee=0), MaterialDto(materialName=KVVP2-22 34X1.5, model=KVVP2-22, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=34700.97, factoryPrice=47937.20, netVolume=1241.30, inventory=A140, weighInv=99.00, matPrice=8439.790000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1494.4700, steamFee=0), MaterialDto(materialName=KVVP3 4X6, model=KVVP3, specification=4*6, voltage=450/750V, standard=GB, costPrice=13779.75, factoryPrice=20201.88, netVolume=377.07, inventory=A120, weighInv=64.00, matPrice=1505.140000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=412.7300, steamFee=0), MaterialDto(materialName=KVVP3 6X1.5, model=KVVP3, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=5763.01, factoryPrice=8280.78, netVolume=196.06, inventory=B100, weighInv=47.00, matPrice=1119.770000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=293.4500, steamFee=0), MaterialDto(materialName=KVVP3 6X2.5, model=KVVP3, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=9157.66, factoryPrice=13256.20, netVolume=296.39, inventory=B100, weighInv=47.00, matPrice=1538.720000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=439.1600, steamFee=0), MaterialDto(materialName=KVVP3 32X1, model=KVVP3, specification=32*1, voltage=450/750V, standard=GB, costPrice=19980.04, factoryPrice=28992.21, netVolume=621.13, inventory=A140, weighInv=99.00, matPrice=2961.030000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1248.4000, steamFee=0), MaterialDto(materialName=KVV 11X0.75, model=KVV, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=5260.19, factoryPrice=7382.55, netVolume=190.68, inventory=B100, weighInv=47.00, matPrice=874.490000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=608.3300, steamFee=0), MaterialDto(materialName=KVV 22X1, model=KVV, specification=22*1, voltage=450/750V, standard=GB, costPrice=13462.78, factoryPrice=19559.61, netVolume=424.00, inventory=A120, weighInv=64.00, matPrice=1768.810000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1160.5200, steamFee=0), MaterialDto(materialName=KVV 24X0.75, model=KVV, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=11309.01, factoryPrice=15875.05, netVolume=391.05, inventory=A120, weighInv=64.00, matPrice=1740.200000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1204.5600, steamFee=0), MaterialDto(materialName=KVV22 3X4, model=KVV22, specification=3*4, voltage=450/750V, standard=GB, costPrice=7785.39, factoryPrice=11047.36, netVolume=336.10, inventory=A120, weighInv=64.00, matPrice=1688.440000, totalCopperConsume=6096.95, totalAluminumConsume=, totalLHCost=479.3300, steamFee=0), MaterialDto(materialName=KVV22 10X6, model=KVV22, specification=10*6, voltage=450/750V, standard=GB, costPrice=34407.01, factoryPrice=49550.38, netVolume=1017.69, inventory=A140, weighInv=99.00, matPrice=3744.490000, totalCopperConsume=30662.51, totalAluminumConsume=, totalLHCost=825.8800, steamFee=0), MaterialDto(materialName=KVV22 20X2.5, model=KVV22, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=29800.87, factoryPrice=42691.60, netVolume=995.29, inventory=A140, weighInv=99.00, matPrice=4436.430000, totalCopperConsume=25364.45, totalAluminumConsume=, totalLHCost=1128.9700, steamFee=0), MaterialDto(materialName=KVV22 31X1.5, model=KVV22, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=28699.65, factoryPrice=40173.87, netVolume=1023.66, inventory=A140, weighInv=99.00, matPrice=4759.200000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1436.5500, steamFee=0), MaterialDto(materialName=KVV22 33X0.75, model=KVV22, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=16764.25, factoryPrice=23210.20, netVolume=707.27, inventory=A140, weighInv=99.00, matPrice=3607.140000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 4X6, model=KVV32, specification=4*6, voltage=450/750V, standard=GB, costPrice=16218.37, factoryPrice=26623.00, netVolume=817.54, inventory=A140, weighInv=99.00, matPrice=3954.370000, totalCopperConsume=12264.00, totalAluminumConsume=, totalLHCost=3176.5500, steamFee=0), MaterialDto(materialName=KVV32 8X1, model=KVV32, specification=8*1, voltage=450/750V, standard=GB, costPrice=7366.54, factoryPrice=12938.62, netVolume=551.41, inventory=A120, weighInv=64.00, matPrice=3112.540000, totalCopperConsume=4254.00, totalAluminumConsume=, totalLHCost=2823.3700, steamFee=0), MaterialDto(materialName=KVV32 25X1.5, model=KVV32, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=26836.43, factoryPrice=40591.78, netVolume=1481.01, inventory=A140, weighInv=99.00, matPrice=7528.430000, totalCopperConsume=19308.00, totalAluminumConsume=, totalLHCost=269.8900, steamFee=0), MaterialDto(materialName=KVV32 32X1.5, model=KVV32, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=33137.79, factoryPrice=50157.10, netVolume=1694.80, inventory=A160, weighInv=159.00, matPrice=8423.790000, totalCopperConsume=24714.00, totalAluminumConsume=, totalLHCost=293.2200, steamFee=0), MaterialDto(materialName=KVV32 34X2.5, model=KVV32, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=55824.94, factoryPrice=83379.76, netVolume=2694.59, inventory=A160, weighInv=159.00, matPrice=12702.940000, totalCopperConsume=43122.00, totalAluminumConsume=, totalLHCost=4522.2000, steamFee=0), MaterialDto(materialName=KVVR 6X6, model=KVVR, specification=6*6, voltage=450/750V, standard=GB, costPrice=19541.21, factoryPrice=30339.16, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1998.920000, totalCopperConsume=17542.29, totalAluminumConsume=, totalLHCost=591.7000, steamFee=0), MaterialDto(materialName=KVVR 8X0.75, model=KVVR, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=3797.19, factoryPrice=5825.46, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=813.560000, totalCopperConsume=2983.63, totalAluminumConsume=, totalLHCost=493.2500, steamFee=0), MaterialDto(materialName=KVVR 12X1.5, model=KVVR, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=10417.90, factoryPrice=15950.10, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1694.450000, totalCopperConsume=8723.45, totalAluminumConsume=, totalLHCost=750.4200, steamFee=0), MaterialDto(materialName=KVVP3 9X2.5, model=KVVP3, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=13381.94, factoryPrice=19461.65, netVolume=404.13, inventory=A120, weighInv=64.00, matPrice=1958.340000, totalCopperConsume=11414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 13X2.5, model=KVVP3, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=19003.59, factoryPrice=27339.53, netVolume=547.95, inventory=A120, weighInv=64.00, matPrice=2507.100000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=703.5000, steamFee=0), MaterialDto(materialName=KVVP3 19X1, model=KVVP3, specification=19*1, voltage=450/750V, standard=GB, costPrice=12034.67, factoryPrice=17718.12, netVolume=381.19, inventory=A120, weighInv=64.00, matPrice=1925.730000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=793.0000, steamFee=0), MaterialDto(materialName=KVVP3 27X2.5, model=KVVP3, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=38672.35, factoryPrice=55301.58, netVolume=1059.48, inventory=A140, weighInv=99.00, matPrice=4420.740000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1175.7200, steamFee=0), MaterialDto(materialName=KVV 2X2.5, model=KVV, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=3085.59, factoryPrice=4492.73, netVolume=121.06, inventory=B100, weighInv=47.00, matPrice=549.150000, totalCopperConsume=2536.45, totalAluminumConsume=, totalLHCost=352.2900, steamFee=0), MaterialDto(materialName=KVV 5X2.5, model=KVV, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=7305.43, factoryPrice=10507.00, netVolume=237.29, inventory=B100, weighInv=47.00, matPrice=964.320000, totalCopperConsume=6341.11, totalAluminumConsume=, totalLHCost=438.5500, steamFee=0), MaterialDto(materialName=KVV 12X2.5, model=KVV, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=17123.73, factoryPrice=24362.02, netVolume=492.96, inventory=A120, weighInv=64.00, matPrice=1905.070000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=675.0200, steamFee=0), MaterialDto(materialName=KVV22 2X0.75, model=KVV22, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1852.47, factoryPrice=2309.17, netVolume=174.36, inventory=B100, weighInv=47.00, matPrice=1055.070000, totalCopperConsume=797.40, totalAluminumConsume=, totalLHCost=365.4600, steamFee=0), MaterialDto(materialName=KVV22 13X4, model=KVV22, specification=13*4, voltage=450/750V, standard=GB, costPrice=30371.38, factoryPrice=43347.30, netVolume=952.16, inventory=A140, weighInv=99.00, matPrice=3951.260000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=901.7300, steamFee=0), MaterialDto(materialName=KVV22 16X1.5, model=KVV22, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=15421.27, factoryPrice=21505.38, netVolume=618.64, inventory=A140, weighInv=99.00, matPrice=3064.900000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=869.8500, steamFee=0), MaterialDto(materialName=KVV22 18X4, model=KVV22, specification=18*4, voltage=450/750V, standard=GB, costPrice=41681.53, factoryPrice=59275.28, netVolume=1261.58, inventory=A140, weighInv=99.00, matPrice=5099.830000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=1070.0500, steamFee=0), MaterialDto(materialName=KVV22 33X2.5, model=KVV22, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=48760.65, factoryPrice=68392.67, netVolume=1580.42, inventory=A160, weighInv=159.00, matPrice=6909.320000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 8X4, model=KVV32, specification=8*4, voltage=450/750V, standard=GB, costPrice=21790.27, factoryPrice=34286.00, netVolume=1130.47, inventory=A140, weighInv=99.00, matPrice=5530.270000, totalCopperConsume=16260.00, totalAluminumConsume=, totalLHCost=3232.2700, steamFee=0), MaterialDto(materialName=KVV32 16X2.5, model=KVV32, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=27310.61, factoryPrice=42329.78, netVolume=1413.46, inventory=A140, weighInv=99.00, matPrice=7018.610000, totalCopperConsume=20292.00, totalAluminumConsume=, totalLHCost=3666.5700, steamFee=0), MaterialDto(materialName=KVV32 19X2.5, model=KVV32, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=31661.80, factoryPrice=49081.12, netVolume=1549.08, inventory=A140, weighInv=99.00, matPrice=7565.800000, totalCopperConsume=24096.00, totalAluminumConsume=, totalLHCost=3847.9100, steamFee=0), MaterialDto(materialName=KVV32 19X4, model=KVV32, specification=19*4, voltage=450/750V, standard=GB, costPrice=47139.04, factoryPrice=72573.35, netVolume=1916.61, inventory=A160, weighInv=159.00, matPrice=8523.040000, totalCopperConsume=38616.00, totalAluminumConsume=, totalLHCost=3804.2700, steamFee=0), MaterialDto(materialName=KVV32 22X2.5, model=KVV32, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=36453.30, factoryPrice=56299.35, netVolume=1760.97, inventory=A160, weighInv=159.00, matPrice=8553.300000, totalCopperConsume=27900.00, totalAluminumConsume=, totalLHCost=245.1400, steamFee=0), MaterialDto(materialName=KVV32 27X0.75, model=KVV32, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=16791.41, factoryPrice=25734.25, netVolume=1124.58, inventory=A140, weighInv=99.00, matPrice=6027.410000, totalCopperConsume=10764.00, totalAluminumConsume=, totalLHCost=261.8000, steamFee=0), MaterialDto(materialName=KVV32 27X1, model=KVV32, specification=27*1, voltage=450/750V, standard=GB, costPrice=20684.54, factoryPrice=32442.93, netVolume=1221.69, inventory=A140, weighInv=99.00, matPrice=6332.540000, totalCopperConsume=14352.00, totalAluminumConsume=, totalLHCost=276.5600, steamFee=0), MaterialDto(materialName=KVV32 27X2.5, model=KVV32, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=44218.10, factoryPrice=67480.22, netVolume=2069.95, inventory=A160, weighInv=159.00, matPrice=9976.100000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=4047.5300, steamFee=0), MaterialDto(materialName=KVV32 30X2.5, model=KVV32, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=48592.59, factoryPrice=74139.13, netVolume=2211.01, inventory=A160, weighInv=159.00, matPrice=10546.590000, totalCopperConsume=38046.00, totalAluminumConsume=, totalLHCost=4231.9800, steamFee=0), MaterialDto(materialName=KVV32 35X2.5, model=KVV32, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=57188.00, factoryPrice=85496.96, netVolume=2726.09, inventory=A160, weighInv=159.00, matPrice=12800.000000, totalCopperConsume=44388.00, totalAluminumConsume=, totalLHCost=288.4600, steamFee=0), MaterialDto(materialName=KVVR 5X0.75, model=KVVR, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=2487.18, factoryPrice=3797.53, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=622.420000, totalCopperConsume=1864.77, totalAluminumConsume=, totalLHCost=344.7900, steamFee=0), MaterialDto(materialName=KVVR 15X0.75, model=KVVR, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=7063.47, factoryPrice=10659.47, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1469.160000, totalCopperConsume=5594.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 15X1.5, model=KVVR, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=12943.87, factoryPrice=19807.67, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2039.550000, totalCopperConsume=10904.32, totalAluminumConsume=, totalLHCost=869.4100, steamFee=0), MaterialDto(materialName=KVVP3 12X0.75, model=KVVP3, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=6043.43, factoryPrice=8618.11, netVolume=214.13, inventory=B100, weighInv=47.00, matPrice=1249.420000, totalCopperConsume=4784.41, totalAluminumConsume=, totalLHCost=551.4500, steamFee=0), MaterialDto(materialName=KVVP3 18X4, model=KVVP3, specification=18*4, voltage=450/750V, standard=GB, costPrice=40412.38, factoryPrice=58316.22, netVolume=1027.80, inventory=A140, weighInv=99.00, matPrice=3821.080000, totalCopperConsume=36581.70, totalAluminumConsume=, totalLHCost=953.7900, steamFee=0), MaterialDto(materialName=KVVP3 26X1, model=KVVP3, specification=26*1, voltage=450/750V, standard=GB, costPrice=16289.38, factoryPrice=23635.22, netVolume=505.10, inventory=A120, weighInv=64.00, matPrice=2459.630000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 34X0.75, model=KVVP3, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=16319.18, factoryPrice=22898.15, netVolume=542.19, inventory=A140, weighInv=99.00, matPrice=2753.770000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1280.6700, steamFee=0), MaterialDto(materialName=KVV 15X2.5, model=KVV, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=21429.85, factoryPrice=30456.87, netVolume=621.01, inventory=A140, weighInv=99.00, matPrice=2406.520000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=791.3400, steamFee=0), MaterialDto(materialName=KVV 16X6, model=KVV, specification=16*6, voltage=450/750V, standard=GB, costPrice=52297.11, factoryPrice=74700.82, netVolume=1233.80, inventory=A140, weighInv=99.00, matPrice=3237.080000, totalCopperConsume=49060.02, totalAluminumConsume=, totalLHCost=834.8100, steamFee=0), MaterialDto(materialName=KVV 30X1.5, model=KVV, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=26231.61, factoryPrice=36614.13, netVolume=772.57, inventory=A140, weighInv=99.00, matPrice=3063.430000, totalCopperConsume=23168.18, totalAluminumConsume=, totalLHCost=1219.1300, steamFee=0), MaterialDto(materialName=KVV 33X1, model=KVV, specification=33*1, voltage=450/750V, standard=GB, costPrice=19959.71, factoryPrice=28834.21, netVolume=600.09, inventory=A120, weighInv=64.00, matPrice=2418.760000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 34X1, model=KVV, specification=34*1, voltage=450/750V, standard=GB, costPrice=20690.71, factoryPrice=29719.80, netVolume=638.20, inventory=A140, weighInv=99.00, matPrice=2618.220000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1458.7600, steamFee=0), MaterialDto(materialName=KVV 36X2.5, model=KVV, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=50539.26, factoryPrice=70960.17, netVolume=1351.35, inventory=A140, weighInv=99.00, matPrice=4883.260000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1371.3000, steamFee=0), MaterialDto(materialName=KVV22 2X1, model=KVV22, specification=2*1, voltage=450/750V, standard=GB, costPrice=2154.87, factoryPrice=2825.83, netVolume=183.54, inventory=B100, weighInv=47.00, matPrice=1091.780000, totalCopperConsume=1063.09, totalAluminumConsume=, totalLHCost=363.2200, steamFee=0), MaterialDto(materialName=KVV22 3X0.75, model=KVV22, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2322.12, factoryPrice=2991.73, netVolume=188.88, inventory=B100, weighInv=47.00, matPrice=1126.020000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=384.7600, steamFee=0), MaterialDto(materialName=KVV22 15X4, model=KVV22, specification=15*4, voltage=450/750V, standard=GB, costPrice=34816.56, factoryPrice=49753.41, netVolume=1066.11, inventory=A140, weighInv=99.00, matPrice=4331.800000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=993.1000, steamFee=0), MaterialDto(materialName=KVV22 16X1, model=KVV22, specification=16*1, voltage=450/750V, standard=GB, costPrice=10894.05, factoryPrice=15675.18, netVolume=466.50, inventory=A120, weighInv=64.00, matPrice=2389.350000, totalCopperConsume=8504.71, totalAluminumConsume=, totalLHCost=896.9800, steamFee=0), MaterialDto(materialName=KVV22 17X2.5, model=KVV22, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=25672.06, factoryPrice=36537.50, netVolume=898.88, inventory=A140, weighInv=99.00, matPrice=4112.280000, totalCopperConsume=21559.78, totalAluminumConsume=, totalLHCost=939.3300, steamFee=0), MaterialDto(materialName=KVV22 32X1, model=KVV22, specification=32*1, voltage=450/750V, standard=GB, costPrice=20842.32, factoryPrice=29959.17, netVolume=793.86, inventory=A140, weighInv=99.00, matPrice=3832.910000, totalCopperConsume=17009.41, totalAluminumConsume=, totalLHCost=1368.2400, steamFee=0), MaterialDto(materialName=KVV32 11X6, model=KVV32, specification=11*6, voltage=450/750V, standard=GB, costPrice=41103.97, factoryPrice=63519.95, netVolume=1712.67, inventory=A140, weighInv=99.00, matPrice=7377.980000, totalCopperConsume=33726.00, totalAluminumConsume=, totalLHCost=3712.4900, steamFee=0), MaterialDto(materialName=KVV32 16X4, model=KVV32, specification=16*4, voltage=450/750V, standard=GB, costPrice=40419.71, factoryPrice=62230.67, netVolume=1735.65, inventory=A140, weighInv=99.00, matPrice=7899.710000, totalCopperConsume=32520.00, totalAluminumConsume=, totalLHCost=3608.8700, steamFee=0), MaterialDto(materialName=KVV32 20X1, model=KVV32, specification=20*1, voltage=450/750V, standard=GB, costPrice=15464.07, factoryPrice=25760.32, netVolume=904.23, inventory=A140, weighInv=99.00, matPrice=4832.070000, totalCopperConsume=10632.00, totalAluminumConsume=, totalLHCost=4824.6500, steamFee=0), MaterialDto(materialName=KVV32 21X1, model=KVV32, specification=21*1, voltage=450/750V, standard=GB, costPrice=16080.08, factoryPrice=26673.56, netVolume=925.21, inventory=A140, weighInv=99.00, matPrice=4920.080000, totalCopperConsume=11160.00, totalAluminumConsume=, totalLHCost=241.8100, steamFee=0), MaterialDto(materialName=KVV32 37X1.5, model=KVV32, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=37578.23, factoryPrice=57313.71, netVolume=1836.45, inventory=A160, weighInv=159.00, matPrice=9006.230000, totalCopperConsume=28572.00, totalAluminumConsume=, totalLHCost=290.1000, steamFee=0), MaterialDto(materialName=KVVR 2X2.5, model=KVVR, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=3049.94, factoryPrice=4729.73, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=627.580000, totalCopperConsume=2422.37, totalAluminumConsume=, totalLHCost=366.0100, steamFee=0), MaterialDto(materialName=KVVR 3X0.75, model=KVVR, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=1551.63, factoryPrice=2392.12, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=432.770000, totalCopperConsume=1118.86, totalAluminumConsume=, totalLHCost=291.3700, steamFee=0), MaterialDto(materialName=KVVR 9X4, model=KVVR, specification=9*4, voltage=450/750V, standard=GB, costPrice=19739.22, factoryPrice=30499.53, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2196.930000, totalCopperConsume=17542.29, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 10X4, model=KVVR, specification=10*4, voltage=450/750V, standard=GB, costPrice=22030.50, factoryPrice=33426.48, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2539.070000, totalCopperConsume=19491.43, totalAluminumConsume=, totalLHCost=771.7000, steamFee=0), MaterialDto(materialName=KVVP2-22 30X0.75, model=KVVP2-22, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=17747.73, factoryPrice=24458.40, netVolume=747.31, inventory=A140, weighInv=99.00, matPrice=5782.810000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1616.1500, steamFee=0), MaterialDto(materialName=KVVP3 2X4, model=KVVP3, specification=2*4, voltage=450/750V, standard=GB, costPrice=5016.64, factoryPrice=7307.50, netVolume=170.28, inventory=B100, weighInv=47.00, matPrice=942.400000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=315.4600, steamFee=0), MaterialDto(materialName=KVVP3 6X1, model=KVVP3, specification=6*1, voltage=450/750V, standard=GB, costPrice=4116.68, factoryPrice=6098.80, netVolume=150.08, inventory=B100, weighInv=47.00, matPrice=917.810000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=285.8000, steamFee=0), MaterialDto(materialName=KVVP3 30X1, model=KVVP3, specification=30*1, voltage=450/750V, standard=GB, costPrice=18651.94, factoryPrice=27068.56, netVolume=567.35, inventory=A120, weighInv=64.00, matPrice=2696.020000, totalCopperConsume=15946.32, totalAluminumConsume=, totalLHCost=1250.4100, steamFee=0), MaterialDto(materialName=KVVP3 31X1, model=KVVP3, specification=31*1, voltage=450/750V, standard=GB, costPrice=19399.74, factoryPrice=28179.30, netVolume=606.76, inventory=A140, weighInv=99.00, matPrice=2912.280000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1228.4400, steamFee=0), MaterialDto(materialName=KVVP3 36X0.75, model=KVVP3, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=17202.53, factoryPrice=24136.87, netVolume=565.57, inventory=A140, weighInv=99.00, matPrice=2839.710000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1319.2800, steamFee=0), MaterialDto(materialName=KVV 2X6, model=KVV, specification=2*6, voltage=450/750V, standard=GB, costPrice=6830.16, factoryPrice=9942.15, netVolume=203.95, inventory=B100, weighInv=47.00, matPrice=697.650000, totalCopperConsume=6132.50, totalAluminumConsume=, totalLHCost=374.5300, steamFee=0), MaterialDto(materialName=KVV 5X6, model=KVV, specification=5*6, voltage=450/750V, standard=GB, costPrice=16688.46, factoryPrice=24163.73, netVolume=445.55, inventory=A120, weighInv=64.00, matPrice=1357.210000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=438.5500, steamFee=0), MaterialDto(materialName=KVV 8X0.75, model=KVV, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=3867.25, factoryPrice=5531.58, netVolume=145.45, inventory=B100, weighInv=47.00, matPrice=677.640000, totalCopperConsume=3189.61, totalAluminumConsume=, totalLHCost=487.9800, steamFee=0), MaterialDto(materialName=KVV 10X1, model=KVV, specification=10*1, voltage=450/750V, standard=GB, costPrice=6217.85, factoryPrice=9039.97, netVolume=208.73, inventory=B100, weighInv=47.00, matPrice=902.410000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=593.9700, steamFee=0), MaterialDto(materialName=KVV 18X6, model=KVV, specification=18*6, voltage=450/750V, standard=GB, costPrice=58762.03, factoryPrice=83923.28, netVolume=1377.33, inventory=A140, weighInv=99.00, matPrice=3569.510000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=866.7800, steamFee=0), MaterialDto(materialName=KVV 19X6, model=KVV, specification=19*6, voltage=450/750V, standard=GB, costPrice=61903.04, factoryPrice=88482.37, netVolume=1430.12, inventory=A140, weighInv=99.00, matPrice=3644.260000, totalCopperConsume=58258.78, totalAluminumConsume=, totalLHCost=888.4400, steamFee=0), MaterialDto(materialName=KVV 20X1.5, model=KVV, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=17537.32, factoryPrice=24800.47, netVolume=521.98, inventory=A120, weighInv=64.00, matPrice=2091.870000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=1008.5800, steamFee=0), MaterialDto(materialName=KVV 35X2.5, model=KVV, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=49173.49, factoryPrice=69052.32, netVolume=1319.75, inventory=A140, weighInv=99.00, matPrice=4785.710000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1348.6600, steamFee=0), MaterialDto(materialName=KVV22 5X0.75, model=KVV22, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=3298.65, factoryPrice=4458.76, netVolume=222.48, inventory=B100, weighInv=47.00, matPrice=1305.150000, totalCopperConsume=1993.50, totalAluminumConsume=, totalLHCost=423.3800, steamFee=0), MaterialDto(materialName=KVV22 7X2.5, model=KVV22, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=11100.98, factoryPrice=15807.11, netVolume=446.20, inventory=A120, weighInv=64.00, matPrice=2223.430000, totalCopperConsume=8877.56, totalAluminumConsume=, totalLHCost=584.6800, steamFee=0), MaterialDto(materialName=KVV22 19X2.5, model=KVV22, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=28371.74, factoryPrice=40502.51, netVolume=954.49, inventory=A140, weighInv=99.00, matPrice=4275.510000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=988.8300, steamFee=0), MaterialDto(materialName=KVV22 25X1, model=KVV22, specification=25*1, voltage=450/750V, standard=GB, costPrice=16617.30, factoryPrice=23760.83, netVolume=668.78, inventory=A140, weighInv=99.00, matPrice=3328.700000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1303.2000, steamFee=0), MaterialDto(materialName=KVV22 28X2.5, model=KVV22, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=41786.46, factoryPrice=58410.23, netVolume=1400.47, inventory=A160, weighInv=159.00, matPrice=6276.230000, totalCopperConsume=35510.23, totalAluminumConsume=, totalLHCost=1370.0600, steamFee=0), MaterialDto(materialName=KVV32 8X0.75, model=KVV32, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=5530.09, factoryPrice=10595.48, netVolume=402.57, inventory=A120, weighInv=64.00, matPrice=2338.090000, totalCopperConsume=3192.00, totalAluminumConsume=, totalLHCost=3830.3000, steamFee=0), MaterialDto(materialName=KVVR 10X1.5, model=KVVR, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=8776.85, factoryPrice=13401.56, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1507.310000, totalCopperConsume=7269.55, totalAluminumConsume=, totalLHCost=701.4400, steamFee=0), MaterialDto(materialName=KVVR 13X4, model=KVVR, specification=13*4, voltage=450/750V, standard=GB, costPrice=28413.75, factoryPrice=43372.58, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3074.890000, totalCopperConsume=25338.86, totalAluminumConsume=, totalLHCost=884.6900, steamFee=0), MaterialDto(materialName=KVVR 14X1, model=KVVR, specification=14*1, voltage=450/750V, standard=GB, costPrice=8539.84, factoryPrice=13317.82, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1572.320000, totalCopperConsume=6967.51, totalAluminumConsume=, totalLHCost=737.3200, steamFee=0), MaterialDto(materialName=KVVR 32X1, model=KVVR, specification=32*1, voltage=450/750V, standard=GB, costPrice=19125.72, factoryPrice=29543.63, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3199.970000, totalCopperConsume=15925.75, totalAluminumConsume=, totalLHCost=1430.9300, steamFee=0), MaterialDto(materialName=KVVR 32X1.5, model=KVVR, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=27177.21, factoryPrice=41162.16, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3914.670000, totalCopperConsume=23262.55, totalAluminumConsume=, totalLHCost=1504.0200, steamFee=0), MaterialDto(materialName=KVVP3 24X0.75, model=KVVP3, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=11746.48, factoryPrice=16692.70, netVolume=406.85, inventory=A120, weighInv=64.00, matPrice=2168.070000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1074.5700, steamFee=0), MaterialDto(materialName=KVVP3 36X1, model=KVVP3, specification=36*1, voltage=450/750V, standard=GB, costPrice=22356.44, factoryPrice=32464.26, netVolume=685.56, inventory=A140, weighInv=99.00, matPrice=3211.260000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1389.8200, steamFee=0), MaterialDto(materialName=KVVP3 36X1.5, model=KVVP3, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=31949.62, factoryPrice=45261.47, netVolume=932.58, inventory=A140, weighInv=99.00, matPrice=4138.200000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1254.5800, steamFee=0), MaterialDto(materialName=KVV 5X1, model=KVV, specification=5*1, voltage=450/750V, standard=GB, costPrice=3256.25, factoryPrice=4770.81, netVolume=131.52, inventory=B100, weighInv=47.00, matPrice=598.530000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=332.3600, steamFee=0), MaterialDto(materialName=KVV 5X1.5, model=KVV, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=4603.58, factoryPrice=6560.95, netVolume=169.30, inventory=B100, weighInv=47.00, matPrice=742.220000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=332.3600, steamFee=0), MaterialDto(materialName=KVV 6X1.5, model=KVV, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=5434.31, factoryPrice=7734.10, netVolume=184.80, inventory=B100, weighInv=47.00, matPrice=800.670000, totalCopperConsume=4633.64, totalAluminumConsume=, totalLHCost=353.3500, steamFee=0), MaterialDto(materialName=KVV 8X2.5, model=KVV, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=11528.03, factoryPrice=16608.17, netVolume=346.22, inventory=A120, weighInv=64.00, matPrice=1382.250000, totalCopperConsume=10145.78, totalAluminumConsume=, totalLHCost=590.3000, steamFee=0), MaterialDto(materialName=KVV 9X4, model=KVV, specification=9*4, voltage=450/750V, standard=GB, costPrice=20102.26, factoryPrice=28876.87, netVolume=530.41, inventory=A120, weighInv=64.00, matPrice=1811.410000, totalCopperConsume=18290.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 29X1, model=KVV, specification=29*1, voltage=450/750V, standard=GB, costPrice=17599.16, factoryPrice=25277.63, netVolume=535.83, inventory=A120, weighInv=64.00, matPrice=2184.380000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 34X2.5, model=KVV, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=47807.71, factoryPrice=67145.26, netVolume=1288.15, inventory=A140, weighInv=99.00, matPrice=4688.150000, totalCopperConsume=43119.56, totalAluminumConsume=, totalLHCost=1326.0200, steamFee=0), MaterialDto(materialName=KVV22 4X1.5, model=KVV22, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=4531.65, factoryPrice=6252.85, netVolume=256.68, inventory=B100, weighInv=47.00, matPrice=1442.560000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=423.9700, steamFee=0), MaterialDto(materialName=KVV22 11X0.75, model=KVV22, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=6263.15, factoryPrice=8553.33, netVolume=334.55, inventory=A120, weighInv=64.00, matPrice=1877.450000, totalCopperConsume=4385.71, totalAluminumConsume=, totalLHCost=652.9200, steamFee=0), MaterialDto(materialName=KVV22 13X2.5, model=KVV22, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=19946.60, factoryPrice=28352.31, netVolume=732.40, inventory=A140, weighInv=99.00, matPrice=3459.710000, totalCopperConsume=16486.89, totalAluminumConsume=, totalLHCost=819.9900, steamFee=0), MaterialDto(materialName=KVV22 18X6, model=KVV22, specification=18*6, voltage=450/750V, standard=GB, costPrice=60770.94, factoryPrice=87488.55, netVolume=1655.70, inventory=A140, weighInv=99.00, matPrice=5578.420000, totalCopperConsume=55192.52, totalAluminumConsume=, totalLHCost=1197.1300, steamFee=0), MaterialDto(materialName=KVV22 33X1, model=KVV22, specification=33*1, voltage=450/750V, standard=GB, costPrice=21422.62, factoryPrice=30799.73, netVolume=808.22, inventory=A140, weighInv=99.00, matPrice=3881.660000, totalCopperConsume=17540.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 35X0.75, model=KVV22, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=17737.21, factoryPrice=24547.67, netVolume=744.46, inventory=A140, weighInv=99.00, matPrice=3782.700000, totalCopperConsume=13954.51, totalAluminumConsume=, totalLHCost=1467.4400, steamFee=0), MaterialDto(materialName=KVV32 2X1, model=KVV32, specification=2*1, voltage=450/750V, standard=GB, costPrice=2710.25, factoryPrice=5879.18, netVolume=271.53, inventory=B100, weighInv=47.00, matPrice=1648.250000, totalCopperConsume=1062.00, totalAluminumConsume=, totalLHCost=3040.3000, steamFee=0), MaterialDto(materialName=KVV32 3X1, model=KVV32, specification=3*1, voltage=450/750V, standard=GB, costPrice=3341.94, factoryPrice=7015.20, netVolume=292.71, inventory=B100, weighInv=47.00, matPrice=1745.940000, totalCopperConsume=1596.00, totalAluminumConsume=, totalLHCost=3118.1700, steamFee=0), MaterialDto(materialName=KVV32 9X2.5, model=KVV32, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=16881.29, factoryPrice=26578.76, netVolume=1048.40, inventory=A140, weighInv=99.00, matPrice=5469.290000, totalCopperConsume=11412.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 12X1.5, model=KVV32, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=13858.77, factoryPrice=22270.10, netVolume=849.78, inventory=A140, weighInv=99.00, matPrice=4588.770000, totalCopperConsume=9270.00, totalAluminumConsume=, totalLHCost=3919.5100, steamFee=0), MaterialDto(materialName=KVV32 19X1, model=KVV32, specification=19*1, voltage=450/750V, standard=GB, costPrice=14787.05, factoryPrice=24421.27, netVolume=874.73, inventory=A140, weighInv=99.00, matPrice=4689.050000, totalCopperConsume=10098.00, totalAluminumConsume=, totalLHCost=4570.2700, steamFee=0), MaterialDto(materialName=KVVR 6X4, model=KVVR, specification=6*4, voltage=450/750V, standard=GB, costPrice=13315.94, factoryPrice=20503.66, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1621.080000, totalCopperConsume=11694.86, totalAluminumConsume=, totalLHCost=548.9900, steamFee=0), MaterialDto(materialName=KVVR 7X6, model=KVVR, specification=7*6, voltage=450/750V, standard=GB, costPrice=22616.06, factoryPrice=35220.57, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2150.050000, totalCopperConsume=20466.01, totalAluminumConsume=, totalLHCost=630.7900, steamFee=0), MaterialDto(materialName=KVVR 10X1, model=KVVR, specification=10*1, voltage=450/750V, standard=GB, costPrice=6231.67, factoryPrice=9533.72, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1254.870000, totalCopperConsume=4976.80, totalAluminumConsume=, totalLHCost=607.9200, steamFee=0), MaterialDto(materialName=KVVR 11X0.75, model=KVVR, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=5162.45, factoryPrice=7779.13, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1059.950000, totalCopperConsume=4102.49, totalAluminumConsume=, totalLHCost=615.5800, steamFee=0), MaterialDto(materialName=KVVP3 23X0.75, model=KVVP3, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=11304.81, factoryPrice=16011.72, netVolume=395.15, inventory=A120, weighInv=64.00, matPrice=2125.100000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 32X0.75, model=KVVP3, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=15381.57, factoryPrice=21596.23, netVolume=511.50, inventory=A120, weighInv=64.00, matPrice=2613.550000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 9X1, model=KVV, specification=9*1, voltage=450/750V, standard=GB, costPrice=5604.50, factoryPrice=8267.35, netVolume=188.70, inventory=B100, weighInv=47.00, matPrice=820.600000, totalCopperConsume=4783.90, totalAluminumConsume=, totalLHCost=537.6500, steamFee=0), MaterialDto(materialName=KVV 13X1, model=KVV, specification=13*1, voltage=450/750V, standard=GB, costPrice=8101.52, factoryPrice=11789.96, netVolume=273.28, inventory=B100, weighInv=47.00, matPrice=1191.440000, totalCopperConsume=6910.07, totalAluminumConsume=, totalLHCost=673.5500, steamFee=0), MaterialDto(materialName=KVV 15X1.5, model=KVV, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=13297.90, factoryPrice=18780.67, netVolume=415.28, inventory=A120, weighInv=64.00, matPrice=1713.810000, totalCopperConsume=11584.09, totalAluminumConsume=, totalLHCost=826.9800, steamFee=0), MaterialDto(materialName=KVV 19X2.5, model=KVV, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=26924.22, factoryPrice=38330.80, netVolume=750.42, inventory=A140, weighInv=99.00, matPrice=2828.000000, totalCopperConsume=24096.22, totalAluminumConsume=, totalLHCost=866.6300, steamFee=0), MaterialDto(materialName=KVV22 21X1, model=KVV22, specification=21*1, voltage=450/750V, standard=GB, costPrice=13947.73, factoryPrice=20186.87, netVolume=559.53, inventory=A120, weighInv=64.00, matPrice=2785.300000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=1172.5400, steamFee=0), MaterialDto(materialName=KVV22 26X2.5, model=KVV22, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=38686.00, factoryPrice=54308.55, netVolume=1281.10, inventory=A140, weighInv=99.00, matPrice=5712.220000, totalCopperConsume=32973.78, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 29X1, model=KVV22, specification=29*1, voltage=450/750V, standard=GB, costPrice=19011.83, factoryPrice=27297.66, netVolume=736.91, inventory=A140, weighInv=99.00, matPrice=3597.050000, totalCopperConsume=15414.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 33X1.5, model=KVV22, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=30379.20, factoryPrice=42590.48, netVolume=1064.46, inventory=A140, weighInv=99.00, matPrice=4894.200000, totalCopperConsume=25485.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 2X6, model=KVV32, specification=2*6, voltage=450/750V, standard=GB, costPrice=9437.65, factoryPrice=15724.16, netVolume=624.03, inventory=A120, weighInv=64.00, matPrice=3305.650000, totalCopperConsume=6132.00, totalAluminumConsume=, totalLHCost=2870.0400, steamFee=0), MaterialDto(materialName=KVV32 5X6, model=KVV32, specification=5*6, voltage=450/750V, standard=GB, costPrice=19853.93, factoryPrice=32202.77, netVolume=955.58, inventory=A140, weighInv=99.00, matPrice=4523.930000, totalCopperConsume=15330.00, totalAluminumConsume=, totalLHCost=3380.9100, steamFee=0), MaterialDto(materialName=KVV32 17X2.5, model=KVV32, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=28960.73, factoryPrice=44878.32, netVolume=1493.47, inventory=A140, weighInv=99.00, matPrice=7402.730000, totalCopperConsume=21558.00, totalAluminumConsume=, totalLHCost=3793.7100, steamFee=0), MaterialDto(materialName=KVV32 28X0.75, model=KVV32, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=17382.46, factoryPrice=26666.45, netVolume=1160.49, inventory=A140, weighInv=99.00, matPrice=6216.460000, totalCopperConsume=11166.00, totalAluminumConsume=, totalLHCost=265.1300, steamFee=0), MaterialDto(materialName=KVVR 13X2.5, model=KVVR, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=18405.41, factoryPrice=27838.02, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2660.030000, totalCopperConsume=15745.39, totalAluminumConsume=, totalLHCost=805.5100, steamFee=0), MaterialDto(materialName=KVVR 14X6, model=KVVR, specification=14*6, voltage=450/750V, standard=GB, costPrice=44981.31, factoryPrice=69205.58, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4049.300000, totalCopperConsume=40932.01, totalAluminumConsume=, totalLHCost=999.1600, steamFee=0), MaterialDto(materialName=KVVR 16X1.5, model=KVVR, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=13758.64, factoryPrice=21057.45, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2127.370000, totalCopperConsume=11631.28, totalAluminumConsume=, totalLHCost=838.6200, steamFee=0), MaterialDto(materialName=KVVR 17X0.75, model=KVVR, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=7966.83, factoryPrice=12009.58, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1626.610000, totalCopperConsume=6340.22, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 18X2.5, model=KVVR, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=25257.82, factoryPrice=38369.51, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3456.510000, totalCopperConsume=21801.30, totalAluminumConsume=, totalLHCost=968.4600, steamFee=0), MaterialDto(materialName=KVVR 20X1.5, model=KVVR, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=17060.18, factoryPrice=26155.32, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2521.090000, totalCopperConsume=14539.09, totalAluminumConsume=, totalLHCost=1065.1600, steamFee=0), MaterialDto(materialName=KVVRP 2X1.5, model=KVVRP, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=3174.13, factoryPrice=5225.85, netVolume=111.19, inventory=B80, weighInv=22.00, matPrice=1629.920000, totalCopperConsume=1453.91, totalAluminumConsume=, totalLHCost=343.8600, steamFee=0), MaterialDto(materialName=KVVRP 14X1, model=KVVRP, specification=14*1, voltage=450/750V, standard=GB, costPrice=10835.50, factoryPrice=18602.92, netVolume=331.59, inventory=A120, weighInv=64.00, matPrice=3700.450000, totalCopperConsume=6967.51, totalAluminumConsume=, totalLHCost=888.4200, steamFee=0), MaterialDto(materialName=KVVRP 17X2.5, model=KVVRP, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=29823.31, factoryPrice=44740.86, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9027.760000, totalCopperConsume=20590.12, totalAluminumConsume=, totalLHCost=1091.0400, steamFee=0), MaterialDto(materialName=KVVRP 17X4, model=KVVRP, specification=17*4, voltage=450/750V, standard=GB, costPrice=43673.20, factoryPrice=66434.26, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10305.400000, totalCopperConsume=33135.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 18X1.5, model=KVVRP, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=19123.13, factoryPrice=30630.67, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5799.390000, totalCopperConsume=13085.18, totalAluminumConsume=, totalLHCost=992.0100, steamFee=0), MaterialDto(materialName=KVVP3 15X2.5, model=KVVP3, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=21927.31, factoryPrice=31495.72, netVolume=639.34, inventory=A140, weighInv=99.00, matPrice=2894.370000, totalCopperConsume=19023.34, totalAluminumConsume=, totalLHCost=787.6100, steamFee=0), MaterialDto(materialName=KVVP3 27X1, model=KVVP3, specification=27*1, voltage=450/750V, standard=GB, costPrice=16869.67, factoryPrice=24513.70, netVolume=519.47, inventory=A120, weighInv=64.00, matPrice=2508.380000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1163.3200, steamFee=0), MaterialDto(materialName=KVVP3 29X1.5, model=KVVP3, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=25936.55, factoryPrice=36848.76, netVolume=772.34, inventory=A140, weighInv=99.00, matPrice=3531.040000, totalCopperConsume=22395.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 34X1, model=KVVP3, specification=34*1, voltage=450/750V, standard=GB, costPrice=21195.86, factoryPrice=30782.35, netVolume=656.82, inventory=A140, weighInv=99.00, matPrice=3113.760000, totalCopperConsume=18072.50, totalAluminumConsume=, totalLHCost=1315.5200, steamFee=0), MaterialDto(materialName=KVV 13X4, model=KVV, specification=13*4, voltage=450/750V, standard=GB, costPrice=28943.14, factoryPrice=41068.15, netVolume=750.77, inventory=A140, weighInv=99.00, matPrice=2523.020000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=716.3200, steamFee=0), MaterialDto(materialName=KVV 29X2.5, model=KVV, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=40855.00, factoryPrice=57436.95, netVolume=1109.32, inventory=A140, weighInv=99.00, matPrice=4076.550000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 34X0.75, model=KVV, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=15831.17, factoryPrice=21976.22, netVolume=524.43, inventory=A120, weighInv=64.00, matPrice=2275.350000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1445.1900, steamFee=0), MaterialDto(materialName=KVV 34X1.5, model=KVV, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=29688.03, factoryPrice=41418.12, netVolume=870.17, inventory=A140, weighInv=99.00, matPrice=3430.750000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1306.9800, steamFee=0), MaterialDto(materialName=KVV22 3X1, model=KVV22, specification=3*1, voltage=450/750V, standard=GB, costPrice=2772.74, factoryPrice=3744.60, netVolume=202.85, inventory=B100, weighInv=47.00, matPrice=1178.100000, totalCopperConsume=1594.63, totalAluminumConsume=, totalLHCost=383.1800, steamFee=0), MaterialDto(materialName=KVV22 5X4, model=KVV22, specification=5*4, voltage=450/750V, standard=GB, costPrice=12376.98, factoryPrice=17675.46, netVolume=474.14, inventory=A120, weighInv=64.00, matPrice=2215.390000, totalCopperConsume=10161.58, totalAluminumConsume=, totalLHCost=549.2400, steamFee=0), MaterialDto(materialName=KVV22 15X0.75, model=KVV22, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=8176.74, factoryPrice=11303.32, netVolume=403.17, inventory=A120, weighInv=64.00, matPrice=2196.240000, totalCopperConsume=5980.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 17X1, model=KVV22, specification=17*1, voltage=450/750V, standard=GB, costPrice=11558.31, factoryPrice=16627.13, netVolume=493.33, inventory=A120, weighInv=64.00, matPrice=2522.060000, totalCopperConsume=9036.25, totalAluminumConsume=, totalLHCost=875.7400, steamFee=0), MaterialDto(materialName=KVV22 17X1.5, model=KVV22, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=16366.71, factoryPrice=22832.58, netVolume=654.71, inventory=A140, weighInv=99.00, matPrice=3238.070000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=999.9100, steamFee=0), MaterialDto(materialName=KVV22 19X1.5, model=KVV22, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=18025.00, factoryPrice=25254.72, netVolume=690.44, inventory=A140, weighInv=99.00, matPrice=3351.820000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=922.2200, steamFee=0), MaterialDto(materialName=KVV22 24X0.75, model=KVV22, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=12605.04, factoryPrice=17383.95, netVolume=575.77, inventory=A140, weighInv=99.00, matPrice=3036.230000, totalCopperConsume=9568.81, totalAluminumConsume=, totalLHCost=1246.0500, steamFee=0), MaterialDto(materialName=KVV22 27X0.75, model=KVV22, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=13960.22, factoryPrice=19120.37, netVolume=614.16, inventory=A140, weighInv=99.00, matPrice=3195.310000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1339.9600, steamFee=0), MaterialDto(materialName=KVV22 29X0.75, model=KVV22, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=14913.86, factoryPrice=20452.31, netVolume=647.75, inventory=A140, weighInv=99.00, matPrice=3351.550000, totalCopperConsume=11562.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 3X4, model=KVV32, specification=3*4, voltage=450/750V, standard=GB, costPrice=9377.98, factoryPrice=15489.53, netVolume=609.07, inventory=A120, weighInv=64.00, matPrice=3281.980000, totalCopperConsume=6096.00, totalAluminumConsume=, totalLHCost=2815.7700, steamFee=0), MaterialDto(materialName=KVV32 6X6, model=KVV32, specification=6*6, voltage=450/750V, standard=GB, costPrice=23938.65, factoryPrice=37532.11, netVolume=1189.55, inventory=A140, weighInv=99.00, matPrice=5542.650000, totalCopperConsume=18396.00, totalAluminumConsume=, totalLHCost=3177.7300, steamFee=0), MaterialDto(materialName=KVV32 12X0.75, model=KVV32, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=8391.40, factoryPrice=13817.10, netVolume=635.90, inventory=A120, weighInv=64.00, matPrice=3609.400000, totalCopperConsume=4782.00, totalAluminumConsume=, totalLHCost=3350.0400, steamFee=0), MaterialDto(materialName=KVV32 13X2.5, model=KVV32, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=23018.77, factoryPrice=35583.97, netVolume=1286.20, inventory=A140, weighInv=99.00, matPrice=6530.770000, totalCopperConsume=16488.00, totalAluminumConsume=, totalLHCost=3438.2400, steamFee=0), MaterialDto(materialName=KVV32 16X1.5, model=KVV32, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=18174.93, factoryPrice=28064.75, netVolume=1115.08, inventory=A140, weighInv=99.00, matPrice=5820.930000, totalCopperConsume=12354.00, totalAluminumConsume=, totalLHCost=3534.6300, steamFee=0), MaterialDto(materialName=KVV32 28X1, model=KVV32, specification=28*1, voltage=450/750V, standard=GB, costPrice=21414.62, factoryPrice=33752.75, netVolume=1260.45, inventory=A140, weighInv=99.00, matPrice=6528.620000, totalCopperConsume=14886.00, totalAluminumConsume=, totalLHCost=279.8900, steamFee=0), MaterialDto(materialName=KVV32 35X1, model=KVV32, specification=35*1, voltage=450/750V, standard=GB, costPrice=25889.90, factoryPrice=40556.23, netVolume=1430.99, inventory=A140, weighInv=99.00, matPrice=7283.900000, totalCopperConsume=18606.00, totalAluminumConsume=, totalLHCost=303.2100, steamFee=0), MaterialDto(materialName=KVVR 2X0.75, model=KVVR, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=1123.63, factoryPrice=1718.25, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=377.720000, totalCopperConsume=745.91, totalAluminumConsume=, totalLHCost=269.7200, steamFee=0), MaterialDto(materialName=KVVP3 11X4, model=KVVP3, specification=11*4, voltage=450/750V, standard=GB, costPrice=24967.24, factoryPrice=35963.17, netVolume=650.95, inventory=A140, weighInv=99.00, matPrice=2602.150000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=715.3500, steamFee=0), MaterialDto(materialName=KVVP3 13X1.5, model=KVVP3, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=11988.16, factoryPrice=17118.51, netVolume=381.65, inventory=A120, weighInv=64.00, matPrice=1939.010000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=679.7400, steamFee=0), MaterialDto(materialName=KVVP3 14X2.5, model=KVVP3, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=20369.37, factoryPrice=29268.71, netVolume=579.55, inventory=A120, weighInv=64.00, matPrice=2604.650000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=728.2500, steamFee=0), MaterialDto(materialName=KVVP3 19X0.75, model=KVVP3, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=9367.70, factoryPrice=13353.37, netVolume=326.52, inventory=A120, weighInv=64.00, matPrice=1782.790000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=704.6100, steamFee=0), MaterialDto(materialName=KVVP3 24X1, model=KVVP3, specification=24*1, voltage=450/750V, standard=GB, costPrice=15113.20, factoryPrice=22217.96, netVolume=475.66, inventory=A120, weighInv=64.00, matPrice=2346.540000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1103.4200, steamFee=0), MaterialDto(materialName=KVVP3 30X0.75, model=KVVP3, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=14448.21, factoryPrice=20293.52, netVolume=481.56, inventory=A120, weighInv=64.00, matPrice=2477.600000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1219.2800, steamFee=0), MaterialDto(materialName=KVV 6X0.75, model=KVV, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=2979.13, factoryPrice=4225.71, netVolume=122.39, inventory=B100, weighInv=47.00, matPrice=586.920000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=366.3500, steamFee=0), MaterialDto(materialName=KVV 12X4, model=KVV, specification=12*4, voltage=450/750V, standard=GB, costPrice=26740.71, factoryPrice=37949.23, netVolume=696.79, inventory=A140, weighInv=99.00, matPrice=2352.910000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=694.6600, steamFee=0), MaterialDto(materialName=KVV 15X4, model=KVV, specification=15*4, voltage=450/750V, standard=GB, costPrice=33312.99, factoryPrice=47249.11, netVolume=854.25, inventory=A140, weighInv=99.00, matPrice=2828.240000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=805.2900, steamFee=0), MaterialDto(materialName=KVV 17X1.5, model=KVV, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=15019.44, factoryPrice=21203.60, netVolume=462.80, inventory=A120, weighInv=64.00, matPrice=1890.810000, totalCopperConsume=13128.64, totalAluminumConsume=, totalLHCost=858.9400, steamFee=0), MaterialDto(materialName=KVV 17X6, model=KVV, specification=17*6, voltage=450/750V, standard=GB, costPrice=55567.89, factoryPrice=79361.03, netVolume=1311.90, inventory=A140, weighInv=99.00, matPrice=3441.620000, totalCopperConsume=52126.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 19X1.5, model=KVV, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=16677.74, factoryPrice=23571.23, netVolume=498.54, inventory=A120, weighInv=64.00, matPrice=2004.550000, totalCopperConsume=14673.18, totalAluminumConsume=, totalLHCost=846.9800, steamFee=0), MaterialDto(materialName=KVV 26X0.75, model=KVV, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=12196.59, factoryPrice=16928.12, netVolume=414.12, inventory=A120, weighInv=64.00, matPrice=1830.380000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 37X0.75, model=KVV, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=17134.93, factoryPrice=23794.80, netVolume=554.45, inventory=A120, weighInv=64.00, matPrice=2383.020000, totalCopperConsume=14751.91, totalAluminumConsume=, totalLHCost=1513.1100, steamFee=0), MaterialDto(materialName=KVV22 6X2.5, model=KVV22, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=9767.09, factoryPrice=13806.83, netVolume=422.19, inventory=A120, weighInv=64.00, matPrice=2157.750000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=559.9300, steamFee=0), MaterialDto(materialName=KVV22 11X1.5, model=KVV22, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=10923.70, factoryPrice=15170.37, netVolume=471.29, inventory=A120, weighInv=64.00, matPrice=2428.700000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=824.6100, steamFee=0), MaterialDto(materialName=KVV22 11X4, model=KVV22, specification=11*4, voltage=450/750V, standard=GB, costPrice=25948.75, factoryPrice=36924.60, netVolume=842.48, inventory=A140, weighInv=99.00, matPrice=3593.260000, totalCopperConsume=22355.48, totalAluminumConsume=, totalLHCost=816.2300, steamFee=0), MaterialDto(materialName=KVV22 13X1.5, model=KVV22, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=12687.61, factoryPrice=17771.05, netVolume=524.30, inventory=A120, weighInv=64.00, matPrice=2648.070000, totalCopperConsume=10039.55, totalAluminumConsume=, totalLHCost=846.7400, steamFee=0), MaterialDto(materialName=KVV22 29X2.5, model=KVV22, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=43152.23, factoryPrice=60415.25, netVolume=1432.07, inventory=A160, weighInv=159.00, matPrice=6373.790000, totalCopperConsume=36778.45, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 24X1.5, model=KVV32, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=25874.83, factoryPrice=39837.33, netVolume=1441.10, inventory=A140, weighInv=99.00, matPrice=7340.830000, totalCopperConsume=18534.00, totalAluminumConsume=, totalLHCost=3760.0100, steamFee=0), MaterialDto(materialName=KVV32 29X1, model=KVV32, specification=29*1, voltage=450/750V, standard=GB, costPrice=21991.94, factoryPrice=34653.35, netVolume=1274.85, inventory=A140, weighInv=99.00, matPrice=6577.940000, totalCopperConsume=15414.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 7X0.75, model=KVVR, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=3330.94, factoryPrice=5113.67, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=720.260000, totalCopperConsume=2610.68, totalAluminumConsume=, totalLHCost=399.8800, steamFee=0), MaterialDto(materialName=KVVR 8X4, model=KVVR, specification=8*4, voltage=450/750V, standard=GB, costPrice=17551.52, factoryPrice=27144.40, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1958.380000, totalCopperConsume=15593.15, totalAluminumConsume=, totalLHCost=693.9100, steamFee=0), MaterialDto(materialName=KVVR 15X1, model=KVVR, specification=15*1, voltage=450/750V, standard=GB, costPrice=9149.17, factoryPrice=14238.17, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1683.970000, totalCopperConsume=7465.19, totalAluminumConsume=, totalLHCost=754.9000, steamFee=0), MaterialDto(materialName=KVVR 16X0.75, model=KVVR, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=7494.90, factoryPrice=11310.43, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1527.640000, totalCopperConsume=5967.26, totalAluminumConsume=, totalLHCost=748.5200, steamFee=0), MaterialDto(materialName=KVVP3 14X1, model=KVVP3, specification=14*1, voltage=450/750V, standard=GB, costPrice=9048.83, factoryPrice=13314.66, netVolume=300.71, inventory=B100, weighInv=47.00, matPrice=1597.620000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=641.7800, steamFee=0), MaterialDto(materialName=KVVP3 18X1.5, model=KVVP3, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=16312.07, factoryPrice=23271.03, netVolume=499.59, inventory=A120, weighInv=64.00, matPrice=2401.560000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=808.1700, steamFee=0), MaterialDto(materialName=KVV 9X6, model=KVV, specification=9*6, voltage=450/750V, standard=GB, costPrice=29678.56, factoryPrice=42914.38, netVolume=733.76, inventory=A140, weighInv=99.00, matPrice=2082.290000, totalCopperConsume=27596.26, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 18X0.75, model=KVV, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=8560.34, factoryPrice=12017.48, netVolume=306.06, inventory=A120, weighInv=64.00, matPrice=1383.730000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 21X0.75, model=KVV, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=9903.64, factoryPrice=13919.80, netVolume=342.90, inventory=A120, weighInv=64.00, matPrice=1530.930000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 31X1.5, model=KVV, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=27121.80, factoryPrice=37844.95, netVolume=801.47, inventory=A140, weighInv=99.00, matPrice=3181.340000, totalCopperConsume=23940.46, totalAluminumConsume=, totalLHCost=1390.8500, steamFee=0), MaterialDto(materialName=KVV22 6X6, model=KVV22, specification=6*6, voltage=450/750V, standard=GB, costPrice=21069.99, factoryPrice=30445.02, netVolume=675.29, inventory=A140, weighInv=99.00, matPrice=2672.480000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=629.0900, steamFee=0), MaterialDto(materialName=KVV22 9X1.5, model=KVV22, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=9105.75, factoryPrice=12843.03, netVolume=411.30, inventory=A120, weighInv=64.00, matPrice=2155.300000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=689.4500, steamFee=0), MaterialDto(materialName=KVV22 11X6, model=KVV22, specification=11*6, voltage=450/750V, standard=GB, costPrice=37659.55, factoryPrice=54239.03, netVolume=1089.63, inventory=A140, weighInv=99.00, matPrice=3930.780000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=868.7100, steamFee=0), MaterialDto(materialName=KVV22 14X0.75, model=KVV22, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=7655.09, factoryPrice=10589.95, netVolume=379.31, inventory=A120, weighInv=64.00, matPrice=2073.280000, totalCopperConsume=5581.81, totalAluminumConsume=, totalLHCost=768.7800, steamFee=0), MaterialDto(materialName=KVV22 16X4, model=KVV22, specification=16*4, voltage=450/750V, standard=GB, costPrice=36968.27, factoryPrice=52904.72, netVolume=1112.30, inventory=A140, weighInv=99.00, matPrice=4451.200000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=1022.9400, steamFee=0), MaterialDto(materialName=KVV22 22X1.5, model=KVV22, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=20800.80, factoryPrice=29311.37, netVolume=790.55, inventory=A140, weighInv=99.00, matPrice=3810.800000, totalCopperConsume=16990.00, totalAluminumConsume=, totalLHCost=1285.9800, steamFee=0), MaterialDto(materialName=KVV22 25X2.5, model=KVV22, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=37320.23, factoryPrice=52372.26, netVolume=1249.50, inventory=A140, weighInv=99.00, matPrice=5614.670000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1237.8700, steamFee=0), MaterialDto(materialName=KVV22 32X2.5, model=KVV22, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=47394.88, factoryPrice=66386.07, netVolume=1548.82, inventory=A160, weighInv=159.00, matPrice=6811.760000, totalCopperConsume=40583.11, totalAluminumConsume=, totalLHCost=1456.3400, steamFee=0), MaterialDto(materialName=KVV32 13X1.5, model=KVV32, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=14878.15, factoryPrice=23802.70, netVolume=899.59, inventory=A140, weighInv=99.00, matPrice=4840.150000, totalCopperConsume=10038.00, totalAluminumConsume=, totalLHCost=3937.7400, steamFee=0), MaterialDto(materialName=KVV32 15X4, model=KVV32, specification=15*4, voltage=450/750V, standard=GB, costPrice=38266.39, factoryPrice=58935.58, netVolume=1689.45, inventory=A140, weighInv=99.00, matPrice=7780.390000, totalCopperConsume=30486.00, totalAluminumConsume=, totalLHCost=3576.6900, steamFee=0), MaterialDto(materialName=KVV32 16X1, model=KVV32, specification=16*1, voltage=450/750V, standard=GB, costPrice=12763.98, factoryPrice=21420.85, netVolume=788.45, inventory=A140, weighInv=99.00, matPrice=4261.980000, totalCopperConsume=8502.00, totalAluminumConsume=, totalLHCost=4262.9700, steamFee=0), MaterialDto(materialName=KVV32 21X0.75, model=KVV32, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=13062.59, factoryPrice=21140.40, netVolume=852.15, inventory=A140, weighInv=99.00, matPrice=4692.590000, totalCopperConsume=8370.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 36X1, model=KVV32, specification=36*1, voltage=450/750V, standard=GB, costPrice=26466.52, factoryPrice=41456.83, netVolume=1445.29, inventory=A140, weighInv=99.00, matPrice=7332.520000, totalCopperConsume=19134.00, totalAluminumConsume=, totalLHCost=306.5400, steamFee=0), MaterialDto(materialName=KVVR 4X1, model=KVVR, specification=4*1, voltage=450/750V, standard=GB, costPrice=2583.16, factoryPrice=4075.61, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=592.440000, totalCopperConsume=1990.72, totalAluminumConsume=, totalLHCost=316.9500, steamFee=0), MaterialDto(materialName=KVVR 4X2.5, model=KVVR, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=5804.63, factoryPrice=8938.85, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=959.900000, totalCopperConsume=4844.74, totalAluminumConsume=, totalLHCost=422.4100, steamFee=0), MaterialDto(materialName=KVVR 6X2.5, model=KVVR, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=8670.41, factoryPrice=13277.53, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1403.310000, totalCopperConsume=7267.10, totalAluminumConsume=, totalLHCost=512.4500, steamFee=0), MaterialDto(materialName=KVVR 21X1, model=KVVR, specification=21*1, voltage=450/750V, standard=GB, costPrice=12613.49, factoryPrice=19690.75, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2162.220000, totalCopperConsume=10451.27, totalAluminumConsume=, totalLHCost=1115.7800, steamFee=0), MaterialDto(materialName=KVVR 21X2.5, model=KVVR, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=29325.47, factoryPrice=44656.33, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3890.620000, totalCopperConsume=25434.85, totalAluminumConsume=, totalLHCost=1180.3000, steamFee=0), MaterialDto(materialName=KVVR 25X1, model=KVVR, specification=25*1, voltage=450/750V, standard=GB, costPrice=14972.41, factoryPrice=23105.92, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2530.420000, totalCopperConsume=12441.99, totalAluminumConsume=, totalLHCost=1247.4500, steamFee=0), MaterialDto(materialName=KVV 3X0.75, model=KVV, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=1580.00, factoryPrice=2280.73, netVolume=75.82, inventory=B80, weighInv=22.00, matPrice=383.900000, totalCopperConsume=1196.10, totalAluminumConsume=, totalLHCost=289.4000, steamFee=0), MaterialDto(materialName=KVV 4X1, model=KVV, specification=4*1, voltage=450/750V, standard=GB, costPrice=2623.79, factoryPrice=3871.00, netVolume=106.90, inventory=B80, weighInv=22.00, matPrice=497.610000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=311.3700, steamFee=0), MaterialDto(materialName=KVV 4X2.5, model=KVV, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=5881.37, factoryPrice=8474.33, netVolume=194.98, inventory=B100, weighInv=47.00, matPrice=808.480000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=394.9700, steamFee=0), MaterialDto(materialName=KVV 21X1, model=KVV, specification=21*1, voltage=450/750V, standard=GB, costPrice=12838.20, factoryPrice=18662.96, netVolume=402.69, inventory=A120, weighInv=64.00, matPrice=1675.780000, totalCopperConsume=11162.42, totalAluminumConsume=, totalLHCost=1086.4900, steamFee=0), MaterialDto(materialName=KVV 21X2.5, model=KVV, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=29718.92, factoryPrice=42296.60, netVolume=824.22, inventory=A140, weighInv=99.00, matPrice=3086.250000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1036.2300, steamFee=0), MaterialDto(materialName=KVV 23X1, model=KVV, specification=23*1, voltage=450/750V, standard=GB, costPrice=14082.24, factoryPrice=20400.17, netVolume=444.98, inventory=A120, weighInv=64.00, matPrice=1856.730000, totalCopperConsume=12225.51, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 33X2.5, model=KVV, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=46378.79, factoryPrice=65148.93, netVolume=1245.95, inventory=A140, weighInv=99.00, matPrice=4527.460000, totalCopperConsume=41851.34, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 12X2.5, model=KVV22, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=18473.85, factoryPrice=26077.11, netVolume=685.26, inventory=A140, weighInv=99.00, matPrice=3255.190000, totalCopperConsume=15218.67, totalAluminumConsume=, totalLHCost=785.0000, steamFee=0), MaterialDto(materialName=KVV22 12X4, model=KVV22, specification=12*4, voltage=450/750V, standard=GB, costPrice=28100.46, factoryPrice=40108.30, netVolume=888.66, inventory=A140, weighInv=99.00, matPrice=3712.660000, totalCopperConsume=24387.80, totalAluminumConsume=, totalLHCost=846.0700, steamFee=0), MaterialDto(materialName=KVV22 17X0.75, model=KVV22, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=9145.80, factoryPrice=12663.70, netVolume=439.75, inventory=A120, weighInv=64.00, matPrice=2367.890000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 17X4, model=KVV22, specification=17*4, voltage=450/750V, standard=GB, costPrice=39529.81, factoryPrice=56180.85, netVolume=1215.39, inventory=A140, weighInv=99.00, matPrice=4980.430000, totalCopperConsume=34549.39, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 18X2.5, model=KVV22, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=27037.84, factoryPrice=38540.15, netVolume=930.48, inventory=A140, weighInv=99.00, matPrice=4209.840000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=964.0800, steamFee=0), MaterialDto(materialName=KVV22 20X1.5, model=KVV22, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=18917.27, factoryPrice=26740.71, netVolume=718.47, inventory=A140, weighInv=99.00, matPrice=3471.820000, totalCopperConsume=15445.46, totalAluminumConsume=, totalLHCost=1057.9000, steamFee=0), MaterialDto(materialName=KVV22 26X1.5, model=KVV22, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=24305.73, factoryPrice=33909.96, netVolume=892.50, inventory=A140, weighInv=99.00, matPrice=4226.640000, totalCopperConsume=20079.09, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 5X4, model=KVV32, specification=5*4, voltage=450/750V, standard=GB, costPrice=14206.01, factoryPrice=23247.33, netVolume=788.07, inventory=A140, weighInv=99.00, matPrice=4042.010000, totalCopperConsume=10164.00, totalAluminumConsume=, totalLHCost=3193.0600, steamFee=0), MaterialDto(materialName=KVV32 16X6, model=KVV32, specification=16*6, voltage=450/750V, standard=GB, costPrice=58213.15, factoryPrice=90093.18, netVolume=2226.31, inventory=A160, weighInv=159.00, matPrice=9151.150000, totalCopperConsume=49062.00, totalAluminumConsume=, totalLHCost=4017.2200, steamFee=0), MaterialDto(materialName=KVV32 28X1.5, model=KVV32, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=29602.37, factoryPrice=44869.63, netVolume=1583.84, inventory=A140, weighInv=99.00, matPrice=7978.370000, totalCopperConsume=21624.00, totalAluminumConsume=, totalLHCost=3969.5200, steamFee=0), MaterialDto(materialName=KVV32 29X0.75, model=KVV32, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=17821.75, factoryPrice=27330.05, netVolume=1172.19, inventory=A140, weighInv=99.00, matPrice=6259.750000, totalCopperConsume=11562.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 30X0.75, model=KVV32, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=18266.45, factoryPrice=27992.86, netVolume=1183.89, inventory=A140, weighInv=99.00, matPrice=6302.460000, totalCopperConsume=11964.00, totalAluminumConsume=, totalLHCost=271.8000, steamFee=0), MaterialDto(materialName=KVV32 35X0.75, model=KVV32, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=20882.14, factoryPrice=31756.42, netVolume=1311.74, inventory=A140, weighInv=99.00, matPrice=6926.140000, totalCopperConsume=13956.00, totalAluminumConsume=, totalLHCost=303.2100, steamFee=0), MaterialDto(materialName=KVVR 2X4, model=KVVR, specification=2*4, voltage=450/750V, standard=GB, costPrice=4629.99, factoryPrice=7171.62, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=731.700000, totalCopperConsume=3898.28, totalAluminumConsume=, totalLHCost=378.1900, steamFee=0), MaterialDto(materialName=KVVR 7X1, model=KVVR, specification=7*1, voltage=450/750V, standard=GB, costPrice=4303.93, factoryPrice=6817.70, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=820.180000, totalCopperConsume=3483.76, totalAluminumConsume=, totalLHCost=390.3800, steamFee=0), MaterialDto(materialName=KVVR 21X0.75, model=KVVR, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=9712.07, factoryPrice=14671.88, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1880.030000, totalCopperConsume=7832.03, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 29X1, model=KVVR, specification=29*1, voltage=450/750V, standard=GB, costPrice=17386.48, factoryPrice=26660.92, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2953.770000, totalCopperConsume=14432.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 30X1.5, model=KVVR, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=25504.76, factoryPrice=38627.05, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3696.120000, totalCopperConsume=21808.64, totalAluminumConsume=, totalLHCost=1304.0000, steamFee=0), MaterialDto(materialName=KVVP2-22 36X1.5, model=KVVP2-22, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=36380.52, factoryPrice=50312.73, netVolume=1282.10, inventory=A140, weighInv=99.00, matPrice=8574.790000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1536.9500, steamFee=0), MaterialDto(materialName=KVVP3 10X1, model=KVVP3, specification=10*1, voltage=450/750V, standard=GB, costPrice=6560.42, factoryPrice=9644.32, netVolume=220.52, inventory=B100, weighInv=47.00, matPrice=1235.380000, totalCopperConsume=5315.44, totalAluminumConsume=, totalLHCost=527.1900, steamFee=0), MaterialDto(materialName=KVVP3 11X2.5, model=KVVP3, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=16211.67, factoryPrice=23245.75, netVolume=477.78, inventory=A120, weighInv=64.00, matPrice=2251.630000, totalCopperConsume=13950.44, totalAluminumConsume=, totalLHCost=644.7400, steamFee=0), MaterialDto(materialName=KVVP3 13X4, model=KVVP3, specification=13*4, voltage=450/750V, standard=GB, costPrice=29457.40, factoryPrice=42547.03, netVolume=769.76, inventory=A140, weighInv=99.00, matPrice=3027.680000, totalCopperConsume=26420.12, totalAluminumConsume=, totalLHCost=769.6500, steamFee=0), MaterialDto(materialName=KVVP3 14X4, model=KVVP3, specification=14*4, voltage=450/750V, standard=GB, costPrice=31609.11, factoryPrice=45598.01, netVolume=815.94, inventory=A140, weighInv=99.00, matPrice=3147.080000, totalCopperConsume=28452.44, totalAluminumConsume=, totalLHCost=799.4900, steamFee=0), MaterialDto(materialName=KVVP3 16X1.5, model=KVVP3, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=14571.42, factoryPrice=20792.01, netVolume=451.32, inventory=A120, weighInv=64.00, matPrice=2205.450000, totalCopperConsume=12356.36, totalAluminumConsume=, totalLHCost=741.6400, steamFee=0), MaterialDto(materialName=KVVP3 20X0.75, model=KVVP3, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=9832.87, factoryPrice=14037.51, netVolume=340.93, inventory=A120, weighInv=64.00, matPrice=1849.260000, totalCopperConsume=7974.01, totalAluminumConsume=, totalLHCost=964.2400, steamFee=0), MaterialDto(materialName=KVVP3 21X1.5, model=KVVP3, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=18878.48, factoryPrice=26954.80, netVolume=564.92, inventory=A120, weighInv=64.00, matPrice=2651.150000, totalCopperConsume=16217.73, totalAluminumConsume=, totalLHCost=1057.2600, steamFee=0), MaterialDto(materialName=KVVP3 34X1.5, model=KVVP3, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=30270.08, factoryPrice=42934.92, netVolume=891.79, inventory=A140, weighInv=99.00, matPrice=4003.200000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1212.1000, steamFee=0), MaterialDto(materialName=KVV 2X4, model=KVV, specification=2*4, voltage=450/750V, standard=GB, costPrice=4708.32, factoryPrice=6803.48, netVolume=159.81, inventory=B100, weighInv=47.00, matPrice=643.690000, totalCopperConsume=4064.63, totalAluminumConsume=, totalLHCost=352.2900, steamFee=0), MaterialDto(materialName=KVV 6X1, model=KVV, specification=6*1, voltage=450/750V, standard=GB, costPrice=3821.95, factoryPrice=5608.21, netVolume=140.14, inventory=B100, weighInv=47.00, matPrice=632.690000, totalCopperConsume=3189.26, totalAluminumConsume=, totalLHCost=353.3500, steamFee=0), MaterialDto(materialName=KVV 9X0.75, model=KVV, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=4343.63, factoryPrice=6195.97, netVolume=162.59, inventory=B100, weighInv=47.00, matPrice=755.330000, totalCopperConsume=3588.31, totalAluminumConsume=, totalLHCost=515.8600, steamFee=0), MaterialDto(materialName=KVV 31X1, model=KVV, specification=31*1, voltage=450/750V, standard=GB, costPrice=18799.12, factoryPrice=27170.47, netVolume=571.36, inventory=A120, weighInv=64.00, matPrice=2321.260000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1363.6600, steamFee=0), MaterialDto(materialName=KVV 36X0.75, model=KVV, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=16714.51, factoryPrice=23188.87, netVolume=547.82, inventory=A120, weighInv=64.00, matPrice=2361.300000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1490.4700, steamFee=0), MaterialDto(materialName=KVV22 5X6, model=KVV22, specification=5*6, voltage=450/750V, standard=GB, costPrice=17766.08, factoryPrice=25716.08, netVolume=597.95, inventory=A120, weighInv=64.00, matPrice=2434.820000, totalCopperConsume=15331.25, totalAluminumConsume=, totalLHCost=568.4400, steamFee=0), MaterialDto(materialName=KVV22 10X2.5, model=KVV22, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=15689.57, factoryPrice=22029.15, netVolume=615.39, inventory=A140, weighInv=99.00, matPrice=3007.340000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=726.3500, steamFee=0), MaterialDto(materialName=KVV22 12X6, model=KVV22, specification=12*6, voltage=450/750V, standard=GB, costPrice=40853.69, factoryPrice=58977.45, netVolume=1155.06, inventory=A140, weighInv=99.00, matPrice=4058.670000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=902.3900, steamFee=0), MaterialDto(materialName=KVV22 13X0.75, model=KVV22, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=7213.42, factoryPrice=9949.26, netVolume=367.62, inventory=A120, weighInv=64.00, matPrice=2030.310000, totalCopperConsume=5183.11, totalAluminumConsume=, totalLHCost=488.8600, steamFee=0), MaterialDto(materialName=KVV22 19X1, model=KVV22, specification=19*1, voltage=450/750V, standard=GB, costPrice=12697.65, factoryPrice=18354.86, netVolume=517.01, inventory=A120, weighInv=64.00, matPrice=2598.310000, totalCopperConsume=10099.34, totalAluminumConsume=, totalLHCost=978.8800, steamFee=0), MaterialDto(materialName=KVV22 22X0.75, model=KVV22, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=11523.70, factoryPrice=16052.80, netVolume=521.75, inventory=A120, weighInv=64.00, matPrice=2752.290000, totalCopperConsume=8771.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 24X2.5, model=KVV22, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=35897.12, factoryPrice=50907.60, netVolume=1210.69, inventory=A140, weighInv=99.00, matPrice=5459.790000, totalCopperConsume=30437.33, totalAluminumConsume=, totalLHCost=1213.1300, steamFee=0), MaterialDto(materialName=KVV32 6X2.5, model=KVV32, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=11594.53, factoryPrice=18890.48, netVolume=736.37, inventory=A140, weighInv=99.00, matPrice=3986.530000, totalCopperConsume=7608.00, totalAluminumConsume=, totalLHCost=3207.0500, steamFee=0), MaterialDto(materialName=KVV32 9X1.5, model=KVV32, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=10934.13, factoryPrice=18199.23, netVolume=725.73, inventory=A140, weighInv=99.00, matPrice=3986.130000, totalCopperConsume=6948.00, totalAluminumConsume=, totalLHCost=3359.8700, steamFee=0), MaterialDto(materialName=KVV32 23X1, model=KVV32, specification=23*1, voltage=450/750V, standard=GB, costPrice=18343.55, factoryPrice=28766.27, netVolume=1161.75, inventory=A140, weighInv=99.00, matPrice=6115.550000, totalCopperConsume=12228.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 24X1, model=KVV32, specification=24*1, voltage=450/750V, standard=GB, costPrice=18920.17, factoryPrice=30104.53, netVolume=1176.05, inventory=A140, weighInv=99.00, matPrice=6164.170000, totalCopperConsume=12756.00, totalAluminumConsume=, totalLHCost=251.8100, steamFee=0), MaterialDto(materialName=KVVP3 37X1.5, model=KVVP3, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=32768.14, factoryPrice=46505.72, netVolume=947.92, inventory=A140, weighInv=99.00, matPrice=4184.450000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1275.8200, steamFee=0), MaterialDto(materialName=KVV 6X6, model=KVV, specification=6*6, voltage=450/750V, standard=GB, costPrice=19900.47, factoryPrice=28711.76, netVolume=510.12, inventory=A120, weighInv=64.00, matPrice=1502.960000, totalCopperConsume=18397.51, totalAluminumConsume=, totalLHCost=485.2300, steamFee=0), MaterialDto(materialName=KVV 7X0.75, model=KVV, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=3399.55, factoryPrice=4856.13, netVolume=129.02, inventory=B100, weighInv=47.00, matPrice=608.640000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=395.2700, steamFee=0), MaterialDto(materialName=KVV 12X1.5, model=KVV, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=10699.42, factoryPrice=15127.71, netVolume=341.18, inventory=A120, weighInv=64.00, matPrice=1432.150000, totalCopperConsume=9267.28, totalAluminumConsume=, totalLHCost=716.4700, steamFee=0), MaterialDto(materialName=KVV 17X0.75, model=KVV, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=8118.67, factoryPrice=11398.91, netVolume=294.37, inventory=A120, weighInv=64.00, matPrice=1340.760000, totalCopperConsume=6777.91, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 18X2.5, model=KVV, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=25590.33, factoryPrice=36389.77, netVolume=726.41, inventory=A140, weighInv=99.00, matPrice=2762.320000, totalCopperConsume=22828.00, totalAluminumConsume=, totalLHCost=844.9700, steamFee=0), MaterialDto(materialName=KVV 19X4, model=KVV, specification=19*4, voltage=450/750V, standard=GB, costPrice=41957.12, factoryPrice=59526.50, netVolume=1042.93, inventory=A140, weighInv=99.00, matPrice=3343.100000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=879.3600, steamFee=0), MaterialDto(materialName=KVV 22X2.5, model=KVV, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=31161.94, factoryPrice=44274.76, netVolume=868.31, inventory=A140, weighInv=99.00, matPrice=3261.050000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1072.8100, steamFee=0), MaterialDto(materialName=KVV22 16X0.75, model=KVV22, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=8618.42, factoryPrice=11932.16, netVolume=414.86, inventory=A120, weighInv=64.00, matPrice=2239.210000, totalCopperConsume=6379.21, totalAluminumConsume=, totalLHCost=822.7000, steamFee=0), MaterialDto(materialName=KVV22 27X1.5, model=KVV22, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=25145.51, factoryPrice=35158.16, netVolume=912.90, inventory=A140, weighInv=99.00, matPrice=4294.140000, totalCopperConsume=20851.36, totalAluminumConsume=, totalLHCost=1206.3400, steamFee=0), MaterialDto(materialName=KVV32 8X1.5, model=KVV32, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=9818.25, factoryPrice=16266.10, netVolume=659.90, inventory=A120, weighInv=64.00, matPrice=3638.250000, totalCopperConsume=6180.00, totalAluminumConsume=, totalLHCost=3073.4300, steamFee=0), MaterialDto(materialName=KVV32 15X6, model=KVV32, specification=15*6, voltage=450/750V, standard=GB, costPrice=55019.46, factoryPrice=85172.27, netVolume=2160.91, inventory=A160, weighInv=159.00, matPrice=9023.460000, totalCopperConsume=45996.00, totalAluminumConsume=, totalLHCost=3981.1900, steamFee=0), MaterialDto(materialName=KVV32 26X1, model=KVV32, specification=26*1, voltage=450/750V, standard=GB, costPrice=20101.81, factoryPrice=31507.57, netVolume=1207.29, inventory=A140, weighInv=99.00, matPrice=6283.810000, totalCopperConsume=13818.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 32X2.5, model=KVV32, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=52622.00, factoryPrice=78729.03, netVolume=2553.94, inventory=A160, weighInv=159.00, matPrice=12038.000000, totalCopperConsume=40584.00, totalAluminumConsume=, totalLHCost=278.4600, steamFee=0), MaterialDto(materialName=KVV32 33X1, model=KVV32, specification=33*1, voltage=450/750V, standard=GB, costPrice=24564.33, factoryPrice=38503.81, netVolume=1375.62, inventory=A140, weighInv=99.00, matPrice=7026.330000, totalCopperConsume=17538.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 34X0.75, model=KVV32, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=20436.74, factoryPrice=31133.90, netVolume=1299.94, inventory=A140, weighInv=99.00, matPrice=6882.740000, totalCopperConsume=13554.00, totalAluminumConsume=, totalLHCost=299.8800, steamFee=0), MaterialDto(materialName=KVVR 9X2.5, model=KVVR, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=12804.72, factoryPrice=19680.48, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1904.070000, totalCopperConsume=10900.65, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 12X4, model=KVVR, specification=12*4, voltage=450/750V, standard=GB, costPrice=26253.24, factoryPrice=40075.12, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2863.520000, totalCopperConsume=23389.72, totalAluminumConsume=, totalLHCost=850.0800, steamFee=0), MaterialDto(materialName=KVVR 16X6, model=KVVR, specification=16*6, voltage=450/750V, standard=GB, costPrice=51338.76, factoryPrice=78954.18, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4559.320000, totalCopperConsume=46779.44, totalAluminumConsume=, totalLHCost=1118.7500, steamFee=0), MaterialDto(materialName=KVVR 27X2.5, model=KVVR, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=37554.75, factoryPrice=56514.23, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4852.790000, totalCopperConsume=32701.95, totalAluminumConsume=, totalLHCost=1356.4200, steamFee=0), MaterialDto(materialName=KVVR 37X0.75, model=KVVR, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=16902.28, factoryPrice=25111.73, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3102.990000, totalCopperConsume=13799.30, totalAluminumConsume=, totalLHCost=1537.5100, steamFee=0), MaterialDto(materialName=KVVRP 3X2.5, model=KVVRP, specification=3*2.5, voltage=450/750V, standard=GB, costPrice=6023.35, factoryPrice=9600.87, netVolume=181.94, inventory=B100, weighInv=47.00, matPrice=2271.730000, totalCopperConsume=3633.55, totalAluminumConsume=, totalLHCost=463.0300, steamFee=0), MaterialDto(materialName=KVVRP 8X6, model=KVVRP, specification=8*6, voltage=450/750V, standard=GB, costPrice=29822.63, factoryPrice=48213.70, netVolume=722.68, inventory=A140, weighInv=99.00, matPrice=6181.410000, totalCopperConsume=23389.72, totalAluminumConsume=, totalLHCost=896.1000, steamFee=0), MaterialDto(materialName=KVVRP 11X2.5, model=KVVRP, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=19340.40, factoryPrice=30505.06, netVolume=531.32, inventory=A120, weighInv=64.00, matPrice=5773.130000, totalCopperConsume=13323.02, totalAluminumConsume=, totalLHCost=797.6400, steamFee=0), MaterialDto(materialName=KVVRP 14X4, model=KVVRP, specification=14*4, voltage=450/750V, standard=GB, costPrice=36441.61, factoryPrice=55400.33, netVolume=909.40, inventory=A140, weighInv=99.00, matPrice=8947.760000, totalCopperConsume=27288.01, totalAluminumConsume=, totalLHCost=989.8100, steamFee=0), MaterialDto(materialName=KVVP3 30X2.5, model=KVVP3, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=42835.18, factoryPrice=61180.76, netVolume=1162.05, inventory=A140, weighInv=99.00, matPrice=4778.910000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1236.0100, steamFee=0), MaterialDto(materialName=KVV 10X2.5, model=KVV, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=14378.90, factoryPrice=20439.67, netVolume=428.62, inventory=A120, weighInv=64.00, matPrice=1696.670000, totalCopperConsume=12682.22, totalAluminumConsume=, totalLHCost=622.5400, steamFee=0), MaterialDto(materialName=KVV 15X6, model=KVV, specification=15*6, voltage=450/750V, standard=GB, costPrice=49102.97, factoryPrice=70138.57, netVolume=1168.36, inventory=A140, weighInv=99.00, matPrice=3109.200000, totalCopperConsume=45993.77, totalAluminumConsume=, totalLHCost=813.1500, steamFee=0), MaterialDto(materialName=KVV22 3X6, model=KVV22, specification=3*6, voltage=450/750V, standard=GB, costPrice=11036.90, factoryPrice=15920.87, netVolume=411.81, inventory=A120, weighInv=64.00, matPrice=1838.150000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=490.8500, steamFee=0), MaterialDto(materialName=KVV22 4X4, model=KVV22, specification=4*4, voltage=450/750V, standard=GB, costPrice=10085.96, factoryPrice=14340.87, netVolume=406.80, inventory=A120, weighInv=64.00, matPrice=1956.690000, totalCopperConsume=8129.27, totalAluminumConsume=, totalLHCost=509.1700, steamFee=0), MaterialDto(materialName=KVV22 7X1.5, model=KVV22, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=7211.31, factoryPrice=10091.46, netVolume=337.74, inventory=A120, weighInv=64.00, matPrice=1805.400000, totalCopperConsume=5405.91, totalAluminumConsume=, totalLHCost=507.6100, steamFee=0), MaterialDto(materialName=KVV22 8X1, model=KVV22, specification=8*1, voltage=450/750V, standard=GB, costPrice=5866.79, factoryPrice=8483.81, netVolume=295.03, inventory=B100, weighInv=47.00, matPrice=1614.440000, totalCopperConsume=4252.35, totalAluminumConsume=, totalLHCost=612.6400, steamFee=0), MaterialDto(materialName=KVV22 8X6, model=KVV22, specification=8*6, voltage=450/750V, standard=GB, costPrice=27635.42, factoryPrice=40296.32, netVolume=829.18, inventory=A140, weighInv=99.00, matPrice=3105.410000, totalCopperConsume=24530.01, totalAluminumConsume=, totalLHCost=764.3300, steamFee=0), MaterialDto(materialName=KVV22 21X0.75, model=KVV22, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=10977.38, factoryPrice=15281.76, netVolume=494.76, inventory=A120, weighInv=64.00, matPrice=2604.670000, totalCopperConsume=8372.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 31X1, model=KVV22, specification=31*1, voltage=450/750V, standard=GB, costPrice=20262.03, factoryPrice=29120.98, netVolume=779.49, inventory=A140, weighInv=99.00, matPrice=3784.160000, totalCopperConsume=16477.87, totalAluminumConsume=, totalLHCost=1409.3900, steamFee=0), MaterialDto(materialName=KVV22 31X2.5, model=KVV22, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=46029.10, factoryPrice=64459.26, netVolume=1517.22, inventory=A160, weighInv=159.00, matPrice=6714.210000, totalCopperConsume=39314.89, totalAluminumConsume=, totalLHCost=1431.5900, steamFee=0), MaterialDto(materialName=KVV32 6X1, model=KVV32, specification=6*1, voltage=450/750V, standard=GB, costPrice=5450.68, factoryPrice=10646.83, netVolume=391.92, inventory=A120, weighInv=64.00, matPrice=2258.680000, totalCopperConsume=3192.00, totalAluminumConsume=, totalLHCost=3661.5100, steamFee=0), MaterialDto(materialName=KVV32 10X0.75, model=KVV32, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=7433.63, factoryPrice=12429.86, netVolume=600.69, inventory=A120, weighInv=64.00, matPrice=3443.630000, totalCopperConsume=3990.00, totalAluminumConsume=, totalLHCost=3125.9600, steamFee=0), MaterialDto(materialName=KVV32 33X1.5, model=KVV32, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=33979.12, factoryPrice=51466.92, netVolume=1715.20, inventory=A160, weighInv=159.00, matPrice=8491.120000, totalCopperConsume=25488.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 36X0.75, model=KVV32, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=21320.73, factoryPrice=32419.23, netVolume=1323.34, inventory=A140, weighInv=99.00, matPrice=6968.730000, totalCopperConsume=14352.00, totalAluminumConsume=, totalLHCost=306.5400, steamFee=0), MaterialDto(materialName=KVVR 7X1.5, model=KVVR, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=6078.94, factoryPrice=9416.80, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=990.250000, totalCopperConsume=5088.68, totalAluminumConsume=, totalLHCost=470.1300, steamFee=0), MaterialDto(materialName=KVVR 8X1, model=KVVR, specification=8*1, voltage=450/750V, standard=GB, costPrice=4908.26, factoryPrice=7761.75, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=926.820000, totalCopperConsume=3981.44, totalAluminumConsume=, totalLHCost=527.4600, steamFee=0), MaterialDto(materialName=KVVR 8X6, model=KVVR, specification=8*6, voltage=450/750V, standard=GB, costPrice=25928.92, factoryPrice=40163.60, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2539.210000, totalCopperConsume=23389.72, totalAluminumConsume=, totalLHCost=745.0000, steamFee=0), MaterialDto(materialName=KVVR 12X2.5, model=KVVR, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=16905.50, factoryPrice=25732.67, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2371.300000, totalCopperConsume=14534.20, totalAluminumConsume=, totalLHCost=757.3500, steamFee=0), MaterialDto(materialName=KVVR 28X1.5, model=KVVR, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=23875.21, factoryPrice=36155.93, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3520.480000, totalCopperConsume=20354.73, totalAluminumConsume=, totalLHCost=1263.9800, steamFee=0), MaterialDto(materialName=KVVR 37X2.5, model=KVVR, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=51413.64, factoryPrice=77007.62, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=6599.850000, totalCopperConsume=44813.78, totalAluminumConsume=, totalLHCost=1647.7900, steamFee=0), MaterialDto(materialName=KVVRP 3X0.75, model=KVVRP, specification=3*0.75, voltage=450/750V, standard=GB, costPrice=2632.86, factoryPrice=4356.85, netVolume=94.74, inventory=B80, weighInv=22.00, matPrice=1435.410000, totalCopperConsume=1118.86, totalAluminumConsume=, totalLHCost=360.1900, steamFee=0), MaterialDto(materialName=KVVRP 7X2.5, model=KVVRP, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=12206.17, factoryPrice=20449.15, netVolume=347.17, inventory=A120, weighInv=64.00, matPrice=3565.660000, totalCopperConsume=8478.28, totalAluminumConsume=, totalLHCost=611.1600, steamFee=0), MaterialDto(materialName=KVVRP 15X4, model=KVVRP, specification=15*4, voltage=450/750V, standard=GB, costPrice=38988.57, factoryPrice=59268.96, netVolume=973.46, inventory=A140, weighInv=99.00, matPrice=9532.640000, totalCopperConsume=29237.15, totalAluminumConsume=, totalLHCost=1070.0700, steamFee=0), MaterialDto(materialName=KVVRP 25X2.5, model=KVVRP, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=42077.11, factoryPrice=65236.62, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11546.090000, totalCopperConsume=30279.59, totalAluminumConsume=, totalLHCost=1605.7400, steamFee=0), MaterialDto(materialName=KVVP3 27X0.75, model=KVVP3, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=13083.52, factoryPrice=18382.51, netVolume=441.90, inventory=A120, weighInv=64.00, matPrice=2309.010000, totalCopperConsume=10764.91, totalAluminumConsume=, totalLHCost=1132.4900, steamFee=0), MaterialDto(materialName=KVVP3 35X2.5, model=KVVP3, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=49832.96, factoryPrice=71145.03, netVolume=1342.63, inventory=A140, weighInv=99.00, matPrice=5435.580000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1369.0000, steamFee=0), MaterialDto(materialName=KVV 3X6, model=KVV, specification=3*6, voltage=450/750V, standard=GB, costPrice=10017.48, factoryPrice=14573.92, netVolume=265.62, inventory=B100, weighInv=47.00, matPrice=818.730000, totalCopperConsume=9198.76, totalAluminumConsume=, totalLHCost=395.8700, steamFee=0), MaterialDto(materialName=KVV 10X4, model=KVV, specification=10*4, voltage=450/750V, standard=GB, costPrice=22319.91, factoryPrice=31663.20, netVolume=587.90, inventory=A120, weighInv=64.00, matPrice=1996.740000, totalCopperConsume=20323.17, totalAluminumConsume=, totalLHCost=642.1800, steamFee=0), MaterialDto(materialName=KVV 11X6, model=KVV, specification=11*6, voltage=450/750V, standard=GB, costPrice=36159.52, factoryPrice=51662.05, netVolume=878.26, inventory=A140, weighInv=99.00, matPrice=2430.750000, totalCopperConsume=33728.77, totalAluminumConsume=, totalLHCost=673.0000, steamFee=0), MaterialDto(materialName=KVV 12X6, model=KVV, specification=12*6, voltage=450/750V, standard=GB, costPrice=39353.66, factoryPrice=56277.23, netVolume=943.69, inventory=A140, weighInv=99.00, matPrice=2558.640000, totalCopperConsume=36795.02, totalAluminumConsume=, totalLHCost=694.6600, steamFee=0), MaterialDto(materialName=KVV 16X4, model=KVV, specification=16*4, voltage=450/750V, standard=GB, costPrice=35464.71, factoryPrice=50296.93, netVolume=900.44, inventory=A140, weighInv=99.00, matPrice=2947.640000, totalCopperConsume=32517.07, totalAluminumConsume=, totalLHCost=826.9400, steamFee=0), MaterialDto(materialName=KVV 23X0.75, model=KVV, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=10867.33, factoryPrice=15206.71, netVolume=379.36, inventory=A120, weighInv=64.00, matPrice=1697.230000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 4X1, model=KVV22, specification=4*1, voltage=450/750V, standard=GB, costPrice=3440.46, factoryPrice=4702.08, netVolume=231.28, inventory=B100, weighInv=47.00, matPrice=1314.280000, totalCopperConsume=2126.18, totalAluminumConsume=, totalLHCost=403.1500, steamFee=0), MaterialDto(materialName=KVV22 7X6, model=KVV22, specification=7*6, voltage=450/750V, standard=GB, costPrice=24210.99, factoryPrice=35149.47, netVolume=728.08, inventory=A140, weighInv=99.00, matPrice=2747.240000, totalCopperConsume=21463.76, totalAluminumConsume=, totalLHCost=662.7700, steamFee=0), MaterialDto(materialName=KVV22 18X0.75, model=KVV22, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=9587.47, factoryPrice=13298.07, netVolume=451.44, inventory=A120, weighInv=64.00, matPrice=2410.870000, totalCopperConsume=7176.61, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 23X2.5, model=KVV22, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=34531.35, factoryPrice=48762.75, netVolume=1179.09, inventory=A140, weighInv=99.00, matPrice=5362.230000, totalCopperConsume=29169.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 26X0.75, model=KVV22, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=13518.55, factoryPrice=18445.71, netVolume=602.47, inventory=A140, weighInv=99.00, matPrice=3152.340000, totalCopperConsume=10366.21, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 37X1, model=KVV22, specification=37*1, voltage=450/750V, standard=GB, costPrice=23810.58, factoryPrice=34309.70, netVolume=873.74, inventory=A140, weighInv=99.00, matPrice=4143.450000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1573.5100, steamFee=0), MaterialDto(materialName=KVV32 2X4, model=KVV32, specification=2*4, voltage=450/750V, standard=GB, costPrice=6409.92, factoryPrice=11944.80, netVolume=423.62, inventory=A120, weighInv=64.00, matPrice=2347.920000, totalCopperConsume=4062.00, totalAluminumConsume=, totalLHCost=3798.9700, steamFee=0), MaterialDto(materialName=KVV32 3X1.5, model=KVV32, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=4306.50, factoryPrice=8460.90, netVolume=339.82, inventory=B100, weighInv=47.00, matPrice=1990.500000, totalCopperConsume=2316.00, totalAluminumConsume=, totalLHCost=3359.8000, steamFee=0), MaterialDto(materialName=KVV32 4X4, model=KVV32, specification=4*4, voltage=450/750V, standard=GB, costPrice=11769.72, factoryPrice=19259.41, netVolume=695.69, inventory=A120, weighInv=64.00, matPrice=3639.720000, totalCopperConsume=8130.00, totalAluminumConsume=, totalLHCost=2982.3100, steamFee=0), MaterialDto(materialName=KVV32 7X0.75, model=KVV32, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4984.59, factoryPrice=9636.42, netVolume=374.57, inventory=A120, weighInv=64.00, matPrice=2194.590000, totalCopperConsume=2790.00, totalAluminumConsume=, totalLHCost=3617.9100, steamFee=0), MaterialDto(materialName=KVV32 7X2.5, model=KVV32, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=12931.83, factoryPrice=20999.78, netVolume=760.38, inventory=A140, weighInv=99.00, matPrice=4051.830000, totalCopperConsume=8880.00, totalAluminumConsume=, totalLHCost=3233.8300, steamFee=0), MaterialDto(materialName=KVV32 18X1, model=KVV32, specification=18*1, voltage=450/750V, standard=GB, costPrice=14231.68, factoryPrice=23514.35, netVolume=865.49, inventory=A140, weighInv=99.00, matPrice=4661.680000, totalCopperConsume=9570.00, totalAluminumConsume=, totalLHCost=3495.2000, steamFee=0), MaterialDto(materialName=KVVR 3X1, model=KVVR, specification=3*1, voltage=450/750V, standard=GB, costPrice=1982.56, factoryPrice=3133.93, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=489.530000, totalCopperConsume=1493.04, totalAluminumConsume=, totalLHCost=281.6200, steamFee=0), MaterialDto(materialName=KVVR 6X1, model=KVVR, specification=6*1, voltage=450/750V, standard=GB, costPrice=3757.98, factoryPrice=5910.78, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=771.900000, totalCopperConsume=2986.08, totalAluminumConsume=, totalLHCost=361.7200, steamFee=0), MaterialDto(materialName=KVVR 18X1, model=KVVR, specification=18*1, voltage=450/750V, standard=GB, costPrice=10889.25, factoryPrice=16970.78, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1931.010000, totalCopperConsume=8958.23, totalAluminumConsume=, totalLHCost=806.6000, steamFee=0), MaterialDto(materialName=KVVRP 6X1.5, model=KVVRP, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=7102.62, factoryPrice=11373.63, netVolume=213.93, inventory=B100, weighInv=47.00, matPrice=2608.280000, totalCopperConsume=4361.73, totalAluminumConsume=, totalLHCost=439.1400, steamFee=0), MaterialDto(materialName=KVVRP 6X2.5, model=KVVRP, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=10893.76, factoryPrice=18386.46, netVolume=323.07, inventory=A120, weighInv=64.00, matPrice=3464.430000, totalCopperConsume=7267.10, totalAluminumConsume=, totalLHCost=582.9600, steamFee=0), MaterialDto(materialName=KVVP2-22 14X1.5, model=KVVP2-22, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=15630.65, factoryPrice=21817.43, netVolume=622.74, inventory=A120, weighInv=64.00, matPrice=4814.930000, totalCopperConsume=10811.82, totalAluminumConsume=, totalLHCost=863.1500, steamFee=0), MaterialDto(materialName=KVVP3 33X0.75, model=KVVP3, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=15823.24, factoryPrice=22214.80, netVolume=523.19, inventory=A120, weighInv=64.00, matPrice=2656.530000, totalCopperConsume=13157.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVP3 37X2.5, model=KVVP3, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=52532.64, factoryPrice=75130.58, netVolume=1398.25, inventory=A140, weighInv=99.00, matPrice=5598.810000, totalCopperConsume=46924.22, totalAluminumConsume=, totalLHCost=1418.5000, steamFee=0), MaterialDto(materialName=KVV 4X6, model=KVV, specification=4*6, voltage=450/750V, standard=GB, costPrice=13404.89, factoryPrice=19460.07, netVolume=363.71, inventory=B100, weighInv=47.00, matPrice=1139.890000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=417.2100, steamFee=0), MaterialDto(materialName=KVV 6X2.5, model=KVV, specification=6*2.5, voltage=450/750V, standard=GB, costPrice=8785.56, factoryPrice=12602.87, netVolume=283.14, inventory=B100, weighInv=47.00, matPrice=1176.220000, totalCopperConsume=7609.33, totalAluminumConsume=, totalLHCost=471.2800, steamFee=0), MaterialDto(materialName=KVV 9X1.5, model=KVV, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=8130.62, factoryPrice=11631.17, netVolume=273.15, inventory=B100, weighInv=47.00, matPrice=1180.170000, totalCopperConsume=6950.45, totalAluminumConsume=, totalLHCost=629.6800, steamFee=0), MaterialDto(materialName=KVV 23X1.5, model=KVV, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=20302.09, factoryPrice=28597.21, netVolume=622.68, inventory=A140, weighInv=99.00, matPrice=2539.810000, totalCopperConsume=17762.27, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV 24X1, model=KVV, specification=24*1, voltage=450/750V, standard=GB, costPrice=14662.53, factoryPrice=21296.03, netVolume=459.35, inventory=A120, weighInv=64.00, matPrice=1905.480000, totalCopperConsume=12757.06, totalAluminumConsume=, totalLHCost=1218.8000, steamFee=0), MaterialDto(materialName=KVV 24X1.5, model=KVV, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=21141.86, factoryPrice=29849.36, netVolume=643.07, inventory=A140, weighInv=99.00, matPrice=2607.310000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1095.4100, steamFee=0), MaterialDto(materialName=KVV22 4X6, model=KVV22, specification=4*6, voltage=450/750V, standard=GB, costPrice=14394.89, factoryPrice=20819.66, netVolume=503.93, inventory=A120, weighInv=64.00, matPrice=2129.880000, totalCopperConsume=12265.01, totalAluminumConsume=, totalLHCost=534.7600, steamFee=0), MaterialDto(materialName=KVV22 7X0.75, model=KVV22, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4216.96, factoryPrice=5800.18, netVolume=246.75, inventory=B100, weighInv=47.00, matPrice=1426.060000, totalCopperConsume=2790.90, totalAluminumConsume=, totalLHCost=485.9200, steamFee=0), MaterialDto(materialName=KVV22 11X1, model=KVV22, specification=11*1, voltage=450/750V, standard=GB, costPrice=7837.02, factoryPrice=11156.38, netVolume=371.32, inventory=A120, weighInv=64.00, matPrice=1990.040000, totalCopperConsume=5846.98, totalAluminumConsume=, totalLHCost=810.5900, steamFee=0), MaterialDto(materialName=KVV22 15X1, model=KVV22, specification=15*1, voltage=450/750V, standard=GB, costPrice=10313.76, factoryPrice=14815.66, netVolume=452.13, inventory=A120, weighInv=64.00, matPrice=2340.600000, totalCopperConsume=7973.16, totalAluminumConsume=, totalLHCost=829.1600, steamFee=0), MaterialDto(materialName=KVV22 16X2.5, model=KVV22, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=24172.23, factoryPrice=34416.35, netVolume=846.82, inventory=A140, weighInv=99.00, matPrice=3880.670000, totalCopperConsume=20291.56, totalAluminumConsume=, totalLHCost=925.9400, steamFee=0), MaterialDto(materialName=KVV22 19X0.75, model=KVV22, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=10007.89, factoryPrice=13917.43, netVolume=458.08, inventory=A120, weighInv=64.00, matPrice=2432.590000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=913.1700, steamFee=0), MaterialDto(materialName=KVV22 19X4, model=KVV22, specification=19*4, voltage=450/750V, standard=GB, costPrice=43790.74, factoryPrice=62368.13, netVolume=1297.65, inventory=A140, weighInv=99.00, matPrice=5176.720000, totalCopperConsume=38614.02, totalAluminumConsume=, totalLHCost=1099.8900, steamFee=0), MaterialDto(materialName=KVV22 22X1, model=KVV22, specification=22*1, voltage=450/750V, standard=GB, costPrice=14750.03, factoryPrice=21157.78, netVolume=607.48, inventory=A140, weighInv=99.00, matPrice=3056.060000, totalCopperConsume=11693.97, totalAluminumConsume=, totalLHCost=1223.1700, steamFee=0), MaterialDto(materialName=KVV22 24X1.5, model=KVV22, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=22582.62, factoryPrice=31879.66, netVolume=846.20, inventory=A140, weighInv=99.00, matPrice=4048.070000, totalCopperConsume=18534.55, totalAluminumConsume=, totalLHCost=1143.8200, steamFee=0), MaterialDto(materialName=KVV22 32X0.75, model=KVV22, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=16322.58, factoryPrice=22595.58, netVolume=695.58, inventory=A140, weighInv=99.00, matPrice=3564.170000, totalCopperConsume=12758.41, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 36X0.75, model=KVV22, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=18178.88, factoryPrice=25192.31, netVolume=756.15, inventory=A140, weighInv=99.00, matPrice=3825.670000, totalCopperConsume=14353.21, totalAluminumConsume=, totalLHCost=1486.7500, steamFee=0), MaterialDto(materialName=KVV32 3X6, model=KVV32, specification=3*6, voltage=450/750V, standard=GB, costPrice=12719.32, factoryPrice=20956.33, netVolume=700.73, inventory=A120, weighInv=64.00, matPrice=3521.320000, totalCopperConsume=9198.00, totalAluminumConsume=, totalLHCost=2961.9600, steamFee=0), MaterialDto(materialName=KVV32 11X0.75, model=KVV32, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=7952.11, factoryPrice=13099.78, netVolume=624.20, inventory=A120, weighInv=64.00, matPrice=3566.110000, totalCopperConsume=4386.00, totalAluminumConsume=, totalLHCost=3272.4700, steamFee=0), MaterialDto(materialName=KVV32 17X1.5, model=KVV32, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=19282.81, factoryPrice=29615.52, netVolume=1180.29, inventory=A140, weighInv=99.00, matPrice=6154.810000, totalCopperConsume=13128.00, totalAluminumConsume=, totalLHCost=4381.7800, steamFee=0), MaterialDto(materialName=KVV32 23X0.75, model=KVV32, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=14337.70, factoryPrice=22932.91, netVolume=938.79, inventory=A140, weighInv=99.00, matPrice=5169.700000, totalCopperConsume=9168.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 30X1, model=KVV32, specification=30*1, voltage=450/750V, standard=GB, costPrice=22574.67, factoryPrice=35553.16, netVolume=1289.25, inventory=A140, weighInv=99.00, matPrice=6626.670000, totalCopperConsume=15948.00, totalAluminumConsume=, totalLHCost=286.5500, steamFee=0), MaterialDto(materialName=KVV22 27X1, model=KVV22, specification=27*1, voltage=450/750V, standard=GB, costPrice=17777.88, factoryPrice=25522.53, netVolume=697.52, inventory=A140, weighInv=99.00, matPrice=3426.200000, totalCopperConsume=14351.69, totalAluminumConsume=, totalLHCost=1282.0200, steamFee=0), MaterialDto(materialName=KVV22 36X2.5, model=KVV22, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=53009.89, factoryPrice=74790.88, netVolume=1698.13, inventory=A160, weighInv=159.00, matPrice=7353.890000, totalCopperConsume=45656.00, totalAluminumConsume=, totalLHCost=1555.3300, steamFee=0), MaterialDto(materialName=KVV22 37X1.5, model=KVV22, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=34080.56, factoryPrice=47461.62, netVolume=1189.34, inventory=A140, weighInv=99.00, matPrice=5506.470000, totalCopperConsume=28574.09, totalAluminumConsume=, totalLHCost=1463.0800, steamFee=0), MaterialDto(materialName=KVV32 2X2.5, model=KVV32, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=4677.95, factoryPrice=9130.82, netVolume=367.38, inventory=A120, weighInv=64.00, matPrice=2139.950000, totalCopperConsume=2538.00, totalAluminumConsume=, totalLHCost=3620.1400, steamFee=0), MaterialDto(materialName=KVV32 9X1, model=KVV32, specification=9*1, voltage=450/750V, standard=GB, costPrice=8142.33, factoryPrice=14147.32, netVolume=597.59, inventory=A120, weighInv=64.00, matPrice=3360.330000, totalCopperConsume=4782.00, totalAluminumConsume=, totalLHCost=2957.8100, steamFee=0), MaterialDto(materialName=KVV32 15X0.75, model=KVV32, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=10007.97, factoryPrice=16292.96, netVolume=717.53, inventory=A140, weighInv=99.00, matPrice=4025.970000, totalCopperConsume=5982.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 15X1.5, model=KVV32, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=17339.01, factoryPrice=26783.37, netVolume=1094.68, inventory=A140, weighInv=99.00, matPrice=5753.010000, totalCopperConsume=11586.00, totalAluminumConsume=, totalLHCost=4178.3400, steamFee=0), MaterialDto(materialName=KVV32 33X2.5, model=KVV32, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=53985.76, factoryPrice=80840.70, netVolume=2585.54, inventory=A160, weighInv=159.00, matPrice=12135.760000, totalCopperConsume=41850.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 3X4, model=KVVR, specification=3*4, voltage=450/750V, standard=GB, costPrice=6726.99, factoryPrice=10430.37, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=879.560000, totalCopperConsume=5847.43, totalAluminumConsume=, totalLHCost=412.4800, steamFee=0), MaterialDto(materialName=KVVR 9X1.5, model=KVVR, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=7922.16, factoryPrice=12246.58, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1379.560000, totalCopperConsume=6542.59, totalAluminumConsume=, totalLHCost=655.1500, steamFee=0), MaterialDto(materialName=KVVR 14X0.75, model=KVVR, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=6595.17, factoryPrice=9961.11, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1373.820000, totalCopperConsume=5221.36, totalAluminumConsume=, totalLHCost=690.6800, steamFee=0), MaterialDto(materialName=KVVR 16X2.5, model=KVVR, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=22502.57, factoryPrice=34191.20, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3123.640000, totalCopperConsume=19378.93, totalAluminumConsume=, totalLHCost=922.7700, steamFee=0), MaterialDto(materialName=KVVR 20X0.75, model=KVVR, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=9256.11, factoryPrice=14018.55, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1797.030000, totalCopperConsume=7459.08, totalAluminumConsume=, totalLHCost=1092.7900, steamFee=0), MaterialDto(materialName=KVVR 27X1, model=KVVR, specification=27*1, voltage=450/750V, standard=GB, costPrice=16107.11, factoryPrice=24867.62, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2669.760000, totalCopperConsume=13437.35, totalAluminumConsume=, totalLHCost=1324.3800, steamFee=0), MaterialDto(materialName=KVVR 37X1.5, model=KVVR, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=31310.95, factoryPrice=47407.11, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4413.630000, totalCopperConsume=26897.32, totalAluminumConsume=, totalLHCost=1479.5700, steamFee=0), MaterialDto(materialName=KVVRP 2X2.5, model=KVVRP, specification=2*2.5, voltage=450/750V, standard=GB, costPrice=4559.63, factoryPrice=7374.65, netVolume=147.90, inventory=B100, weighInv=47.00, matPrice=2027.230000, totalCopperConsume=2422.37, totalAluminumConsume=, totalLHCost=434.8300, steamFee=0), MaterialDto(materialName=KVVRP 9X1, model=KVVRP, specification=9*1, voltage=450/750V, standard=GB, costPrice=7561.48, factoryPrice=12161.26, netVolume=242.03, inventory=B100, weighInv=47.00, matPrice=2941.010000, totalCopperConsume=4479.11, totalAluminumConsume=, totalLHCost=619.0200, steamFee=0), MaterialDto(materialName=KVVRP 15X1.5, model=KVVRP, specification=15*1.5, voltage=450/750V, standard=GB, costPrice=16453.81, factoryPrice=26389.95, netVolume=472.95, inventory=A120, weighInv=64.00, matPrice=5292.730000, totalCopperConsume=10904.32, totalAluminumConsume=, totalLHCost=1020.5200, steamFee=0), MaterialDto(materialName=KVV22 30X2.5, model=KVV22, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=44518.01, factoryPrice=62353.91, netVolume=1463.67, inventory=A160, weighInv=159.00, matPrice=6471.340000, totalCopperConsume=38046.67, totalAluminumConsume=, totalLHCost=1419.5600, steamFee=0), MaterialDto(materialName=KVV32 2X0.75, model=KVV32, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=2392.84, factoryPrice=5346.72, netVolume=259.73, inventory=B100, weighInv=47.00, matPrice=1594.840000, totalCopperConsume=798.00, totalAluminumConsume=, totalLHCost=2971.1000, steamFee=0), MaterialDto(materialName=KVV32 5X2.5, model=KVV32, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=10008.60, factoryPrice=16423.31, netVolume=672.39, inventory=A120, weighInv=64.00, matPrice=3666.600000, totalCopperConsume=6342.00, totalAluminumConsume=, totalLHCost=2988.7300, steamFee=0), MaterialDto(materialName=KVV32 17X1, model=KVV32, specification=17*1, voltage=450/750V, standard=GB, costPrice=13648.95, factoryPrice=22578.20, netVolume=851.09, inventory=A140, weighInv=99.00, matPrice=4612.950000, totalCopperConsume=9036.00, totalAluminumConsume=, totalLHCost=3961.9300, steamFee=0), MaterialDto(materialName=KVV32 19X6, model=KVV32, specification=19*6, voltage=450/750V, standard=GB, costPrice=68157.29, factoryPrice=105650.65, netVolume=2480.09, inventory=A160, weighInv=159.00, matPrice=9897.290000, totalCopperConsume=58260.00, totalAluminumConsume=, totalLHCost=4225.3400, steamFee=0), MaterialDto(materialName=KVV32 23X2.5, model=KVV32, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=38102.31, factoryPrice=58446.57, netVolume=1839.36, inventory=A160, weighInv=159.00, matPrice=8930.310000, totalCopperConsume=29172.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 18X6, model=KVVR, specification=18*6, voltage=450/750V, standard=GB, costPrice=57678.17, factoryPrice=88704.36, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5051.310000, totalCopperConsume=52626.86, totalAluminumConsume=, totalLHCost=1186.2100, steamFee=0), MaterialDto(materialName=KVVR 35X1, model=KVVR, specification=35*1, voltage=450/750V, standard=GB, costPrice=20866.79, factoryPrice=32234.37, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3448.000000, totalCopperConsume=17418.79, totalAluminumConsume=, totalLHCost=1564.5800, steamFee=0), MaterialDto(materialName=KVVRP 13X1, model=KVVRP, specification=13*1, voltage=450/750V, standard=GB, costPrice=10268.14, factoryPrice=17707.06, netVolume=317.25, inventory=A120, weighInv=64.00, matPrice=3630.780000, totalCopperConsume=6469.84, totalAluminumConsume=, totalLHCost=842.7800, steamFee=0), MaterialDto(materialName=KVVRP 4X4, model=KVVRP, specification=4*4, voltage=450/750V, standard=GB, costPrice=11055.07, factoryPrice=18132.87, netVolume=315.08, inventory=B100, weighInv=47.00, matPrice=3109.820000, totalCopperConsume=7796.57, totalAluminumConsume=, totalLHCost=537.8300, steamFee=0), MaterialDto(materialName=KVVRP 6X0.75, model=KVVRP, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=4392.18, factoryPrice=7081.56, netVolume=147.46, inventory=B100, weighInv=47.00, matPrice=2047.230000, totalCopperConsume=2237.72, totalAluminumConsume=, totalLHCost=439.1200, steamFee=0), MaterialDto(materialName=KVVRP 12X1, model=KVVRP, specification=12*1, voltage=450/750V, standard=GB, costPrice=9540.94, factoryPrice=16368.01, netVolume=296.26, inventory=A120, weighInv=64.00, matPrice=3410.790000, totalCopperConsume=5972.15, totalAluminumConsume=, totalLHCost=820.0400, steamFee=0), MaterialDto(materialName=KVVRP 20X2.5, model=KVVRP, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=34028.90, factoryPrice=51549.08, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9593.670000, totalCopperConsume=24223.67, totalAluminumConsume=, totalLHCost=1221.3200, steamFee=0), MaterialDto(materialName=KVVRP 21X0.75, model=KVVRP, specification=21*0.75, voltage=450/750V, standard=GB, costPrice=12246.62, factoryPrice=20517.88, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4229.510000, totalCopperConsume=7832.03, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 30X1, model=KVVRP, specification=30*1, voltage=450/750V, standard=GB, costPrice=22046.18, factoryPrice=35117.08, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6851.380000, totalCopperConsume=14930.39, totalAluminumConsume=, totalLHCost=1731.9900, steamFee=0), MaterialDto(materialName=KVVR 3X6, model=KVVR, specification=3*6, voltage=450/750V, standard=GB, costPrice=9954.62, factoryPrice=15401.05, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1183.480000, totalCopperConsume=8771.14, totalAluminumConsume=, totalLHCost=449.1100, steamFee=0), MaterialDto(materialName=KVVR 28X1, model=KVVR, specification=28*1, voltage=450/750V, standard=GB, costPrice=16819.12, factoryPrice=25787.97, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2884.090000, totalCopperConsume=13935.03, totalAluminumConsume=, totalLHCost=1348.4100, steamFee=0), MaterialDto(materialName=KVVR 31X1, model=KVVR, specification=31*1, voltage=450/750V, standard=GB, costPrice=18558.37, factoryPrice=28664.36, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3130.300000, totalCopperConsume=15428.07, totalAluminumConsume=, totalLHCost=1406.8900, steamFee=0), MaterialDto(materialName=KVVR 34X1, model=KVVR, specification=34*1, voltage=450/750V, standard=GB, costPrice=20299.44, factoryPrice=31357.47, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3378.330000, totalCopperConsume=16921.10, totalAluminumConsume=, totalLHCost=1506.1900, steamFee=0), MaterialDto(materialName=KVVRP 2X1, model=KVVRP, specification=2*1, voltage=450/750V, standard=GB, costPrice=2496.90, factoryPrice=4175.15, netVolume=92.73, inventory=B80, weighInv=22.00, matPrice=1422.530000, totalCopperConsume=995.36, totalAluminumConsume=, totalLHCost=328.0600, steamFee=0), MaterialDto(materialName=KVVRP 4X0.75, model=KVVRP, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=3212.97, factoryPrice=5245.60, netVolume=113.22, inventory=B80, weighInv=22.00, matPrice=1633.770000, totalCopperConsume=1491.82, totalAluminumConsume=, totalLHCost=381.8400, steamFee=0), MaterialDto(materialName=KVVRP 9X2.5, model=KVVRP, specification=9*2.5, voltage=450/750V, standard=GB, costPrice=16216.38, factoryPrice=25957.03, netVolume=451.81, inventory=A120, weighInv=64.00, matPrice=5066.190000, totalCopperConsume=10900.65, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 13X0.75, model=KVVRP, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=8289.82, factoryPrice=13692.28, netVolume=272.87, inventory=B100, weighInv=47.00, matPrice=3286.330000, totalCopperConsume=4848.40, totalAluminumConsume=, totalLHCost=581.5100, steamFee=0), MaterialDto(materialName=KVVRP 16X1, model=KVVRP, specification=16*1, voltage=450/750V, standard=GB, costPrice=12155.02, factoryPrice=20709.85, netVolume=369.72, inventory=A120, weighInv=64.00, matPrice=4014.120000, totalCopperConsume=7962.88, totalAluminumConsume=, totalLHCost=942.5700, steamFee=0), MaterialDto(materialName=KVVRP 17X1.5, model=KVVRP, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=18308.35, factoryPrice=29364.30, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5711.570000, totalCopperConsume=12358.23, totalAluminumConsume=, totalLHCost=1058.1400, steamFee=0), MaterialDto(materialName=KVVRP 19X2.5, model=KVVRP, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=32480.23, factoryPrice=48882.83, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9262.320000, totalCopperConsume=23012.48, totalAluminumConsume=, totalLHCost=1067.4900, steamFee=0), MaterialDto(materialName=KVVRP 27X0.75, model=KVVRP, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=16019.44, factoryPrice=25141.75, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5714.680000, totalCopperConsume=10069.76, totalAluminumConsume=, totalLHCost=1441.3900, steamFee=0), MaterialDto(materialName=KVVRP 27X2.5, model=KVVRP, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=44766.13, factoryPrice=69599.00, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11812.750000, totalCopperConsume=32701.95, totalAluminumConsume=, totalLHCost=1430.7200, steamFee=0), MaterialDto(materialName=KVV32 10X1.5, model=KVV32, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=11969.48, factoryPrice=19492.46, netVolume=777.09, inventory=A140, weighInv=99.00, matPrice=4247.480000, totalCopperConsume=7722.00, totalAluminumConsume=, totalLHCost=3647.4600, steamFee=0), MaterialDto(materialName=KVV32 14X4, model=KVV32, specification=14*4, voltage=450/750V, standard=GB, costPrice=35818.53, factoryPrice=55187.03, netVolume=1593.61, inventory=A140, weighInv=99.00, matPrice=7366.530000, totalCopperConsume=28452.00, totalAluminumConsume=, totalLHCost=3889.4600, steamFee=0), MaterialDto(materialName=KVV32 31X2.5, model=KVV32, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=51252.82, factoryPrice=76716.90, netVolume=2522.34, inventory=A160, weighInv=159.00, matPrice=11940.820000, totalCopperConsume=39312.00, totalAluminumConsume=, totalLHCost=4372.6700, steamFee=0), MaterialDto(materialName=KVV32 32X1, model=KVV32, specification=32*1, voltage=450/750V, standard=GB, costPrice=23987.71, factoryPrice=37603.21, netVolume=1361.32, inventory=A140, weighInv=99.00, matPrice=6977.710000, totalCopperConsume=17010.00, totalAluminumConsume=, totalLHCost=293.2200, steamFee=0), MaterialDto(materialName=KVVR 4X0.75, model=KVVR, specification=4*0.75, voltage=450/750V, standard=GB, costPrice=2011.87, factoryPrice=3092.06, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=520.050000, totalCopperConsume=1491.82, totalAluminumConsume=, totalLHCost=313.0200, steamFee=0), MaterialDto(materialName=KVVR 4X1.5, model=KVVR, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=3607.49, factoryPrice=5600.31, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=699.670000, totalCopperConsume=2907.82, totalAluminumConsume=, totalLHCost=322.6800, steamFee=0), MaterialDto(materialName=KVVR 11X2.5, model=KVVR, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=15560.99, factoryPrice=23643.12, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2237.970000, totalCopperConsume=13323.02, totalAluminumConsume=, totalLHCost=728.8300, steamFee=0), MaterialDto(materialName=KVVR 29X2.5, model=KVVR, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=40291.89, factoryPrice=60636.45, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5167.570000, totalCopperConsume=35124.32, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 31X2.5, model=KVVR, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=43033.84, factoryPrice=64731.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5487.150000, totalCopperConsume=37546.69, totalAluminumConsume=, totalLHCost=1461.7100, steamFee=0), MaterialDto(materialName=KVVRP 12X4, model=KVVRP, specification=12*4, voltage=450/750V, standard=GB, costPrice=32015.01, factoryPrice=48335.36, netVolume=803.23, inventory=A140, weighInv=99.00, matPrice=8254.770000, totalCopperConsume=23389.72, totalAluminumConsume=, totalLHCost=920.5900, steamFee=0), MaterialDto(materialName=KVVRP 16X1.5, model=KVVRP, specification=16*1.5, voltage=450/750V, standard=GB, costPrice=17268.58, factoryPrice=27657.90, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5380.540000, totalCopperConsume=11631.28, totalAluminumConsume=, totalLHCost=989.7300, steamFee=0), MaterialDto(materialName=KVVRP 27X1.5, model=KVVRP, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=28919.72, factoryPrice=43856.85, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9086.930000, totalCopperConsume=19627.78, totalAluminumConsume=, totalLHCost=1546.8300, steamFee=0), MaterialDto(materialName=KVVR 12X6, model=KVVR, specification=12*6, voltage=450/750V, standard=GB, costPrice=38647.33, factoryPrice=59469.62, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3562.760000, totalCopperConsume=35084.58, totalAluminumConsume=, totalLHCost=907.6100, steamFee=0), MaterialDto(materialName=KVVR 14X1.5, model=KVVR, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=12082.05, factoryPrice=18501.01, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1904.690000, totalCopperConsume=10177.36, totalAluminumConsume=, totalLHCost=757.9400, steamFee=0), MaterialDto(materialName=KVVR 16X4, model=KVVR, specification=16*4, voltage=450/750V, standard=GB, costPrice=34802.21, factoryPrice=53126.71, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3615.920000, totalCopperConsume=31186.29, totalAluminumConsume=, totalLHCost=1034.1700, steamFee=0), MaterialDto(materialName=KVVR 25X2.5, model=KVVR, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=34865.72, factoryPrice=52420.45, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4586.140000, totalCopperConsume=30279.59, totalAluminumConsume=, totalLHCost=1297.4200, steamFee=0), MaterialDto(materialName=KVVRP 4X1, model=KVVRP, specification=4*1, voltage=450/750V, standard=GB, costPrice=3877.00, factoryPrice=6366.61, netVolume=130.58, inventory=B100, weighInv=47.00, matPrice=1792.090000, totalCopperConsume=1990.72, totalAluminumConsume=, totalLHCost=385.7600, steamFee=0), MaterialDto(materialName=KVVRP 5X1.5, model=KVVRP, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=6124.17, factoryPrice=9799.16, netVolume=195.99, inventory=B100, weighInv=47.00, matPrice=2369.490000, totalCopperConsume=3634.78, totalAluminumConsume=, totalLHCost=415.3200, steamFee=0), MaterialDto(materialName=KVVRP 6X4, model=KVVRP, specification=6*4, voltage=450/750V, standard=GB, costPrice=15827.44, factoryPrice=26456.31, netVolume=426.34, inventory=A120, weighInv=64.00, matPrice=3949.200000, totalCopperConsume=11694.86, totalAluminumConsume=, totalLHCost=619.5000, steamFee=0), MaterialDto(materialName=KVVRP 9X4, model=KVVRP, specification=9*4, voltage=450/750V, standard=GB, costPrice=23669.93, factoryPrice=38014.80, netVolume=617.64, inventory=A140, weighInv=99.00, matPrice=5880.760000, totalCopperConsume=17542.29, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 13X6, model=KVVRP, specification=13*6, voltage=450/750V, standard=GB, costPrice=48576.48, factoryPrice=74413.26, netVolume=1140.18, inventory=A140, weighInv=99.00, matPrice=10333.810000, totalCopperConsume=38008.29, totalAluminumConsume=, totalLHCost=1030.2600, steamFee=0), MaterialDto(materialName=KVVRP 15X6, model=KVVRP, specification=15*6, voltage=450/750V, standard=GB, costPrice=55357.13, factoryPrice=87333.71, netVolume=1294.95, inventory=A140, weighInv=99.00, matPrice=11252.240000, totalCopperConsume=43855.72, totalAluminumConsume=, totalLHCost=1153.6500, steamFee=0), MaterialDto(materialName=KVVRP 26X1.5, model=KVVRP, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=28104.95, factoryPrice=42366.12, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8999.110000, totalCopperConsume=18900.82, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 32X1, model=KVVRP, specification=32*1, voltage=450/750V, standard=GB, costPrice=24702.79, factoryPrice=37250.08, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8583.250000, totalCopperConsume=15925.75, totalAluminumConsume=, totalLHCost=1582.0300, steamFee=0), MaterialDto(materialName=KVVRP 34X2.5, model=KVVRP, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=57626.32, factoryPrice=85920.40, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=16088.250000, totalCopperConsume=41180.24, totalAluminumConsume=, totalLHCost=1710.3900, steamFee=0), MaterialDto(materialName=KVVRP 37X1, model=KVVRP, specification=37*1, voltage=450/750V, standard=GB, costPrice=27819.01, factoryPrice=42042.22, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9202.670000, totalCopperConsume=18414.14, totalAluminumConsume=, totalLHCost=1920.9700, steamFee=0), MaterialDto(materialName=KVVR 24X2.5, model=KVVR, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=33514.11, factoryPrice=50986.60, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4445.710000, totalCopperConsume=29068.40, totalAluminumConsume=, totalLHCost=1267.9200, steamFee=0), MaterialDto(materialName=KVVR 28X2.5, model=KVVR, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=38947.37, factoryPrice=58610.10, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5034.240000, totalCopperConsume=33913.13, totalAluminumConsume=, totalLHCost=1385.9200, steamFee=0), MaterialDto(materialName=KVVR 32X0.75, model=KVVR, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=14597.84, factoryPrice=21825.33, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2663.310000, totalCopperConsume=11934.53, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 32X2.5, model=KVVR, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=44378.35, factoryPrice=66748.68, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5620.480000, totalCopperConsume=38757.87, totalAluminumConsume=, totalLHCost=1491.2100, steamFee=0), MaterialDto(materialName=KVVR 34X0.75, model=KVVR, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=15608.00, factoryPrice=23158.06, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2927.570000, totalCopperConsume=12680.44, totalAluminumConsume=, totalLHCost=1467.6100, steamFee=0), MaterialDto(materialName=KVVR 36X1, model=KVVR, specification=36*1, voltage=450/750V, standard=GB, costPrice=21434.14, factoryPrice=33115.22, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3517.670000, totalCopperConsume=17916.47, totalAluminumConsume=, totalLHCost=1588.6200, steamFee=0), MaterialDto(materialName=KVVRP 7X4, model=KVVRP, specification=7*4, voltage=450/750V, standard=GB, costPrice=17890.54, factoryPrice=29769.57, netVolume=462.21, inventory=A120, weighInv=64.00, matPrice=4063.150000, totalCopperConsume=13644.00, totalAluminumConsume=, totalLHCost=653.7900, steamFee=0), MaterialDto(materialName=KVVRP 9X0.75, model=KVVRP, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=6058.77, factoryPrice=9787.31, netVolume=194.15, inventory=B100, weighInv=47.00, matPrice=2571.280000, totalCopperConsume=3356.59, totalAluminumConsume=, totalLHCost=590.6100, steamFee=0), MaterialDto(materialName=KVVRP 18X0.75, model=KVVRP, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=10794.50, factoryPrice=18181.06, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=3906.410000, totalCopperConsume=6713.17, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 19X1.5, model=KVVRP, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=19916.50, factoryPrice=31898.62, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5865.810000, totalCopperConsume=13812.14, totalAluminumConsume=, totalLHCost=1051.8400, steamFee=0), MaterialDto(materialName=KVVRP 23X2.5, model=KVVRP, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=39205.33, factoryPrice=58304.37, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11102.830000, totalCopperConsume=27857.22, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 26X0.75, model=KVVRP, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=15588.01, factoryPrice=24346.22, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5656.210000, totalCopperConsume=9696.80, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 37X0.75, model=KVVRP, specification=37*0.75, voltage=450/750V, standard=GB, costPrice=21023.99, factoryPrice=32752.61, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6958.380000, totalCopperConsume=13799.30, totalAluminumConsume=, totalLHCost=1688.6100, steamFee=0), MaterialDto(materialName=KVV32 29X1.5, model=KVV32, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=30443.70, factoryPrice=46123.36, netVolume=1604.24, inventory=A140, weighInv=99.00, matPrice=8045.700000, totalCopperConsume=22398.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 34X1.5, model=KVV32, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=35081.59, factoryPrice=53545.41, netVolume=1780.41, inventory=A160, weighInv=159.00, matPrice=8825.590000, totalCopperConsume=26256.00, totalAluminumConsume=, totalLHCost=4328.8100, steamFee=0), MaterialDto(materialName=KVVR 4X4, model=KVVR, specification=4*4, voltage=450/750V, standard=GB, costPrice=9016.37, factoryPrice=13776.02, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1219.790000, totalCopperConsume=7796.57, totalAluminumConsume=, totalLHCost=469.0200, steamFee=0), MaterialDto(materialName=KVVR 6X0.75, model=KVVR, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=2920.91, factoryPrice=4446.12, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=683.180000, totalCopperConsume=2237.72, totalAluminumConsume=, totalLHCost=370.3100, steamFee=0), MaterialDto(materialName=KVVR 9X6, model=KVVR, specification=9*6, voltage=450/750V, standard=GB, costPrice=29160.58, factoryPrice=45348.37, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2847.140000, totalCopperConsume=26313.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 11X1, model=KVVR, specification=11*1, voltage=450/750V, standard=GB, costPrice=6807.80, factoryPrice=10419.31, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1333.320000, totalCopperConsume=5474.48, totalAluminumConsume=, totalLHCost=721.4300, steamFee=0), MaterialDto(materialName=KVVR 15X4, model=KVVR, specification=15*4, voltage=450/750V, standard=GB, costPrice=32696.32, factoryPrice=49903.51, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3459.170000, totalCopperConsume=29237.15, totalAluminumConsume=, totalLHCost=999.5600, steamFee=0), MaterialDto(materialName=KVVR 19X1, model=KVVR, specification=19*1, voltage=450/750V, standard=GB, costPrice=11435.20, factoryPrice=17860.32, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1979.290000, totalCopperConsume=9455.91, totalAluminumConsume=, totalLHCost=902.4200, steamFee=0), MaterialDto(materialName=KVVR 22X1, model=KVVR, specification=22*1, voltage=450/750V, standard=GB, costPrice=13228.69, factoryPrice=20612.68, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2279.740000, totalCopperConsume=10948.95, totalAluminumConsume=, totalLHCost=1191.2000, steamFee=0), MaterialDto(materialName=KVVR 24X0.75, model=KVVR, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=11089.86, factoryPrice=16732.20, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2138.970000, totalCopperConsume=8950.90, totalAluminumConsume=, totalLHCost=1220.3900, steamFee=0), MaterialDto(materialName=KVVR 28X0.75, model=KVVR, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=12841.68, factoryPrice=19212.01, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2398.970000, totalCopperConsume=10442.71, totalAluminumConsume=, totalLHCost=1313.5800, steamFee=0), MaterialDto(materialName=KVVR 36X0.75, model=KVVR, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=16470.86, factoryPrice=24440.23, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3044.510000, totalCopperConsume=13426.34, totalAluminumConsume=, totalLHCost=1514.2100, steamFee=0), MaterialDto(materialName=KVVRP 8X1.5, model=KVVRP, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=9039.70, factoryPrice=15326.00, netVolume=277.04, inventory=B100, weighInv=47.00, matPrice=3078.770000, totalCopperConsume=5815.64, totalAluminumConsume=, totalLHCost=623.9100, steamFee=0), MaterialDto(materialName=KVVRP 26X1, model=KVVRP, specification=26*1, voltage=450/750V, standard=GB, costPrice=19582.42, factoryPrice=30942.72, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6388.760000, totalCopperConsume=12939.67, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 34X0.75, model=KVVRP, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=19729.71, factoryPrice=30841.60, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6782.960000, totalCopperConsume=12680.44, totalAluminumConsume=, totalLHCost=1618.7100, steamFee=0), MaterialDto(materialName=KVV32 25X2.5, model=KVV32, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=41485.16, factoryPrice=63065.70, netVolume=2006.75, inventory=A160, weighInv=159.00, matPrice=9781.160000, totalCopperConsume=31704.00, totalAluminumConsume=, totalLHCost=3991.3700, steamFee=0), MaterialDto(materialName=KVVR 13X0.75, model=KVVR, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=6163.75, factoryPrice=9307.78, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1315.340000, totalCopperConsume=4848.40, totalAluminumConsume=, totalLHCost=430.4100, steamFee=0), MaterialDto(materialName=KVVR 17X2.5, model=KVVR, specification=17*2.5, voltage=450/750V, standard=GB, costPrice=23913.30, factoryPrice=36319.46, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3323.180000, totalCopperConsume=20590.12, totalAluminumConsume=, totalLHCost=939.9400, steamFee=0), MaterialDto(materialName=KVVR 27X0.75, model=KVVR, specification=27*0.75, voltage=450/750V, standard=GB, costPrice=12382.57, factoryPrice=18511.28, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2312.810000, totalCopperConsume=10069.76, totalAluminumConsume=, totalLHCost=1290.2800, steamFee=0), MaterialDto(materialName=KVVRP 3X4, model=KVVRP, specification=3*4, voltage=450/750V, standard=GB, costPrice=8553.03, factoryPrice=13694.65, netVolume=234.10, inventory=B100, weighInv=47.00, matPrice=2572.340000, totalCopperConsume=5847.43, totalAluminumConsume=, totalLHCost=481.3000, steamFee=0), MaterialDto(materialName=KVVRP 6X6, model=KVVRP, specification=6*6, voltage=450/750V, standard=GB, costPrice=23090.30, factoryPrice=37148.17, netVolume=570.57, inventory=A120, weighInv=64.00, matPrice=5318.710000, totalCopperConsume=17542.29, totalAluminumConsume=, totalLHCost=666.0100, steamFee=0), MaterialDto(materialName=KVVRP 18X4, model=KVVRP, specification=18*4, voltage=450/750V, standard=GB, costPrice=45779.09, factoryPrice=69711.18, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10462.150000, totalCopperConsume=35084.58, totalAluminumConsume=, totalLHCost=1161.3400, steamFee=0), MaterialDto(materialName=KVVRP 28X1, model=KVVRP, specification=28*1, voltage=450/750V, standard=GB, costPrice=20911.48, factoryPrice=33341.95, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6712.040000, totalCopperConsume=13935.03, totalAluminumConsume=, totalLHCost=1499.5100, steamFee=0), MaterialDto(materialName=KVVRP 29X2.5, model=KVVRP, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=47799.83, factoryPrice=74285.28, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12413.720000, totalCopperConsume=35124.32, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 11X1, model=KVVRP, specification=11*1, voltage=450/750V, standard=GB, costPrice=8973.59, factoryPrice=14900.98, netVolume=281.92, inventory=A120, weighInv=64.00, matPrice=3341.110000, totalCopperConsume=5474.48, totalAluminumConsume=, totalLHCost=872.5400, steamFee=0), MaterialDto(materialName=KVVRP 14X2.5, model=KVVRP, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=23760.44, factoryPrice=37333.03, netVolume=654.73, inventory=A140, weighInv=99.00, matPrice=6544.770000, totalCopperConsume=16956.57, totalAluminumConsume=, totalLHCost=904.5400, steamFee=0), MaterialDto(materialName=KVVRP 16X0.75, model=KVVRP, specification=16*0.75, voltage=450/750V, standard=GB, costPrice=9752.83, factoryPrice=16576.57, netVolume=316.07, inventory=A120, weighInv=64.00, matPrice=3620.800000, totalCopperConsume=5967.26, totalAluminumConsume=, totalLHCost=899.6200, steamFee=0), MaterialDto(materialName=KVVRP 17X6, model=KVVRP, specification=17*6, voltage=450/750V, standard=GB, costPrice=62140.45, factoryPrice=97970.27, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12172.610000, totalCopperConsume=49703.15, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 19X0.75, model=KVVRP, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=11204.52, factoryPrice=18839.92, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=3943.480000, totalCopperConsume=7086.13, totalAluminumConsume=, totalLHCost=965.6500, steamFee=0), MaterialDto(materialName=KVVR 12X0.75, model=KVVR, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=5593.87, factoryPrice=8462.48, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1118.430000, totalCopperConsume=4475.45, totalAluminumConsume=, totalLHCost=637.5900, steamFee=0), MaterialDto(materialName=KVVR 25X1.5, model=KVVR, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=21391.89, factoryPrice=32358.40, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3218.020000, totalCopperConsume=18173.87, totalAluminumConsume=, totalLHCost=1312.1700, steamFee=0), MaterialDto(materialName=KVVR 33X1, model=KVVR, specification=33*1, voltage=450/750V, standard=GB, costPrice=19693.07, factoryPrice=30422.11, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3269.650000, totalCopperConsume=16423.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 5X4, model=KVVRP, specification=5*4, voltage=450/750V, standard=GB, costPrice=13455.70, factoryPrice=22560.82, netVolume=375.52, inventory=A120, weighInv=64.00, matPrice=3544.380000, totalCopperConsume=9745.72, totalAluminumConsume=, totalLHCost=573.8200, steamFee=0), MaterialDto(materialName=KVVRP 9X1.5, model=KVVRP, specification=9*1.5, voltage=450/750V, standard=GB, costPrice=10145.51, factoryPrice=17617.00, netVolume=310.75, inventory=A120, weighInv=64.00, matPrice=3440.690000, totalCopperConsume=6542.59, totalAluminumConsume=, totalLHCost=725.6600, steamFee=0), MaterialDto(materialName=KVVRP 10X1.5, model=KVVRP, specification=10*1.5, voltage=450/750V, standard=GB, costPrice=11173.09, factoryPrice=19050.85, netVolume=339.77, inventory=A120, weighInv=64.00, matPrice=3728.630000, totalCopperConsume=7269.55, totalAluminumConsume=, totalLHCost=852.5500, steamFee=0), MaterialDto(materialName=KVVRP 10X4, model=KVVRP, specification=10*4, voltage=450/750V, standard=GB, costPrice=26152.21, factoryPrice=41734.91, netVolume=681.50, inventory=A140, weighInv=99.00, matPrice=6394.460000, totalCopperConsume=19491.43, totalAluminumConsume=, totalLHCost=842.2100, steamFee=0), MaterialDto(materialName=KVVRP 12X6, model=KVVRP, specification=12*6, voltage=450/750V, standard=GB, costPrice=45001.00, factoryPrice=69014.40, netVolume=1059.39, inventory=A140, weighInv=99.00, matPrice=9695.490000, totalCopperConsume=35084.58, totalAluminumConsume=, totalLHCost=978.1200, steamFee=0), MaterialDto(materialName=KVVRP 22X1.5, model=KVVRP, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=24548.89, factoryPrice=36769.76, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8192.510000, totalCopperConsume=15993.00, totalAluminumConsume=, totalLHCost=1372.6300, steamFee=0), MaterialDto(materialName=KVV32 33X0.75, model=KVV32, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=19834.10, factoryPrice=30225.40, netVolume=1260.73, inventory=A140, weighInv=99.00, matPrice=6676.100000, totalCopperConsume=13158.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 18X4, model=KVVR, specification=18*4, voltage=450/750V, standard=GB, costPrice=39113.28, factoryPrice=59662.38, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4028.700000, totalCopperConsume=35084.58, totalAluminumConsume=, totalLHCost=1090.8300, steamFee=0), MaterialDto(materialName=KVVR 26X1.5, model=KVVR, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=22206.66, factoryPrice=33594.75, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3305.840000, totalCopperConsume=18900.82, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 36X1.5, model=KVVR, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=30496.18, factoryPrice=46169.97, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4325.810000, totalCopperConsume=26170.37, totalAluminumConsume=, totalLHCost=1454.1000, steamFee=0), MaterialDto(materialName=KVVR 37X1, model=KVVR, specification=37*1, voltage=450/750V, standard=GB, costPrice=22001.49, factoryPrice=33993.70, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3587.350000, totalCopperConsume=18414.14, totalAluminumConsume=, totalLHCost=1612.6500, steamFee=0), MaterialDto(materialName=KVVRP 8X0.75, model=KVVRP, specification=8*0.75, voltage=450/750V, standard=GB, costPrice=5406.77, factoryPrice=8791.12, netVolume=173.92, inventory=B100, weighInv=47.00, matPrice=2305.770000, totalCopperConsume=2983.63, totalAluminumConsume=, totalLHCost=562.0700, steamFee=0), MaterialDto(materialName=KVVRP 14X1.5, model=KVVRP, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=14716.88, factoryPrice=24699.35, netVolume=430.50, inventory=A120, weighInv=64.00, matPrice=4347.080000, totalCopperConsume=10177.36, totalAluminumConsume=, totalLHCost=909.0500, steamFee=0), MaterialDto(materialName=KVVRP 21X1.5, model=KVVRP, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=21923.32, factoryPrice=34787.65, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6404.840000, totalCopperConsume=15266.05, totalAluminumConsume=, totalLHCost=1347.1600, steamFee=0), MaterialDto(materialName=KVVRP 35X2.5, model=KVVRP, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=58970.83, factoryPrice=87972.82, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=16221.580000, totalCopperConsume=42391.42, totalAluminumConsume=, totalLHCost=1739.8900, steamFee=0), MaterialDto(materialName=KVVRP 37X2.5, model=KVVRP, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=61659.86, factoryPrice=92074.50, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=16488.240000, totalCopperConsume=44813.78, totalAluminumConsume=, totalLHCost=1798.8900, steamFee=0), MaterialDto(materialName=KVVRP 28X0.75, model=KVVRP, specification=28*0.75, voltage=450/750V, standard=GB, costPrice=16626.75, factoryPrice=26120.56, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5939.410000, totalCopperConsume=10442.71, totalAluminumConsume=, totalLHCost=1464.6900, steamFee=0), MaterialDto(materialName=KVVRP 31X2.5, model=KVVRP, specification=31*2.5, voltage=450/750V, standard=GB, costPrice=53101.15, factoryPrice=79027.65, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=15211.580000, totalCopperConsume=37546.69, totalAluminumConsume=, totalLHCost=1770.0300, steamFee=0), MaterialDto(materialName=KVVRP 32X1.5, model=KVVRP, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=33580.45, factoryPrice=50819.12, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10095.240000, totalCopperConsume=23262.55, totalAluminumConsume=, totalLHCost=1812.3300, steamFee=0), MaterialDto(materialName=KVVRP 36X1.5, model=KVVRP, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=37161.99, factoryPrice=56041.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10759.260000, totalCopperConsume=26170.37, totalAluminumConsume=, totalLHCost=1762.4200, steamFee=0), MaterialDto(materialName=KVVR 11X1.5, model=KVVR, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=9603.13, factoryPrice=14652.13, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1606.630000, totalCopperConsume=7996.50, totalAluminumConsume=, totalLHCost=746.2900, steamFee=0), MaterialDto(materialName=KVVR 12X1, model=KVVR, specification=12*1, voltage=450/750V, standard=GB, costPrice=7375.15, factoryPrice=11500.03, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1402.990000, totalCopperConsume=5972.15, totalAluminumConsume=, totalLHCost=668.9400, steamFee=0), MaterialDto(materialName=KVVR 17X1.5, model=KVVR, specification=17*1.5, voltage=450/750V, standard=GB, costPrice=14616.77, factoryPrice=22366.48, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2258.540000, totalCopperConsume=12358.23, totalAluminumConsume=, totalLHCost=907.0400, steamFee=0), MaterialDto(materialName=KVVR 19X2.5, model=KVVR, specification=19*2.5, voltage=450/750V, standard=GB, costPrice=26570.23, factoryPrice=40418.77, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3557.740000, totalCopperConsume=23012.48, totalAluminumConsume=, totalLHCost=996.9800, steamFee=0), MaterialDto(materialName=KVVR 23X0.75, model=KVVR, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=10658.44, factoryPrice=16029.10, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2080.500000, totalCopperConsume=8577.94, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 30X0.75, model=KVVR, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=13704.53, factoryPrice=20494.97, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2515.910000, totalCopperConsume=11188.62, totalAluminumConsume=, totalLHCost=1389.0400, steamFee=0), MaterialDto(materialName=KVVR 34X2.5, model=KVVR, specification=34*2.5, voltage=450/750V, standard=GB, costPrice=47380.10, factoryPrice=70870.11, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=6199.860000, totalCopperConsume=41180.24, totalAluminumConsume=, totalLHCost=1559.2900, steamFee=0), MaterialDto(materialName=KVVRP 3X6, model=KVVRP, specification=3*6, voltage=450/750V, standard=GB, costPrice=12031.82, factoryPrice=19860.60, netVolume=319.38, inventory=B100, weighInv=47.00, matPrice=3109.180000, totalCopperConsume=8771.14, totalAluminumConsume=, totalLHCost=519.6200, steamFee=0), MaterialDto(materialName=KVVRP 11X0.75, model=KVVRP, specification=11*0.75, voltage=450/750V, standard=GB, costPrice=7279.41, factoryPrice=11152.43, netVolume=243.45, inventory=B100, weighInv=47.00, matPrice=3030.630000, totalCopperConsume=4102.49, totalAluminumConsume=, totalLHCost=689.8900, steamFee=0), MaterialDto(materialName=KVVRP 12X1.5, model=KVVRP, specification=12*1.5, voltage=450/750V, standard=GB, costPrice=12902.90, factoryPrice=21847.45, netVolume=382.50, inventory=A120, weighInv=64.00, matPrice=3998.010000, totalCopperConsume=8723.45, totalAluminumConsume=, totalLHCost=901.5200, steamFee=0), MaterialDto(materialName=KVVRP 30X0.75, model=KVVRP, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=17489.60, factoryPrice=27424.06, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=6056.360000, totalCopperConsume=11188.62, totalAluminumConsume=, totalLHCost=1540.1500, steamFee=0), MaterialDto(materialName=KVV32 21X2.5, model=KVV32, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=34681.10, factoryPrice=53743.70, netVolume=1660.68, inventory=A140, weighInv=99.00, matPrice=8047.100000, totalCopperConsume=26634.00, totalAluminumConsume=, totalLHCost=4105.9300, steamFee=0), MaterialDto(materialName=KVV32 34X1, model=KVV32, specification=34*1, voltage=450/750V, standard=GB, costPrice=25307.16, factoryPrice=39656.42, netVolume=1416.59, inventory=A140, weighInv=99.00, matPrice=7235.160000, totalCopperConsume=18072.00, totalAluminumConsume=, totalLHCost=299.8800, steamFee=0), MaterialDto(materialName=KVV32 36X2.5, model=KVV32, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=58551.77, factoryPrice=87512.25, netVolume=2757.69, inventory=A160, weighInv=159.00, matPrice=12897.770000, totalCopperConsume=45654.00, totalAluminumConsume=, totalLHCost=4578.3600, steamFee=0), MaterialDto(materialName=KVVR 8X1.5, model=KVVR, specification=8*1.5, voltage=450/750V, standard=GB, costPrice=7046.87, factoryPrice=10915.43, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1231.240000, totalCopperConsume=5815.64, totalAluminumConsume=, totalLHCost=555.0900, steamFee=0), MaterialDto(materialName=KVVR 9X0.75, model=KVVR, specification=9*0.75, voltage=450/750V, standard=GB, costPrice=4264.77, factoryPrice=6531.72, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=908.190000, totalCopperConsume=3356.59, totalAluminumConsume=, totalLHCost=521.8000, steamFee=0), MaterialDto(materialName=KVVR 9X1, model=KVVR, specification=9*1, voltage=450/750V, standard=GB, costPrice=5514.64, factoryPrice=8720.02, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1035.530000, totalCopperConsume=4479.11, totalAluminumConsume=, totalLHCost=550.2000, steamFee=0), MaterialDto(materialName=KVVR 31X1.5, model=KVVR, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=26362.44, factoryPrice=39925.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3826.850000, totalCopperConsume=22535.59, totalAluminumConsume=, totalLHCost=1478.5500, steamFee=0), MaterialDto(materialName=KVVR 33X1.5, model=KVVR, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=27991.99, factoryPrice=42397.72, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4002.480000, totalCopperConsume=23989.50, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 35X1.5, model=KVVR, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=29681.40, factoryPrice=44934.41, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4237.990000, totalCopperConsume=25443.41, totalAluminumConsume=, totalLHCost=1428.6400, steamFee=0), MaterialDto(materialName=KVVRP 2X4, model=KVVRP, specification=2*4, voltage=450/750V, standard=GB, costPrice=6331.78, factoryPrice=10210.75, netVolume=190.17, inventory=B100, weighInv=47.00, matPrice=2309.350000, totalCopperConsume=3898.28, totalAluminumConsume=, totalLHCost=447.0100, steamFee=0), MaterialDto(materialName=KVVRP 6X1, model=KVVRP, specification=6*1, voltage=450/750V, standard=GB, costPrice=5344.51, factoryPrice=8723.97, netVolume=168.77, inventory=B100, weighInv=47.00, matPrice=2242.760000, totalCopperConsume=2986.08, totalAluminumConsume=, totalLHCost=430.5400, steamFee=0), MaterialDto(materialName=KVVRP 23X1, model=KVVRP, specification=23*1, voltage=450/750V, standard=GB, costPrice=17672.01, factoryPrice=28186.41, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5977.570000, totalCopperConsume=11446.63, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 6X1.5, model=KVVR, specification=6*1.5, voltage=450/750V, standard=GB, costPrice=5285.56, factoryPrice=8155.17, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=923.840000, totalCopperConsume=4361.73, totalAluminumConsume=, totalLHCost=370.3200, steamFee=0), MaterialDto(materialName=KVVR 10X2.5, model=KVVR, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=14201.90, factoryPrice=21566.21, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2090.060000, totalCopperConsume=12111.83, totalAluminumConsume=, totalLHCost=691.1500, steamFee=0), MaterialDto(materialName=KVVR 11X4, model=KVVR, specification=11*4, voltage=450/750V, standard=GB, costPrice=24147.35, factoryPrice=36634.67, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2706.770000, totalCopperConsume=21440.57, totalAluminumConsume=, totalLHCost=815.4700, steamFee=0), MaterialDto(materialName=KVVR 15X6, model=KVVR, specification=15*6, voltage=450/750V, standard=GB, costPrice=48210.41, factoryPrice=74127.28, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4354.690000, totalCopperConsume=43855.72, totalAluminumConsume=, totalLHCost=1079.3500, steamFee=0), MaterialDto(materialName=KVVR 17X1, model=KVVR, specification=17*1, voltage=450/750V, standard=GB, costPrice=10321.90, factoryPrice=16063.07, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1861.340000, totalCopperConsume=8460.55, totalAluminumConsume=, totalLHCost=805.5500, steamFee=0), MaterialDto(materialName=KVVR 18X1.5, model=KVVR, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=15431.54, factoryPrice=23617.05, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2346.350000, totalCopperConsume=13085.18, totalAluminumConsume=, totalLHCost=917.7000, steamFee=0), MaterialDto(materialName=KVVR 22X0.75, model=KVVR, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=10187.79, factoryPrice=15375.77, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1982.800000, totalCopperConsume=8204.99, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 3X1, model=KVVRP, specification=3*1, voltage=450/750V, standard=GB, costPrice=3146.55, factoryPrice=5223.48, netVolume=108.34, inventory=B80, weighInv=22.00, matPrice=1568.850000, totalCopperConsume=1493.04, totalAluminumConsume=, totalLHCost=350.4400, steamFee=0), MaterialDto(materialName=KVVRP 7X0.75, model=KVVRP, specification=7*0.75, voltage=450/750V, standard=GB, costPrice=4802.21, factoryPrice=7763.33, netVolume=154.01, inventory=B100, weighInv=47.00, matPrice=2084.310000, totalCopperConsume=2610.68, totalAluminumConsume=, totalLHCost=468.7000, steamFee=0), MaterialDto(materialName=KVVRP 15X1, model=KVVRP, specification=15*1, voltage=450/750V, standard=GB, costPrice=11587.67, factoryPrice=19816.36, netVolume=355.39, inventory=A120, weighInv=64.00, matPrice=3944.450000, totalCopperConsume=7465.19, totalAluminumConsume=, totalLHCost=906.0100, steamFee=0), MaterialDto(materialName=KVVRP 16X2.5, model=KVVRP, specification=16*2.5, voltage=450/750V, standard=GB, costPrice=28246.28, factoryPrice=42128.33, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8498.000000, totalCopperConsume=19378.93, totalAluminumConsume=, totalLHCost=993.2800, steamFee=0), MaterialDto(materialName=KVVRP 19X4, model=KVVRP, specification=19*4, voltage=450/750V, standard=GB, costPrice=47842.19, factoryPrice=72986.52, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10576.100000, totalCopperConsume=37033.72, totalAluminumConsume=, totalLHCost=1195.9500, steamFee=0), MaterialDto(materialName=KVVRP 22X1, model=KVVRP, specification=22*1, voltage=450/750V, standard=GB, costPrice=16877.53, factoryPrice=27260.53, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5692.810000, totalCopperConsume=10948.95, totalAluminumConsume=, totalLHCost=1342.3100, steamFee=0), MaterialDto(materialName=KVVRP 36X0.75, model=KVVRP, specification=36*0.75, voltage=450/750V, standard=GB, costPrice=20592.57, factoryPrice=32103.23, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6899.900000, totalCopperConsume=13426.34, totalAluminumConsume=, totalLHCost=1665.3100, steamFee=0), MaterialDto(materialName=KVV 36X1, model=KVV, specification=36*1, voltage=450/750V, standard=GB, costPrice=21851.30, factoryPrice=31382.75, netVolume=666.93, inventory=A140, weighInv=99.00, matPrice=2715.720000, totalCopperConsume=19135.58, totalAluminumConsume=, totalLHCost=1538.4000, steamFee=0), MaterialDto(materialName=KVV22 3X1.5, model=KVV22, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=3595.97, factoryPrice=4913.01, netVolume=221.57, inventory=B100, weighInv=47.00, matPrice=1279.150000, totalCopperConsume=2316.82, totalAluminumConsume=, totalLHCost=387.0100, steamFee=0), MaterialDto(materialName=KVV22 22X2.5, model=KVV22, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=33029.79, factoryPrice=46801.18, netVolume=1127.70, inventory=A140, weighInv=99.00, matPrice=5128.900000, totalCopperConsume=27900.89, totalAluminumConsume=, totalLHCost=1178.4600, steamFee=0), MaterialDto(materialName=KVV32 4X1, model=KVV32, specification=4*1, voltage=450/750V, standard=GB, costPrice=4029.46, factoryPrice=8170.18, netVolume=324.85, inventory=B100, weighInv=47.00, matPrice=1905.460000, totalCopperConsume=2124.00, totalAluminumConsume=, totalLHCost=3265.1900, steamFee=0), MaterialDto(materialName=KVV32 5X1, model=KVV32, specification=5*1, voltage=450/750V, standard=GB, costPrice=4773.09, factoryPrice=9352.02, netVolume=366.34, inventory=B100, weighInv=47.00, matPrice=2115.090000, totalCopperConsume=2658.00, totalAluminumConsume=, totalLHCost=3455.4900, steamFee=0), MaterialDto(materialName=KVV32 10X6, model=KVV32, specification=10*6, voltage=450/750V, standard=GB, costPrice=37782.14, factoryPrice=58587.98, netVolume=1627.67, inventory=A140, weighInv=99.00, matPrice=7122.140000, totalCopperConsume=30660.00, totalAluminumConsume=, totalLHCost=3610.0700, steamFee=0), MaterialDto(materialName=KVV32 12X2.5, model=KVV32, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=21384.90, factoryPrice=33214.76, netVolume=1210.38, inventory=A140, weighInv=99.00, matPrice=6168.900000, totalCopperConsume=15216.00, totalAluminumConsume=, totalLHCost=3274.1900, steamFee=0), MaterialDto(materialName=KVV32 26X1.5, model=KVV32, specification=26*1.5, voltage=450/750V, standard=GB, costPrice=27677.76, factoryPrice=41855.78, netVolume=1501.41, inventory=A140, weighInv=99.00, matPrice=7595.760000, totalCopperConsume=20082.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 37X1, model=KVV32, specification=37*1, voltage=450/750V, standard=GB, costPrice=27028.00, factoryPrice=42355.85, netVolume=1454.63, inventory=A140, weighInv=99.00, matPrice=7360.000000, totalCopperConsume=19668.00, totalAluminumConsume=, totalLHCost=309.8800, steamFee=0), MaterialDto(materialName=KVV32 37X2.5, model=KVV32, specification=37*2.5, voltage=450/750V, standard=GB, costPrice=59889.77, factoryPrice=89526.75, netVolume=2781.80, inventory=A160, weighInv=159.00, matPrice=12963.770000, totalCopperConsume=46926.00, totalAluminumConsume=, totalLHCost=295.1200, steamFee=0), MaterialDto(materialName=KVVR 10X0.75, model=KVVR, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=4729.31, factoryPrice=7139.23, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=999.770000, totalCopperConsume=3729.54, totalAluminumConsume=, totalLHCost=580.8400, steamFee=0), MaterialDto(materialName=KVVR 23X2.5, model=KVVR, specification=23*2.5, voltage=450/750V, standard=GB, costPrice=32169.60, factoryPrice=48848.07, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4312.380000, totalCopperConsume=27857.22, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 31X0.75, model=KVVR, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=14166.41, factoryPrice=21183.85, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2604.840000, totalCopperConsume=11561.57, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 4X6, model=KVVRP, specification=4*6, voltage=450/750V, standard=GB, costPrice=15487.37, factoryPrice=26072.37, netVolume=404.04, inventory=A120, weighInv=64.00, matPrice=3623.410000, totalCopperConsume=11694.86, totalAluminumConsume=, totalLHCost=558.7100, steamFee=0), MaterialDto(materialName=KVVRP 12X0.75, model=KVVRP, specification=12*0.75, voltage=450/750V, standard=GB, costPrice=7710.84, factoryPrice=11977.98, netVolume=255.08, inventory=B100, weighInv=47.00, matPrice=3089.110000, totalCopperConsume=4475.45, totalAluminumConsume=, totalLHCost=788.7000, steamFee=0), MaterialDto(materialName=KVVRP 14X6, model=KVVRP, specification=14*6, voltage=450/750V, standard=GB, costPrice=51704.83, factoryPrice=79312.05, netVolume=1204.91, inventory=A140, weighInv=99.00, matPrice=10538.450000, totalCopperConsume=40932.01, totalAluminumConsume=, totalLHCost=1069.6700, steamFee=0), MaterialDto(materialName=KVVRP 15X0.75, model=KVVRP, specification=15*0.75, voltage=450/750V, standard=GB, costPrice=9321.40, factoryPrice=15914.55, netVolume=304.43, inventory=A120, weighInv=64.00, matPrice=3562.330000, totalCopperConsume=5594.31, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 24X1.5, model=KVVRP, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=26509.70, factoryPrice=40026.93, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8680.900000, totalCopperConsume=17446.91, totalAluminumConsume=, totalLHCost=1471.6300, steamFee=0), MaterialDto(materialName=KVVRP 25X1.5, model=KVVRP, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=27290.17, factoryPrice=41099.75, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8911.290000, totalCopperConsume=18173.87, totalAluminumConsume=, totalLHCost=1463.2700, steamFee=0), MaterialDto(materialName=KVVRP 31X1, model=KVVRP, specification=31*1, voltage=450/750V, standard=GB, costPrice=24135.44, factoryPrice=36366.86, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8513.580000, totalCopperConsume=15428.07, totalAluminumConsume=, totalLHCost=1558.0000, steamFee=0), MaterialDto(materialName=KVVR 2X1.5, model=KVVR, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=1933.38, factoryPrice=3005.95, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=479.470000, totalCopperConsume=1453.91, totalAluminumConsume=, totalLHCost=275.0400, steamFee=0), MaterialDto(materialName=KVVR 5X2.5, model=KVVR, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=7208.52, factoryPrice=11075.01, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=1152.600000, totalCopperConsume=6055.92, totalAluminumConsume=, totalLHCost=472.8500, steamFee=0), MaterialDto(materialName=KVVR 24X1.5, model=KVVR, specification=24*1.5, voltage=450/750V, standard=GB, costPrice=20571.98, factoryPrice=31489.40, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3125.070000, totalCopperConsume=17446.91, totalAluminumConsume=, totalLHCost=1163.3100, steamFee=0), MaterialDto(materialName=KVVR 30X1, model=KVVR, specification=30*1, voltage=450/750V, standard=GB, costPrice=17953.83, factoryPrice=27566.26, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3023.440000, totalCopperConsume=14930.39, totalAluminumConsume=, totalLHCost=1423.6700, steamFee=0), MaterialDto(materialName=KVVRP 11X6, model=KVVRP, specification=11*6, voltage=450/750V, standard=GB, costPrice=41872.65, factoryPrice=63666.10, netVolume=994.65, inventory=A140, weighInv=99.00, matPrice=9490.850000, totalCopperConsume=32160.86, totalAluminumConsume=, totalLHCost=938.7200, steamFee=0), MaterialDto(materialName=KVVRP 16X4, model=KVVRP, specification=16*4, voltage=450/750V, standard=GB, costPrice=41094.47, factoryPrice=62544.30, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9689.390000, totalCopperConsume=31186.29, totalAluminumConsume=, totalLHCost=1104.6800, steamFee=0), MaterialDto(materialName=KVVRP 19X1, model=KVVRP, specification=19*1, voltage=450/750V, standard=GB, costPrice=14023.54, factoryPrice=23739.50, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4378.600000, totalCopperConsume=9455.91, totalAluminumConsume=, totalLHCost=1053.5200, steamFee=0), MaterialDto(materialName=KVVRP 26X2.5, model=KVVRP, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=43421.62, factoryPrice=67217.15, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11679.420000, totalCopperConsume=31490.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 31X0.75, model=KVVRP, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=18228.42, factoryPrice=28375.22, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6411.630000, totalCopperConsume=11561.57, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 21X2.5, model=KVV22, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=31237.34, factoryPrice=44653.96, netVolume=1038.15, inventory=A140, weighInv=99.00, matPrice=4604.670000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1153.7100, steamFee=0), MaterialDto(materialName=KVV32 11X2.5, model=KVV32, specification=11*2.5, voltage=450/750V, standard=GB, costPrice=20021.14, factoryPrice=30886.63, netVolume=1178.78, inventory=A140, weighInv=99.00, matPrice=6071.140000, totalCopperConsume=13950.00, totalAluminumConsume=, totalLHCost=3247.0900, steamFee=0), MaterialDto(materialName=KVV32 13X1, model=KVV32, specification=13*1, voltage=450/750V, standard=GB, costPrice=10847.38, factoryPrice=18434.65, netVolume=715.70, inventory=A140, weighInv=99.00, matPrice=3935.380000, totalCopperConsume=6912.00, totalAluminumConsume=, totalLHCost=3626.1400, steamFee=0), MaterialDto(materialName=KVV32 14X0.75, model=KVV32, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=9381.20, factoryPrice=15390.78, netVolume=676.09, inventory=A120, weighInv=64.00, matPrice=3801.200000, totalCopperConsume=5580.00, totalAluminumConsume=, totalLHCost=3735.9500, steamFee=0), MaterialDto(materialName=KVV32 14X1.5, model=KVV32, specification=14*1.5, voltage=450/750V, standard=GB, costPrice=15719.48, factoryPrice=25076.97, netVolume=919.99, inventory=A140, weighInv=99.00, matPrice=4907.480000, totalCopperConsume=10812.00, totalAluminumConsume=, totalLHCost=3330.1600, steamFee=0), MaterialDto(materialName=KVV32 14X2.5, model=KVV32, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=24382.53, factoryPrice=37686.16, netVolume=1317.80, inventory=A140, weighInv=99.00, matPrice=6628.530000, totalCopperConsume=17754.00, totalAluminumConsume=, totalLHCost=3465.3300, steamFee=0), MaterialDto(materialName=KVV32 19X0.75, model=KVV32, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=11882.73, factoryPrice=19539.86, netVolume=780.14, inventory=A140, weighInv=99.00, matPrice=4304.740000, totalCopperConsume=7578.00, totalAluminumConsume=, totalLHCost=4113.9200, steamFee=0), MaterialDto(materialName=KVVR 4X6, model=KVVR, specification=4*6, voltage=450/750V, standard=GB, costPrice=13170.43, factoryPrice=20553.43, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1475.570000, totalCopperConsume=11694.86, totalAluminumConsume=, totalLHCost=488.1900, steamFee=0), MaterialDto(materialName=KVVR 13X1, model=KVVR, specification=13*1, voltage=450/750V, standard=GB, costPrice=7972.49, factoryPrice=12429.86, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1502.650000, totalCopperConsume=6469.84, totalAluminumConsume=, totalLHCost=691.6800, steamFee=0), MaterialDto(materialName=KVVR 14X2.5, model=KVVR, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=19749.92, factoryPrice=29877.01, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2793.360000, totalCopperConsume=16956.57, totalAluminumConsume=, totalLHCost=834.0300, steamFee=0), MaterialDto(materialName=KVVR 14X4, model=KVVR, specification=14*4, voltage=450/750V, standard=GB, costPrice=30519.64, factoryPrice=46595.78, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3231.640000, totalCopperConsume=27288.01, totalAluminumConsume=, totalLHCost=919.3000, steamFee=0), MaterialDto(materialName=KVVR 19X0.75, model=KVVR, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=8808.28, factoryPrice=13314.66, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1722.160000, totalCopperConsume=7086.13, totalAluminumConsume=, totalLHCost=814.5400, steamFee=0), MaterialDto(materialName=KVVR 22X1.5, model=KVVR, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=18897.43, factoryPrice=28917.16, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2904.420000, totalCopperConsume=15993.00, totalAluminumConsume=, totalLHCost=1221.5300, steamFee=0), MaterialDto(materialName=KVVR 33X0.75, model=KVVR, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=15029.27, factoryPrice=22466.81, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2721.780000, totalCopperConsume=12307.48, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 2X0.75, model=KVVRP, specification=2*0.75, voltage=450/750V, standard=GB, costPrice=2133.86, factoryPrice=3558.95, netVolume=83.93, inventory=B80, weighInv=22.00, matPrice=1314.580000, totalCopperConsume=745.91, totalAluminumConsume=, totalLHCost=338.5400, steamFee=0), MaterialDto(materialName=KVVRP 10X0.75, model=KVVRP, specification=10*0.75, voltage=450/750V, standard=GB, costPrice=6772.14, factoryPrice=10505.42, netVolume=230.92, inventory=B100, weighInv=47.00, matPrice=2901.530000, totalCopperConsume=3729.54, totalAluminumConsume=, totalLHCost=655.1500, steamFee=0), MaterialDto(materialName=KVVRP 14X0.75, model=KVVRP, specification=14*0.75, voltage=450/750V, standard=GB, costPrice=8721.24, factoryPrice=14387.48, netVolume=284.51, inventory=B100, weighInv=47.00, matPrice=3344.800000, totalCopperConsume=5221.36, totalAluminumConsume=, totalLHCost=841.7900, steamFee=0), MaterialDto(materialName=KVVRP 18X6, model=KVVRP, specification=18*6, voltage=450/750V, standard=GB, costPrice=65268.80, factoryPrice=102869.85, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12377.250000, totalCopperConsume=52626.86, totalAluminumConsume=, totalLHCost=1260.5100, steamFee=0), MaterialDto(materialName=KVVRP 19X6, model=KVVRP, specification=19*6, voltage=450/750V, standard=GB, costPrice=68343.65, factoryPrice=108409.33, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12528.380000, totalCopperConsume=55550.58, totalAluminumConsume=, totalLHCost=1299.9200, steamFee=0), MaterialDto(materialName=KVV32 24X2.5, model=KVV32, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=39986.15, factoryPrice=61819.08, netVolume=1953.50, inventory=A160, weighInv=159.00, matPrice=9548.150000, totalCopperConsume=30438.00, totalAluminumConsume=, totalLHCost=3963.2900, steamFee=0), MaterialDto(materialName=KVV32 28X2.5, model=KVV32, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=45859.64, factoryPrice=70037.45, netVolume=2147.81, inventory=A160, weighInv=159.00, matPrice=10351.640000, totalCopperConsume=35508.00, totalAluminumConsume=, totalLHCost=4189.7700, steamFee=0), MaterialDto(materialName=KVV32 32X0.75, model=KVV32, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=19388.69, factoryPrice=29561.80, netVolume=1248.93, inventory=A140, weighInv=99.00, matPrice=6632.690000, totalCopperConsume=12756.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 7X4, model=KVVR, specification=7*4, voltage=450/750V, standard=GB, costPrice=15379.03, factoryPrice=23763.20, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1735.030000, totalCopperConsume=13644.00, totalAluminumConsume=, totalLHCost=583.2800, steamFee=0), MaterialDto(materialName=KVVR 15X2.5, model=KVVR, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=21158.06, factoryPrice=32143.52, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2990.310000, totalCopperConsume=18167.75, totalAluminumConsume=, totalLHCost=894.2500, steamFee=0), MaterialDto(materialName=KVVR 17X6, model=KVVR, specification=17*6, voltage=450/750V, standard=GB, costPrice=54549.83, factoryPrice=83879.83, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4846.680000, totalCopperConsume=49703.15, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 25X0.75, model=KVVR, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=11519.71, factoryPrice=17197.51, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2195.860000, totalCopperConsume=9323.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 26X0.75, model=KVVR, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=11951.14, factoryPrice=17843.73, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2254.340000, totalCopperConsume=9696.80, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 30X2.5, model=KVVR, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=41636.40, factoryPrice=62665.17, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5300.900000, totalCopperConsume=36335.50, totalAluminumConsume=, totalLHCost=1430.9800, steamFee=0), MaterialDto(materialName=KVVRP 5X0.75, model=KVVRP, specification=5*0.75, voltage=450/750V, standard=GB, costPrice=3820.14, factoryPrice=6179.38, netVolume=135.30, inventory=B100, weighInv=47.00, matPrice=1858.300000, totalCopperConsume=1864.77, totalAluminumConsume=, totalLHCost=413.6100, steamFee=0), MaterialDto(materialName=KVVRP 5X6, model=KVVRP, specification=5*6, voltage=450/750V, standard=GB, costPrice=18972.43, factoryPrice=31678.21, netVolume=489.93, inventory=A120, weighInv=64.00, matPrice=4165.400000, totalCopperConsume=14618.57, totalAluminumConsume=, totalLHCost=597.7900, steamFee=0), MaterialDto(materialName=KVVRP 12X2.5, model=KVVRP, specification=12*2.5, voltage=450/750V, standard=GB, costPrice=20794.82, factoryPrice=32713.90, netVolume=580.23, inventory=A140, weighInv=99.00, matPrice=6016.370000, totalCopperConsume=14534.20, totalAluminumConsume=, totalLHCost=826.1600, steamFee=0), MaterialDto(materialName=KVVRP 22X0.75, model=KVVRP, specification=22*0.75, voltage=450/750V, standard=GB, costPrice=13565.88, factoryPrice=21593.86, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5142.710000, totalCopperConsume=8204.99, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 24X2.5, model=KVVRP, specification=24*2.5, voltage=450/750V, standard=GB, costPrice=40549.85, factoryPrice=63476.50, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11236.160000, totalCopperConsume=29068.40, totalAluminumConsume=, totalLHCost=1342.2200, steamFee=0), MaterialDto(materialName=KVVRP 28X2.5, model=KVVRP, specification=28*2.5, voltage=450/750V, standard=GB, costPrice=46455.32, factoryPrice=72311.86, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12280.390000, totalCopperConsume=33913.13, totalAluminumConsume=, totalLHCost=1460.2200, steamFee=0), MaterialDto(materialName=KVVRP 32X0.75, model=KVVRP, specification=32*0.75, voltage=450/750V, standard=GB, costPrice=18659.85, factoryPrice=29026.97, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6470.110000, totalCopperConsume=11934.53, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 5X1, model=KVVRP, specification=5*1, voltage=450/750V, standard=GB, costPrice=4640.85, factoryPrice=7579.26, netVolume=157.67, inventory=B100, weighInv=47.00, matPrice=2047.770000, totalCopperConsume=2488.40, totalAluminumConsume=, totalLHCost=408.1500, steamFee=0), MaterialDto(materialName=KVVRP 10X6, model=KVVRP, specification=10*6, voltage=450/750V, standard=GB, costPrice=38500.86, factoryPrice=58836.83, netVolume=925.50, inventory=A140, weighInv=99.00, matPrice=9050.740000, totalCopperConsume=29237.15, totalAluminumConsume=, totalLHCost=890.1500, steamFee=0), MaterialDto(materialName=KVVRP 11X4, model=KVVRP, specification=11*4, voltage=450/750V, standard=GB, costPrice=29909.12, factoryPrice=44724.27, netVolume=757.17, inventory=A140, weighInv=99.00, matPrice=8098.020000, totalCopperConsume=21440.57, totalAluminumConsume=, totalLHCost=885.9800, steamFee=0), MaterialDto(materialName=KVVRP 13X1.5, model=KVVRP, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=13902.11, factoryPrice=23432.98, netVolume=410.34, inventory=A120, weighInv=64.00, matPrice=4259.260000, totalCopperConsume=9450.41, totalAluminumConsume=, totalLHCost=926.0100, steamFee=0), MaterialDto(materialName=KVVRP 23X0.75, model=KVVRP, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=14207.53, factoryPrice=22252.72, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5400.290000, totalCopperConsume=8577.94, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 24X1, model=KVVRP, specification=24*1, voltage=450/750V, standard=GB, costPrice=18350.57, factoryPrice=29494.65, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6158.450000, totalCopperConsume=11944.31, totalAluminumConsume=, totalLHCost=1403.3800, steamFee=0), MaterialDto(materialName=KVVRP 35X1.5, model=KVVRP, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=36347.22, factoryPrice=54785.71, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10671.450000, totalCopperConsume=25443.41, totalAluminumConsume=, totalLHCost=1736.9600, steamFee=0), MaterialDto(materialName=KVV 11X1.5, model=KVV, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=9859.65, factoryPrice=13898.47, netVolume=320.78, inventory=A120, weighInv=64.00, matPrice=1364.650000, totalCopperConsume=8495.00, totalAluminumConsume=, totalLHCost=715.1700, steamFee=0), MaterialDto(materialName=KVV 12X1, model=KVV, specification=12*1, voltage=450/750V, standard=GB, costPrice=7382.78, factoryPrice=10907.53, netVolume=237.36, inventory=B100, weighInv=47.00, matPrice=1004.250000, totalCopperConsume=6378.53, totalAluminumConsume=, totalLHCost=652.2000, steamFee=0), MaterialDto(materialName=KVV 25X1, model=KVV, specification=25*1, voltage=450/750V, standard=GB, costPrice=15250.30, factoryPrice=21901.17, netVolume=474.11, inventory=A120, weighInv=64.00, matPrice=1961.700000, totalCopperConsume=13288.60, totalAluminumConsume=, totalLHCost=1212.5800, steamFee=0), MaterialDto(materialName=KVV 37X1, model=KVV, specification=37*1, voltage=450/750V, standard=GB, costPrice=22410.34, factoryPrice=32213.83, netVolume=676.24, inventory=A140, weighInv=99.00, matPrice=2743.210000, totalCopperConsume=19667.13, totalAluminumConsume=, totalLHCost=1561.0400, steamFee=0), MaterialDto(materialName=KVV22 5X1, model=KVV22, specification=5*1, voltage=450/750V, standard=GB, costPrice=4040.75, factoryPrice=5689.58, netVolume=244.61, inventory=B100, weighInv=47.00, matPrice=1383.030000, totalCopperConsume=2657.72, totalAluminumConsume=, totalLHCost=423.1200, steamFee=0), MaterialDto(materialName=KVV22 5X1.5, model=KVV22, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=5493.88, factoryPrice=7586.37, netVolume=297.30, inventory=B100, weighInv=47.00, matPrice=1632.520000, totalCopperConsume=3861.37, totalAluminumConsume=, totalLHCost=415.2200, steamFee=0), MaterialDto(materialName=KVV22 14X1, model=KVV22, specification=14*1, voltage=450/750V, standard=GB, costPrice=9647.73, factoryPrice=13867.66, netVolume=424.53, inventory=A120, weighInv=64.00, matPrice=2206.110000, totalCopperConsume=7441.61, totalAluminumConsume=, totalLHCost=848.3800, steamFee=0), MaterialDto(materialName=KVV22 18X1.5, model=KVV22, specification=18*1.5, voltage=450/750V, standard=GB, costPrice=17206.48, factoryPrice=24042.86, netVolume=675.11, inventory=A140, weighInv=99.00, matPrice=3305.570000, totalCopperConsume=13900.91, totalAluminumConsume=, totalLHCost=915.3600, steamFee=0), MaterialDto(materialName=KVV22 23X0.75, model=KVV22, specification=23*0.75, voltage=450/750V, standard=GB, costPrice=12049.81, factoryPrice=16652.41, netVolume=546.33, inventory=A140, weighInv=99.00, matPrice=2879.700000, totalCopperConsume=9170.11, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 34X1.5, model=KVV22, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=31582.50, factoryPrice=43906.62, netVolume=1133.20, inventory=A140, weighInv=99.00, matPrice=5325.220000, totalCopperConsume=26257.27, totalAluminumConsume=, totalLHCost=1399.3600, steamFee=0), MaterialDto(materialName=KVV22 36X1.5, model=KVV22, specification=36*1.5, voltage=450/750V, standard=GB, costPrice=33262.04, factoryPrice=46275.83, netVolume=1174.00, inventory=A140, weighInv=99.00, matPrice=5460.220000, totalCopperConsume=27801.82, totalAluminumConsume=, totalLHCost=1441.8400, steamFee=0), MaterialDto(materialName=KVV32 11X1, model=KVV32, specification=11*1, voltage=450/750V, standard=GB, costPrice=9570.01, factoryPrice=16001.45, netVolume=669.19, inventory=A120, weighInv=64.00, matPrice=3726.010000, totalCopperConsume=5844.00, totalAluminumConsume=, totalLHCost=3614.3500, steamFee=0), MaterialDto(materialName=KVV32 15X1, model=KVV32, specification=15*1, voltage=450/750V, standard=GB, costPrice=12187.36, factoryPrice=20516.30, netVolume=774.15, inventory=A140, weighInv=99.00, matPrice=4213.360000, totalCopperConsume=7974.00, totalAluminumConsume=, totalLHCost=3801.0800, steamFee=0), MaterialDto(materialName=KVV32 22X1.5, model=KVV32, specification=22*1.5, voltage=450/750V, standard=GB, costPrice=24023.78, factoryPrice=36892.21, netVolume=1371.98, inventory=A140, weighInv=99.00, matPrice=7031.780000, totalCopperConsume=16992.00, totalAluminumConsume=, totalLHCost=245.1400, steamFee=0), MaterialDto(materialName=KVV32 23X1.5, model=KVV32, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=25032.80, factoryPrice=38124.61, netVolume=1420.60, inventory=A140, weighInv=99.00, matPrice=7272.800000, totalCopperConsume=17760.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 26X1, model=KVVR, specification=26*1, voltage=450/750V, standard=GB, costPrice=15539.76, factoryPrice=23984.40, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2600.090000, totalCopperConsume=12939.67, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 17X0.75, model=KVVRP, specification=17*0.75, voltage=450/750V, standard=GB, costPrice=10363.07, factoryPrice=17609.10, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=3847.930000, totalCopperConsume=6340.22, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 18X2.5, model=KVVRP, specification=18*2.5, voltage=450/750V, standard=GB, costPrice=31167.82, factoryPrice=46811.45, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9161.090000, totalCopperConsume=21801.30, totalAluminumConsume=, totalLHCost=1119.5600, steamFee=0), MaterialDto(materialName=KVVRP 20X0.75, model=KVVRP, specification=20*0.75, voltage=450/750V, standard=GB, costPrice=11723.35, factoryPrice=19860.60, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4084.140000, totalCopperConsume=7459.08, totalAluminumConsume=, totalLHCost=1243.8900, steamFee=0), MaterialDto(materialName=KVVRP 24X0.75, model=KVVRP, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=14638.95, factoryPrice=23297.10, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5458.770000, totalCopperConsume=8950.90, totalAluminumConsume=, totalLHCost=1371.4900, steamFee=0), MaterialDto(materialName=KVVRP 33X1.5, model=KVVRP, specification=33*1.5, voltage=450/750V, standard=GB, costPrice=34395.22, factoryPrice=51834.27, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10183.050000, totalCopperConsume=23989.50, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 19X4, model=KVVR, specification=19*4, voltage=450/750V, standard=GB, costPrice=41176.37, factoryPrice=62884.00, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4142.650000, totalCopperConsume=37033.72, totalAluminumConsume=, totalLHCost=1125.4400, steamFee=0), MaterialDto(materialName=KVVR 21X1.5, model=KVVR, specification=21*1.5, voltage=450/750V, standard=GB, costPrice=17905.08, factoryPrice=27430.38, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2639.030000, totalCopperConsume=15266.05, totalAluminumConsume=, totalLHCost=1196.0600, steamFee=0), MaterialDto(materialName=KVVR 22X2.5, model=KVVR, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=30766.14, factoryPrice=46741.93, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4120.110000, totalCopperConsume=26646.04, totalAluminumConsume=, totalLHCost=1223.7500, steamFee=0), MaterialDto(materialName=KVVR 23X1, model=KVVR, specification=23*1, voltage=450/750V, standard=GB, costPrice=13837.92, factoryPrice=21525.92, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2391.290000, totalCopperConsume=11446.63, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 35X2.5, model=KVVR, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=48724.61, factoryPrice=72886.98, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=6333.190000, totalCopperConsume=42391.42, totalAluminumConsume=, totalLHCost=1588.7900, steamFee=0), MaterialDto(materialName=KVVRP 5X2.5, model=KVVRP, specification=5*2.5, voltage=450/750V, standard=GB, costPrice=9329.57, factoryPrice=14516.25, netVolume=290.60, inventory=B100, weighInv=47.00, matPrice=3127.080000, totalCopperConsume=6055.92, totalAluminumConsume=, totalLHCost=541.6700, steamFee=0), MaterialDto(materialName=KVVRP 10X2.5, model=KVVRP, specification=10*2.5, voltage=450/750V, standard=GB, costPrice=17845.99, factoryPrice=28423.41, netVolume=496.11, inventory=A120, weighInv=64.00, matPrice=5498.680000, totalCopperConsume=12111.83, totalAluminumConsume=, totalLHCost=759.9700, steamFee=0), MaterialDto(materialName=KVVRP 17X1, model=KVVRP, specification=17*1, voltage=450/750V, standard=GB, costPrice=12910.24, factoryPrice=21979.38, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4260.660000, totalCopperConsume=8460.55, totalAluminumConsume=, totalLHCost=956.6500, steamFee=0), MaterialDto(materialName=KVVR 26X2.5, model=KVVR, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=36210.23, factoryPrice=54446.80, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4719.460000, totalCopperConsume=31490.77, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 29X1.5, model=KVVR, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=24689.99, factoryPrice=37389.91, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3608.300000, totalCopperConsume=21081.68, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 23X1.5, model=KVVRP, specification=23*1.5, voltage=450/750V, standard=GB, costPrice=25694.93, factoryPrice=38034.55, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8593.080000, totalCopperConsume=16719.95, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 28X1.5, model=KVVRP, specification=28*1.5, voltage=450/750V, standard=GB, costPrice=30013.95, factoryPrice=45455.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9445.800000, totalCopperConsume=20354.73, totalAluminumConsume=, totalLHCost=1572.2900, steamFee=0), MaterialDto(materialName=KVVRP 35X0.75, model=KVVRP, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=20161.14, factoryPrice=31453.06, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6841.430000, totalCopperConsume=13053.39, totalAluminumConsume=, totalLHCost=1642.0100, steamFee=0), MaterialDto(materialName=KVVR 2X6, model=KVVR, specification=2*6, voltage=450/750V, standard=GB, costPrice=6717.95, factoryPrice=10496.73, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=870.520000, totalCopperConsume=5847.43, totalAluminumConsume=, totalLHCost=410.0200, steamFee=0), MaterialDto(materialName=KVVR 5X6, model=KVVR, specification=5*6, voltage=450/750V, standard=GB, costPrice=16391.78, factoryPrice=25526.48, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1773.200000, totalCopperConsume=14618.57, totalAluminumConsume=, totalLHCost=527.2800, steamFee=0), MaterialDto(materialName=KVVR 19X6, model=KVVR, specification=19*6, voltage=450/750V, standard=GB, costPrice=60753.02, factoryPrice=93529.68, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5202.440000, totalCopperConsume=55550.58, totalAluminumConsume=, totalLHCost=1225.6100, steamFee=0), MaterialDto(materialName=KVVR 27X1.5, model=KVVR, specification=27*1.5, voltage=450/750V, standard=GB, costPrice=23021.43, factoryPrice=34864.28, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3393.660000, totalCopperConsume=19627.78, totalAluminumConsume=, totalLHCost=1238.5100, steamFee=0), MaterialDto(materialName=KVVRP 4X1.5, model=KVVRP, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=5086.83, factoryPrice=8234.96, netVolume=162.10, inventory=B100, weighInv=47.00, matPrice=2071.200000, totalCopperConsume=2907.82, totalAluminumConsume=, totalLHCost=391.5000, steamFee=0), MaterialDto(materialName=KVVRP 7X6, model=KVVRP, specification=7*6, voltage=450/750V, standard=GB, costPrice=26165.14, factoryPrice=42105.42, netVolume=622.57, inventory=A120, weighInv=64.00, matPrice=5469.850000, totalCopperConsume=20466.01, totalAluminumConsume=, totalLHCost=705.0900, steamFee=0), MaterialDto(materialName=KVVRP 13X2.5, model=KVVRP, specification=13*2.5, voltage=450/750V, standard=GB, costPrice=22415.92, factoryPrice=35268.76, netVolume=622.99, inventory=A140, weighInv=99.00, matPrice=6411.440000, totalCopperConsume=15745.39, totalAluminumConsume=, totalLHCost=876.0200, steamFee=0), MaterialDto(materialName=KVVRP 13X4, model=KVVRP, specification=13*4, voltage=450/750V, standard=GB, costPrice=34335.71, factoryPrice=52124.20, netVolume=863.34, inventory=A140, weighInv=99.00, matPrice=8791.010000, totalCopperConsume=25338.86, totalAluminumConsume=, totalLHCost=955.2000, steamFee=0), MaterialDto(materialName=KVVRP 20X1.5, model=KVVRP, specification=20*1.5, voltage=450/750V, standard=GB, costPrice=20971.92, factoryPrice=33612.92, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6187.150000, totalCopperConsume=14539.09, totalAluminumConsume=, totalLHCost=1216.2600, steamFee=0), MaterialDto(materialName=KVVRP 33X0.75, model=KVVRP, specification=33*0.75, voltage=450/750V, standard=GB, costPrice=19091.27, factoryPrice=29674.77, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6528.580000, totalCopperConsume=12307.48, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 31X1, model=KVV32, specification=31*1, voltage=450/750V, standard=GB, costPrice=23404.97, factoryPrice=36703.40, netVolume=1346.92, inventory=A140, weighInv=99.00, matPrice=6928.970000, totalCopperConsume=16476.00, totalAluminumConsume=, totalLHCost=275.1300, steamFee=0), MaterialDto(materialName=KVVR 2X1, model=KVVR, specification=2*1, voltage=450/750V, standard=GB, costPrice=1409.83, factoryPrice=2223.06, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=414.470000, totalCopperConsume=995.36, totalAluminumConsume=, totalLHCost=259.2400, steamFee=0), MaterialDto(materialName=KVVR 7X2.5, model=KVVR, specification=7*2.5, voltage=450/750V, standard=GB, costPrice=9982.82, factoryPrice=15364.71, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1504.540000, totalCopperConsume=8478.28, totalAluminumConsume=, totalLHCost=540.6500, steamFee=0), MaterialDto(materialName=KVVR 16X1, model=KVVR, specification=16*1, voltage=450/750V, standard=GB, costPrice=9716.52, factoryPrice=15143.51, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1753.640000, totalCopperConsume=7962.88, totalAluminumConsume=, totalLHCost=791.4700, steamFee=0), MaterialDto(materialName=KVVR 17X4, model=KVVR, specification=17*4, voltage=450/750V, standard=GB, costPrice=37007.38, factoryPrice=56437.60, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3871.950000, totalCopperConsume=33135.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 18X0.75, model=KVVR, specification=18*0.75, voltage=450/750V, standard=GB, costPrice=8398.25, factoryPrice=12662.91, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1685.080000, totalCopperConsume=6713.17, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 20X2.5, model=KVVR, specification=20*2.5, voltage=450/750V, standard=GB, costPrice=27943.24, factoryPrice=42603.91, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3719.570000, totalCopperConsume=24223.67, totalAluminumConsume=, totalLHCost=1150.8000, steamFee=0), MaterialDto(materialName=KVVRP 2X6, model=KVVRP, specification=2*6, voltage=450/750V, standard=GB, costPrice=8760.78, factoryPrice=13891.36, netVolume=255.01, inventory=B100, weighInv=47.00, matPrice=2772.280000, totalCopperConsume=5847.43, totalAluminumConsume=, totalLHCost=478.8400, steamFee=0), MaterialDto(materialName=KVVRP 7X1.5, model=KVVRP, specification=7*1.5, voltage=450/750V, standard=GB, costPrice=7895.99, factoryPrice=12653.43, netVolume=229.00, inventory=B100, weighInv=47.00, matPrice=2674.700000, totalCopperConsume=5088.68, totalAluminumConsume=, totalLHCost=538.9500, steamFee=0), MaterialDto(materialName=KVVRP 8X2.5, model=KVVRP, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=13823.86, factoryPrice=23253.65, netVolume=392.38, inventory=A120, weighInv=64.00, matPrice=3956.510000, totalCopperConsume=9689.47, totalAluminumConsume=, totalLHCost=715.6900, steamFee=0), MaterialDto(materialName=KVVRP 10X1, model=KVVRP, specification=10*1, voltage=450/750V, standard=GB, costPrice=8320.55, factoryPrice=13959.30, netVolume=265.78, inventory=B100, weighInv=47.00, matPrice=3191.400000, totalCopperConsume=4976.80, totalAluminumConsume=, totalLHCost=759.0200, steamFee=0), MaterialDto(materialName=KVVRP 21X1, model=KVVRP, specification=21*1, voltage=450/750V, standard=GB, costPrice=16015.33, factoryPrice=25969.67, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5344.330000, totalCopperConsume=10451.27, totalAluminumConsume=, totalLHCost=1266.8800, steamFee=0), MaterialDto(materialName=KVVRP 29X1, model=KVVRP, specification=29*1, voltage=450/750V, standard=GB, costPrice=21478.83, factoryPrice=34229.91, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6781.710000, totalCopperConsume=14432.71, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 32X2.5, model=KVVRP, specification=32*2.5, voltage=450/750V, standard=GB, costPrice=54445.66, factoryPrice=81087.97, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=15344.910000, totalCopperConsume=38757.87, totalAluminumConsume=, totalLHCost=1799.5300, steamFee=0), MaterialDto(materialName=KVV32 35X1.5, model=KVV32, specification=35*1.5, voltage=450/750V, standard=GB, costPrice=35922.93, factoryPrice=54801.51, netVolume=1800.81, inventory=A160, weighInv=159.00, matPrice=8892.930000, totalCopperConsume=27030.00, totalAluminumConsume=, totalLHCost=283.4400, steamFee=0), MaterialDto(materialName=KVVR 3X1.5, model=KVVR, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=2755.74, factoryPrice=4277.85, netVolume=0.00, inventory=B80, weighInv=22.00, matPrice=574.880000, totalCopperConsume=2180.86, totalAluminumConsume=, totalLHCost=298.8600, steamFee=0), MaterialDto(materialName=KVVR 5X4, model=KVVR, specification=5*4, voltage=450/750V, standard=GB, costPrice=11186.25, factoryPrice=17302.58, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1440.530000, totalCopperConsume=9745.72, totalAluminumConsume=, totalLHCost=503.3100, steamFee=0), MaterialDto(materialName=KVVR 8X2.5, model=KVVR, specification=8*2.5, voltage=450/750V, standard=GB, costPrice=11387.28, factoryPrice=17524.57, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1697.810000, totalCopperConsume=9689.47, totalAluminumConsume=, totalLHCost=645.1800, steamFee=0), MaterialDto(materialName=KVVR 13X1.5, model=KVVR, specification=13*1.5, voltage=450/750V, standard=GB, costPrice=11267.28, factoryPrice=17251.23, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=1816.870000, totalCopperConsume=9450.41, totalAluminumConsume=, totalLHCost=774.9100, steamFee=0), MaterialDto(materialName=KVVR 29X0.75, model=KVVR, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=13273.11, factoryPrice=19852.70, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2457.440000, totalCopperConsume=10815.67, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 3X1.5, model=KVVRP, specification=3*1.5, voltage=450/750V, standard=GB, costPrice=4085.24, factoryPrice=6651.01, netVolume=133.15, inventory=B100, weighInv=47.00, matPrice=1807.570000, totalCopperConsume=2180.86, totalAluminumConsume=, totalLHCost=367.6800, steamFee=0), MaterialDto(materialName=KVVRP 4X2.5, model=KVVRP, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=7608.58, factoryPrice=12053.82, netVolume=226.97, inventory=B100, weighInv=47.00, matPrice=2632.210000, totalCopperConsume=4844.74, totalAluminumConsume=, totalLHCost=491.2300, steamFee=0), MaterialDto(materialName=KVVRP 7X1, model=KVVRP, specification=7*1, voltage=450/750V, standard=GB, costPrice=5890.46, factoryPrice=9610.35, netVolume=178.01, inventory=B100, weighInv=47.00, matPrice=2291.030000, totalCopperConsume=3483.76, totalAluminumConsume=, totalLHCost=459.2000, steamFee=0), MaterialDto(materialName=KVVRP 8X1, model=KVVRP, specification=8*1, voltage=450/750V, standard=GB, costPrice=6644.63, factoryPrice=10929.65, netVolume=201.13, inventory=B100, weighInv=47.00, matPrice=2536.510000, totalCopperConsume=3981.44, totalAluminumConsume=, totalLHCost=596.2800, steamFee=0), MaterialDto(materialName=KVVRP 11X1.5, model=KVVRP, specification=11*1.5, voltage=450/750V, standard=GB, costPrice=12088.12, factoryPrice=20295.10, netVolume=362.34, inventory=A120, weighInv=64.00, matPrice=3910.190000, totalCopperConsume=7996.50, totalAluminumConsume=, totalLHCost=897.3900, steamFee=0), MaterialDto(materialName=KVVRP 21X2.5, model=KVVRP, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=35577.65, factoryPrice=53555.68, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9925.410000, totalCopperConsume=25434.85, totalAluminumConsume=, totalLHCost=1331.4100, steamFee=0), MaterialDto(materialName=KVVRP 22X2.5, model=KVVRP, specification=22*2.5, voltage=450/750V, standard=GB, costPrice=37459.70, factoryPrice=56234.57, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10580.340000, totalCopperConsume=26646.04, totalAluminumConsume=, totalLHCost=1374.8500, steamFee=0), MaterialDto(materialName=KVVRP 30X1.5, model=KVVRP, specification=30*1.5, voltage=450/750V, standard=GB, costPrice=31643.50, factoryPrice=47983.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9621.440000, totalCopperConsume=21808.64, totalAluminumConsume=, totalLHCost=1612.3200, steamFee=0), MaterialDto(materialName=KVVRP 33X1, model=KVVRP, specification=33*1, voltage=450/750V, standard=GB, costPrice=25270.14, factoryPrice=38131.72, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8652.930000, totalCopperConsume=16423.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 34X1, model=KVVRP, specification=34*1, voltage=450/750V, standard=GB, costPrice=26116.96, factoryPrice=39392.56, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=8993.650000, totalCopperConsume=16921.10, totalAluminumConsume=, totalLHCost=1814.5000, steamFee=0), MaterialDto(materialName=KVVRP 25X1, model=KVVRP, specification=25*1, voltage=450/750V, standard=GB, costPrice=19015.06, factoryPrice=30057.92, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6319.090000, totalCopperConsume=12441.99, totalAluminumConsume=, totalLHCost=1398.5500, steamFee=0), MaterialDto(materialName=KVVRP 29X1.5, model=KVVRP, specification=29*1.5, voltage=450/750V, standard=GB, costPrice=30828.72, factoryPrice=46719.02, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9533.620000, totalCopperConsume=21081.68, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 34X1.5, model=KVVRP, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=35532.45, factoryPrice=53530.40, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10583.630000, totalCopperConsume=24716.45, totalAluminumConsume=, totalLHCost=1711.4900, steamFee=0), MaterialDto(materialName=KVVRP 35X1, model=KVVRP, specification=35*1, voltage=450/750V, standard=GB, costPrice=26684.31, factoryPrice=40276.57, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9063.330000, totalCopperConsume=17418.79, totalAluminumConsume=, totalLHCost=1872.9000, steamFee=0), MaterialDto(materialName=KVVRP 9X6, model=KVVRP, specification=9*6, voltage=450/750V, standard=GB, costPrice=34842.46, factoryPrice=53979.12, netVolume=838.88, inventory=A140, weighInv=99.00, matPrice=8331.570000, totalCopperConsume=26313.43, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 20X1, model=KVVRP, specification=20*1, voltage=450/750V, standard=GB, costPrice=15332.00, factoryPrice=25074.60, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5164.530000, totalCopperConsume=9953.59, totalAluminumConsume=, totalLHCost=1294.2400, steamFee=0), MaterialDto(materialName=KVVRP 31X1.5, model=KVVRP, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=32765.67, factoryPrice=49676.78, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10007.420000, totalCopperConsume=22535.59, totalAluminumConsume=, totalLHCost=1786.8700, steamFee=0), MaterialDto(materialName=KVVRP 33X2.5, model=KVVRP, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=55790.17, factoryPrice=83145.92, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=15478.240000, totalCopperConsume=39969.05, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 36X2.5, model=KVVRP, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=60315.35, factoryPrice=90024.45, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=16354.910000, totalCopperConsume=43602.60, totalAluminumConsume=, totalLHCost=1769.3900, steamFee=0), MaterialDto(materialName=KVVRP 27X1, model=KVVRP, specification=27*1, voltage=450/750V, standard=GB, costPrice=20149.77, factoryPrice=31974.46, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=6458.430000, totalCopperConsume=13437.35, totalAluminumConsume=, totalLHCost=1475.4800, steamFee=0), MaterialDto(materialName=KVV32 31X1.5, model=KVV32, specification=31*1.5, voltage=450/750V, standard=GB, costPrice=32296.45, factoryPrice=48912.06, netVolume=1674.40, inventory=A160, weighInv=159.00, matPrice=8356.450000, totalCopperConsume=23940.00, totalAluminumConsume=, totalLHCost=289.8800, steamFee=0), MaterialDto(materialName=KVVR 19X1.5, model=KVVR, specification=19*1.5, voltage=450/750V, standard=GB, costPrice=16224.91, factoryPrice=24867.62, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=2412.770000, totalCopperConsume=13812.14, totalAluminumConsume=, totalLHCost=900.7400, steamFee=0), MaterialDto(materialName=KVVR 35X0.75, model=KVVR, specification=35*0.75, voltage=450/750V, standard=GB, costPrice=16039.43, factoryPrice=23800.33, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=2986.040000, totalCopperConsume=13053.39, totalAluminumConsume=, totalLHCost=1490.9100, steamFee=0), MaterialDto(materialName=KVVR 36X2.5, model=KVVR, specification=36*2.5, voltage=450/750V, standard=GB, costPrice=50069.13, factoryPrice=74989.17, netVolume=0.00, inventory=A160, weighInv=159.00, matPrice=6466.520000, totalCopperConsume=43602.60, totalAluminumConsume=, totalLHCost=1618.2900, steamFee=0), MaterialDto(materialName=KVVRP 18X1, model=KVVRP, specification=18*1, voltage=450/750V, standard=GB, costPrice=13477.59, factoryPrice=22846.01, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=4330.330000, totalCopperConsume=8958.23, totalAluminumConsume=, totalLHCost=877.1100, steamFee=0), MaterialDto(materialName=KVVRP 29X0.75, model=KVVRP, specification=29*0.75, voltage=450/750V, standard=GB, costPrice=17058.17, factoryPrice=26772.31, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5997.890000, totalCopperConsume=10815.67, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVRP 30X2.5, model=KVVRP, specification=30*2.5, voltage=450/750V, standard=GB, costPrice=49144.34, factoryPrice=76344.81, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=12547.050000, totalCopperConsume=36335.50, totalAluminumConsume=, totalLHCost=1501.4900, steamFee=0), MaterialDto(materialName=KVVRP 36X1, model=KVVRP, specification=36*1, voltage=450/750V, standard=GB, costPrice=27251.66, factoryPrice=41159.00, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=9133.000000, totalCopperConsume=17916.47, totalAluminumConsume=, totalLHCost=1896.9300, steamFee=0), MaterialDto(materialName=KVVRP 37X1.5, model=KVVRP, specification=37*1.5, voltage=450/750V, standard=GB, costPrice=37976.76, factoryPrice=57297.12, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=10847.080000, totalCopperConsume=26897.32, totalAluminumConsume=, totalLHCost=1787.8900, steamFee=0), MaterialDto(materialName=KVVP2-22 27X2.5, model=KVVP2-22, specification=27*2.5, voltage=450/750V, standard=GB, costPrice=43347.97, factoryPrice=61185.50, netVolume=1426.54, inventory=A140, weighInv=99.00, matPrice=9102.050000, totalCopperConsume=34242.00, totalAluminumConsume=, totalLHCost=1400.1400, steamFee=0), MaterialDto(materialName=KVVP2-22 35X2.5, model=KVVP2-22, specification=35*2.5, voltage=450/750V, standard=GB, costPrice=55367.75, factoryPrice=77908.22, netVolume=1794.50, inventory=A160, weighInv=159.00, matPrice=10976.060000, totalCopperConsume=44387.78, totalAluminumConsume=, totalLHCost=1651.3800, steamFee=0), MaterialDto(materialName=KVVP3 4X1.5, model=KVVP3, specification=4*1.5, voltage=450/750V, standard=GB, costPrice=3996.56, factoryPrice=5784.38, netVolume=147.60, inventory=B100, weighInv=47.00, matPrice=897.870000, totalCopperConsume=3089.09, totalAluminumConsume=, totalLHCost=250.9600, steamFee=0), MaterialDto(materialName=KVVP3 4X2.5, model=KVVP3, specification=4*2.5, voltage=450/750V, standard=GB, costPrice=6204.39, factoryPrice=9021.01, netVolume=206.01, inventory=B100, weighInv=47.00, matPrice=1121.900000, totalCopperConsume=5072.89, totalAluminumConsume=, totalLHCost=354.7700, steamFee=0), MaterialDto(materialName=KVVP3 6X0.75, model=KVVP3, specification=6*0.75, voltage=450/750V, standard=GB, costPrice=3267.05, factoryPrice=4691.02, netVolume=132.06, inventory=B100, weighInv=47.00, matPrice=865.250000, totalCopperConsume=2392.20, totalAluminumConsume=, totalLHCost=302.9500, steamFee=0), MaterialDto(materialName=KVVP3 15X4, model=KVVP3, specification=15*4, voltage=450/750V, standard=GB, costPrice=33851.75, factoryPrice=48876.51, netVolume=874.19, inventory=A140, weighInv=99.00, matPrice=3357.400000, totalCopperConsume=30484.75, totalAluminumConsume=, totalLHCost=877.8800, steamFee=0), MaterialDto(materialName=KVVP3 21X2.5, model=KVVP3, specification=21*2.5, voltage=450/750V, standard=GB, costPrice=30262.52, factoryPrice=43491.87, netVolume=844.35, inventory=A140, weighInv=99.00, matPrice=3620.250000, totalCopperConsume=26632.67, totalAluminumConsume=, totalLHCost=1029.2500, steamFee=0), MaterialDto(materialName=KVVP3 25X2.5, model=KVVP3, specification=25*2.5, voltage=450/750V, standard=GB, costPrice=35940.79, factoryPrice=51343.68, netVolume=996.28, inventory=A140, weighInv=99.00, matPrice=4225.630000, totalCopperConsume=31705.56, totalAluminumConsume=, totalLHCost=1126.2200, steamFee=0), MaterialDto(materialName=KVV 2X1.5, model=KVV, specification=2*1.5, voltage=450/750V, standard=GB, costPrice=1982.39, factoryPrice=2859.80, netVolume=90.26, inventory=B80, weighInv=22.00, matPrice=437.850000, totalCopperConsume=1544.54, totalAluminumConsume=, totalLHCost=269.3900, steamFee=0), MaterialDto(materialName=KVV 14X2.5, model=KVV, specification=14*2.5, voltage=450/750V, standard=GB, costPrice=19895.66, factoryPrice=28313.60, netVolume=562.35, inventory=A120, weighInv=64.00, matPrice=2140.550000, totalCopperConsume=17755.11, totalAluminumConsume=, totalLHCost=737.9800, steamFee=0), MaterialDto(materialName=KVV 19X0.75, model=KVV, specification=19*0.75, voltage=450/750V, standard=GB, costPrice=8980.76, factoryPrice=12635.26, netVolume=312.70, inventory=A120, weighInv=64.00, matPrice=1405.450000, totalCopperConsume=7575.31, totalAluminumConsume=, totalLHCost=802.0100, steamFee=0), MaterialDto(materialName=KVV 25X1.5, model=KVV, specification=25*1.5, voltage=450/750V, standard=GB, costPrice=21995.04, factoryPrice=30678.07, netVolume=664.78, inventory=A140, weighInv=99.00, matPrice=2688.220000, totalCopperConsume=19306.82, totalAluminumConsume=, totalLHCost=1241.4400, steamFee=0), MaterialDto(materialName=KVV 30X0.75, model=KVV, specification=30*0.75, voltage=450/750V, standard=GB, costPrice=13989.81, factoryPrice=19449.01, netVolume=464.95, inventory=A120, weighInv=64.00, matPrice=2028.800000, totalCopperConsume=11961.01, totalAluminumConsume=, totalLHCost=1369.2600, steamFee=0), MaterialDto(materialName=KVV 32X1.5, model=KVV, specification=32*1.5, voltage=450/750V, standard=GB, costPrice=27961.57, factoryPrice=39016.52, netVolume=821.87, inventory=A140, weighInv=99.00, matPrice=3248.840000, totalCopperConsume=24712.73, totalAluminumConsume=, totalLHCost=1413.4800, steamFee=0), MaterialDto(materialName=KVV22 26X1, model=KVV22, specification=26*1, voltage=450/750V, standard=GB, costPrice=17197.59, factoryPrice=24628.25, netVolume=683.15, inventory=A140, weighInv=99.00, matPrice=3377.450000, totalCopperConsume=13820.14, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV22 34X0.75, model=KVV22, specification=34*0.75, voltage=450/750V, standard=GB, costPrice=17295.54, factoryPrice=23932.26, netVolume=732.77, inventory=A140, weighInv=99.00, matPrice=3739.730000, totalCopperConsume=13555.81, totalAluminumConsume=, totalLHCost=1399.3700, steamFee=0), MaterialDto(materialName=KVV32 13X0.75, model=KVV32, specification=13*0.75, voltage=450/750V, standard=GB, costPrice=8941.91, factoryPrice=14704.27, netVolume=664.39, inventory=A120, weighInv=64.00, matPrice=3757.910000, totalCopperConsume=5184.00, totalAluminumConsume=, totalLHCost=3425.0000, steamFee=0), MaterialDto(materialName=KVV32 13X4, model=KVV32, specification=13*4, voltage=450/750V, standard=GB, costPrice=33665.20, factoryPrice=51890.36, netVolume=1547.41, inventory=A140, weighInv=99.00, matPrice=7247.200000, totalCopperConsume=26418.00, totalAluminumConsume=, totalLHCost=3857.2700, steamFee=0), MaterialDto(materialName=KVV32 14X1, model=KVV32, specification=14*1, voltage=450/750V, standard=GB, costPrice=11424.00, factoryPrice=19348.68, netVolume=730.00, inventory=A140, weighInv=99.00, matPrice=3984.000000, totalCopperConsume=7440.00, totalAluminumConsume=, totalLHCost=4040.8900, steamFee=0), MaterialDto(materialName=KVV32 24X0.75, model=KVV32, specification=24*0.75, voltage=450/750V, standard=GB, costPrice=15359.64, factoryPrice=23830.35, netVolume=1071.96, inventory=A140, weighInv=99.00, matPrice=5789.640000, totalCopperConsume=9570.00, totalAluminumConsume=, totalLHCost=251.8100, steamFee=0), MaterialDto(materialName=KVV32 26X0.75, model=KVV32, specification=26*0.75, voltage=450/750V, standard=GB, costPrice=16352.12, factoryPrice=24902.38, netVolume=1112.88, inventory=A140, weighInv=99.00, matPrice=5984.120000, totalCopperConsume=10368.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 26X2.5, model=KVV32, specification=26*2.5, voltage=450/750V, standard=GB, costPrice=42855.04, factoryPrice=65150.51, netVolume=2038.45, inventory=A160, weighInv=159.00, matPrice=9879.040000, totalCopperConsume=32976.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 29X2.5, model=KVV32, specification=29*2.5, voltage=450/750V, standard=GB, costPrice=47228.82, factoryPrice=72042.47, netVolume=2179.41, inventory=A160, weighInv=159.00, matPrice=10448.820000, totalCopperConsume=36780.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVV32 31X0.75, model=KVV32, specification=31*0.75, voltage=450/750V, standard=GB, costPrice=18950.10, factoryPrice=28861.07, netVolume=1237.33, inventory=A140, weighInv=99.00, matPrice=6590.100000, totalCopperConsume=12360.00, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 5X1, model=KVVR, specification=5*1, voltage=450/750V, standard=GB, costPrice=3204.16, factoryPrice=5024.40, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=715.760000, totalCopperConsume=2488.40, totalAluminumConsume=, totalLHCost=339.3300, steamFee=0), MaterialDto(materialName=KVVR 5X1.5, model=KVVR, specification=5*1.5, voltage=450/750V, standard=GB, costPrice=4480.01, factoryPrice=6914.08, netVolume=0.00, inventory=B100, weighInv=47.00, matPrice=845.240000, totalCopperConsume=3634.78, totalAluminumConsume=, totalLHCost=346.5000, steamFee=0), MaterialDto(materialName=KVVR 10X6, model=KVVR, specification=10*6, voltage=450/750V, standard=GB, costPrice=32375.07, factoryPrice=49765.26, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3137.920000, totalCopperConsume=29237.15, totalAluminumConsume=, totalLHCost=819.6400, steamFee=0), MaterialDto(materialName=KVVR 13X6, model=KVVR, specification=13*6, voltage=450/750V, standard=GB, costPrice=41852.96, factoryPrice=64379.47, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=3844.670000, totalCopperConsume=38008.29, totalAluminumConsume=, totalLHCost=959.7500, steamFee=0), MaterialDto(materialName=KVVR 33X2.5, model=KVVR, specification=33*2.5, voltage=450/750V, standard=GB, costPrice=45722.86, factoryPrice=68763.97, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=5753.810000, totalCopperConsume=39969.05, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0), MaterialDto(materialName=KVVR 34X1.5, model=KVVR, specification=34*1.5, voltage=450/750V, standard=GB, costPrice=28866.63, factoryPrice=43698.06, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=4150.180000, totalCopperConsume=24716.45, totalAluminumConsume=, totalLHCost=1403.1700, steamFee=0), MaterialDto(materialName=KVVRP 8X4, model=KVVRP, specification=8*4, voltage=450/750V, standard=GB, costPrice=21003.93, factoryPrice=34034.78, netVolume=534.75, inventory=A120, weighInv=64.00, matPrice=5158.250000, totalCopperConsume=15593.15, totalAluminumConsume=, totalLHCost=768.2100, steamFee=0), MaterialDto(materialName=KVVRP 15X2.5, model=KVVRP, specification=15*2.5, voltage=450/750V, standard=GB, costPrice=26901.76, factoryPrice=40058.53, netVolume=728.35, inventory=A140, weighInv=99.00, matPrice=8364.670000, totalCopperConsume=18167.75, totalAluminumConsume=, totalLHCost=1045.3600, steamFee=0), MaterialDto(materialName=KVVRP 16X6, model=KVVRP, specification=16*6, voltage=450/750V, standard=GB, costPrice=58485.47, factoryPrice=92231.71, netVolume=0.00, inventory=A140, weighInv=99.00, matPrice=11456.870000, totalCopperConsume=46779.44, totalAluminumConsume=, totalLHCost=1193.0500, steamFee=0), MaterialDto(materialName=KVVRP 25X0.75, model=KVVRP, specification=25*0.75, voltage=450/750V, standard=GB, costPrice=15156.58, factoryPrice=23694.47, netVolume=0.00, inventory=A120, weighInv=64.00, matPrice=5597.740000, totalCopperConsume=9323.85, totalAluminumConsume=, totalLHCost=0.0000, steamFee=0)] +2024-02-21 13:04:04.214 INFO 9700 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 9700 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:04:04.216 INFO 9700 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:04:06.156 WARN 9700 --- [Druid-ConnectionPool-Create-1999695752] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:04:07.320 INFO 9700 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:04:07.328 INFO 9700 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:04:07.448 WARN 9700 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:04:07.699 INFO 9700 --- [main] com.JN.JNApplication : Started JNApplication in 3.889 seconds (JVM running for 4.815) +2024-02-21 13:04:07.704 INFO 9700 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:04:12.223 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:04:12.225 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:04:12.446 INFO 9700 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:04:12.447 INFO 9700 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:04:12.451 INFO 9700 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:04:12.451 INFO 9700 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:04:12.451 INFO 9700 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:04:12.452 INFO 9700 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:04:12.452 INFO 9700 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:04:12.452 INFO 9700 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:04:12.451 INFO 9700 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:04:12.452 INFO 9700 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:04:12.454 INFO 9700 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:04:12.454 INFO 9700 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:04:12.477 INFO 9700 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:04:12.477 INFO 9700 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:04:12.478 INFO 9700 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:04:12.479 INFO 9700 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:04:12.613 INFO 9700 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:04:12.614 INFO 9700 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:04:13.996 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:04:13.996 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:04:26.851 INFO 9700 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:04:26.851 INFO 9700 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:05:03.156 INFO 9700 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:05:03.156 INFO 9700 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:05:15.898 INFO 9700 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:05:15.898 INFO 9700 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:06:26.171 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:06:26.172 INFO 9700 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:06:26.181 WARN 9700 --- [Druid-ConnectionPool-Create-1999695752] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:08:42.128 INFO 14116 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14116 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:08:42.130 INFO 14116 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:08:44.222 WARN 14116 --- [Druid-ConnectionPool-Create-1904652802] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:08:45.556 INFO 14116 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:08:45.564 INFO 14116 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:08:45.699 WARN 14116 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:08:45.966 INFO 14116 --- [main] com.JN.JNApplication : Started JNApplication in 4.35 seconds (JVM running for 5.354) +2024-02-21 13:08:45.973 INFO 14116 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:08:53.433 INFO 14116 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:08:53.434 INFO 14116 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:08:53.670 INFO 14116 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:08:53.670 INFO 14116 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:08:53.670 INFO 14116 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:08:53.670 INFO 14116 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:08:53.671 INFO 14116 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:08:53.671 INFO 14116 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:08:53.672 INFO 14116 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:08:53.672 INFO 14116 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:08:53.673 INFO 14116 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:08:53.673 INFO 14116 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:08:53.674 INFO 14116 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:08:53.675 INFO 14116 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:08:53.709 INFO 14116 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:08:53.710 INFO 14116 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:08:53.710 INFO 14116 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:08:53.710 INFO 14116 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:08:53.873 INFO 14116 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:08:53.873 INFO 14116 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:08:54.524 INFO 14116 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:08:54.524 INFO 14116 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:09:29.848 INFO 6556 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 6556 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:09:29.851 INFO 6556 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:09:31.848 WARN 6556 --- [Druid-ConnectionPool-Create-265556987] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:09:33.002 INFO 6556 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:09:33.007 INFO 6556 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:09:33.197 WARN 6556 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:09:33.696 INFO 6556 --- [main] com.JN.JNApplication : Started JNApplication in 4.247 seconds (JVM running for 5.307) +2024-02-21 13:09:33.703 INFO 6556 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:09:49.710 INFO 6556 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:09:49.712 INFO 6556 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:09:49.954 INFO 6556 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:09:49.954 INFO 6556 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:09:49.954 INFO 6556 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:09:49.954 INFO 6556 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:09:49.955 INFO 6556 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:09:49.956 INFO 6556 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:09:49.957 INFO 6556 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:09:49.956 INFO 6556 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:09:49.956 INFO 6556 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:09:49.961 INFO 6556 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:09:49.961 INFO 6556 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:09:49.960 INFO 6556 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:09:49.984 INFO 6556 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:09:49.984 INFO 6556 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:09:49.984 INFO 6556 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:09:49.985 INFO 6556 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:09:50.121 INFO 6556 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:09:50.121 INFO 6556 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:09:51.604 INFO 6556 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:09:51.604 INFO 6556 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:09:56.707 INFO 6556 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:09:56.707 INFO 6556 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:18:56.907 INFO 1228 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 1228 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:18:56.909 INFO 1228 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:18:58.882 WARN 1228 --- [Druid-ConnectionPool-Create-1869544015] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:19:00.029 INFO 1228 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:19:00.036 INFO 1228 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:19:00.159 WARN 1228 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:19:00.401 INFO 1228 --- [main] com.JN.JNApplication : Started JNApplication in 3.889 seconds (JVM running for 4.756) +2024-02-21 13:19:00.407 INFO 1228 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:19:10.136 INFO 1228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:19:10.137 INFO 1228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:19:10.367 INFO 1228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:19:10.367 INFO 1228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:19:10.368 INFO 1228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:19:10.368 INFO 1228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:19:10.367 INFO 1228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:19:10.369 INFO 1228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:19:10.370 INFO 1228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:19:10.370 INFO 1228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:19:10.370 INFO 1228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:19:10.371 INFO 1228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:19:10.371 INFO 1228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:19:10.369 INFO 1228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:19:10.417 INFO 1228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:19:10.417 INFO 1228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:19:10.418 INFO 1228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:19:10.418 INFO 1228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:19:10.556 INFO 1228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:19:10.557 INFO 1228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:19:11.572 INFO 1228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:19:11.572 INFO 1228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:19:18.002 INFO 1228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:19:18.002 INFO 1228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:27:09.304 INFO 4048 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 4048 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:27:09.307 INFO 4048 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:27:11.247 WARN 4048 --- [Druid-ConnectionPool-Create-2022768790] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:27:12.422 INFO 4048 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:27:12.429 INFO 4048 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:27:12.560 WARN 4048 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:27:12.786 INFO 4048 --- [main] com.JN.JNApplication : Started JNApplication in 3.903 seconds (JVM running for 5.138) +2024-02-21 13:27:12.792 INFO 4048 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:27:20.087 INFO 4048 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:27:20.089 INFO 4048 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:27:20.346 INFO 4048 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:27:20.347 INFO 4048 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:27:20.349 INFO 4048 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:27:20.349 INFO 4048 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:27:20.350 INFO 4048 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:27:20.350 INFO 4048 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:27:20.353 INFO 4048 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:27:20.354 INFO 4048 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:27:20.379 INFO 4048 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:27:20.379 INFO 4048 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:27:20.382 INFO 4048 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:27:20.382 INFO 4048 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:27:20.539 INFO 4048 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:27:20.539 INFO 4048 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:27:21.340 INFO 4048 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:27:21.340 INFO 4048 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:27:29.105 INFO 4048 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:27:29.105 INFO 4048 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:34:32.965 INFO 5652 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 5652 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:34:32.967 INFO 5652 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:34:35.022 WARN 5652 --- [Druid-ConnectionPool-Create-1287215032] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:34:36.198 INFO 5652 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:34:36.206 INFO 5652 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:34:36.332 WARN 5652 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:34:36.567 INFO 5652 --- [main] com.JN.JNApplication : Started JNApplication in 4.031 seconds (JVM running for 5.054) +2024-02-21 13:34:36.572 INFO 5652 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:34:41.813 INFO 5652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:34:41.815 INFO 5652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:34:42.054 INFO 5652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:34:42.054 INFO 5652 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:34:42.054 INFO 5652 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:34:42.054 INFO 5652 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:34:42.055 INFO 5652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:34:42.055 INFO 5652 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:34:42.055 INFO 5652 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:34:42.055 INFO 5652 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:34:42.057 INFO 5652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:34:42.057 INFO 5652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:34:42.059 INFO 5652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:34:42.059 INFO 5652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:34:42.087 INFO 5652 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:34:42.088 INFO 5652 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:34:42.088 INFO 5652 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:34:42.088 INFO 5652 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:34:42.248 INFO 5652 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:34:42.248 INFO 5652 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:34:43.316 INFO 5652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:34:43.316 INFO 5652 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:34:49.258 INFO 5652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:34:49.258 INFO 5652 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:34:54.993 INFO 5652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:34:54.993 INFO 5652 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:37:48.548 INFO 3992 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 3992 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:37:48.551 INFO 3992 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:37:50.581 WARN 3992 --- [Druid-ConnectionPool-Create-238748521] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:37:51.769 INFO 3992 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:37:51.777 INFO 3992 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:37:51.906 WARN 3992 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:37:52.145 INFO 3992 --- [main] com.JN.JNApplication : Started JNApplication in 4.013 seconds (JVM running for 5.002) +2024-02-21 13:37:52.151 INFO 3992 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:38:09.137 INFO 3992 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:38:09.138 INFO 3992 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:38:09.379 INFO 3992 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:38:09.379 INFO 3992 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:38:09.379 INFO 3992 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:38:09.379 INFO 3992 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:38:09.380 INFO 3992 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:38:09.380 INFO 3992 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:38:09.382 INFO 3992 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:38:09.383 INFO 3992 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:38:09.382 INFO 3992 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:38:09.383 INFO 3992 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:38:09.386 INFO 3992 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:38:09.386 INFO 3992 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:38:09.409 INFO 3992 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:38:09.410 INFO 3992 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:38:09.410 INFO 3992 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:38:09.411 INFO 3992 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:38:09.570 INFO 3992 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:38:09.570 INFO 3992 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:38:10.662 INFO 3992 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:38:10.662 INFO 3992 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:38:16.825 INFO 3992 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:38:16.826 INFO 3992 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:41:45.126 INFO 1104 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 1104 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 13:41:45.128 INFO 1104 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 13:41:47.195 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 13:41:48.404 INFO 1104 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 13:41:48.410 INFO 1104 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 13:41:48.543 WARN 1104 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 13:41:48.866 INFO 1104 --- [main] com.JN.JNApplication : Started JNApplication in 4.135 seconds (JVM running for 5.043) +2024-02-21 13:41:48.872 INFO 1104 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 13:43:05.332 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 13:43:05.334 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 13:43:05.569 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 13:43:05.570 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 13:43:05.570 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 13:43:05.571 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 13:43:05.571 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 13:43:05.572 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 13:43:05.572 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 13:43:05.601 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 13:43:05.601 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 13:43:05.606 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 13:43:05.606 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 13:43:05.758 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 13:43:05.758 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 13:43:06.908 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 13:43:06.908 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 13:43:13.033 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 13:43:13.033 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 13:43:13.080 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 14:14:13.687 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/favicon.ico +2024-02-21 14:14:13.688 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/favicon.ico不需要处理 +2024-02-21 14:14:13.691 WARN 1104 --- [http-nio-3333-exec-9] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico +2024-02-21 14:14:13.703 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 14:14:13.703 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 14:14:13.761 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 14:14:13.761 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 14:14:13.762 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 14:14:13.762 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 14:14:13.765 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 14:14:13.765 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 14:14:13.765 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 14:14:13.765 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 14:14:13.767 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 14:14:13.767 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 14:14:13.771 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:14:13.771 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 14:14:13.773 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 14:14:13.773 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 14:14:13.773 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 14:14:13.773 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 14:14:13.775 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 14:14:13.775 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 14:14:14.266 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:14:14.266 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 14:14:26.431 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 14:14:26.431 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 14:14:35.927 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 14:14:35.928 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 14:14:35.968 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:14:35.968 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 14:14:36.282 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:14:36.282 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 14:14:42.306 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList +2024-02-21 14:14:42.307 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 +2024-02-21 14:14:42.328 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 14:14:42.521 INFO 1104 --- [http-nio-3333-exec-7] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=江苏省, city=宜兴市, district=丁蜀镇, kilometers=32, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=芳桥街道, kilometers=25, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=高塍镇, kilometers=12, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=官林镇, kilometers=5, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=和桥镇, kilometers=22, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=湖㳇镇, kilometers=38, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=屺亭街道, kilometers=17, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=太华镇, kilometers=39, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=万石镇, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=西渚镇, kilometers=29, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新建镇, kilometers=11, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新街街道, kilometers=18, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=新庄街道, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=徐舍镇, kilometers=12, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=杨巷镇, kilometers=15, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=宜城街道, kilometers=21, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=张渚镇, kilometers=27, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000), RegionDto(province=江苏省, city=宜兴市, district=周铁镇, kilometers=32, price01=3.8000, price02=3.8000, price03=3.6000, price04=3.5000, price05=3.5000)] +2024-02-21 14:14:52.006 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 14:14:52.006 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 14:14:52.053 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:14:52.053 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 14:14:52.307 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:14:52.308 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 14:14:57.256 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList +2024-02-21 14:14:57.256 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 +2024-02-21 14:14:57.452 INFO 1104 --- [http-nio-3333-exec-6] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=北京市, city=市辖区, district=昌平区, kilometers=1151, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=朝阳区, kilometers=1106, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=大兴区, kilometers=1100, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=东城区, kilometers=1108, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=房山区, kilometers=1124, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=丰台区, kilometers=1114, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=海淀区, kilometers=1122, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=怀柔区, kilometers=1158, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=门头沟区, kilometers=1138, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=密云区, kilometers=1191, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=平谷区, kilometers=1136, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=石景山区, kilometers=1124, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=顺义区, kilometers=1130, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=通州区, kilometers=1107, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=西城区, kilometers=1111, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650), RegionDto(province=北京市, city=市辖区, district=延庆区, kilometers=1177, price01=0.4300, price02=0.4300, price03=0.3400, price04=0.2900, price05=0.2650)] +2024-02-21 14:15:37.113 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:15:37.113 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:15:40.190 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:15:40.190 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:15:42.315 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:15:42.315 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:15:48.606 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:15:48.606 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:15:54.567 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:15:54.567 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:15:58.761 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:15:58.761 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:16:20.425 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:16:20.425 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:17:37.311 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:17:37.311 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:17:37.329 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 14:19:43.288 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 14:19:43.288 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 14:19:43.307 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 14:22:51.429 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 14:22:51.429 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 14:22:51.569 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 14:22:51.569 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 14:22:51.569 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 14:22:51.569 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 14:22:51.574 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 14:22:51.574 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 14:22:51.577 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 14:22:51.578 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 14:22:51.579 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 14:22:51.580 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 14:22:51.578 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 14:22:51.585 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 14:22:51.582 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 14:22:51.588 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 14:22:51.583 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 14:22:51.588 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 14:22:51.924 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:22:51.924 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 14:22:56.170 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 14:22:56.170 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 14:22:57.859 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 14:22:57.860 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 14:22:57.873 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 14:22:57.874 INFO 1104 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 14:22:57.877 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 14:22:57.877 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 14:22:57.881 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 14:22:57.882 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 14:22:57.883 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 14:22:57.883 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 14:22:57.884 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 14:22:57.884 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 14:22:57.922 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 14:22:57.923 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 14:22:57.927 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 14:22:57.928 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 14:22:57.934 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 14:22:57.934 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 14:23:00.238 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:23:00.238 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 14:23:46.616 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/regionList +2024-02-21 14:23:46.617 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/regionList不需要处理 +2024-02-21 14:23:46.625 WARN 1104 --- [Druid-ConnectionPool-Create-1280378749] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 14:23:46.800 INFO 1104 --- [http-nio-3333-exec-6] c.J.d.z.controller.ZMController : 查询到的地区列表结果是:[RegionDto(province=新疆, city=乌鲁木齐市, district=乌鲁木齐县, kilometers=3718, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=阿克苏市, kilometers=4459, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=拜城县, kilometers=4314, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=柯坪县, kilometers=4596, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=库车县, kilometers=4204, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=沙雅县, kilometers=4273, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=温宿县, kilometers=4455, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=乌什县, kilometers=4564, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿克苏地区, district=新和县, kilometers=4250, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=阿勒泰市, kilometers=4174, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=布尔津县, kilometers=4235, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=富蕴县, kilometers=4009, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=哈巴河县, kilometers=4292, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=吉木乃县, kilometers=4296, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=阿勒泰地区, district=青河县, kilometers=4060, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=博湖县, kilometers=3884, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=和静县, kilometers=3875, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=和硕县, kilometers=3832, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=库尔勒经济技术开发区, kilometers=3928, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=库尔勒市, kilometers=3926, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=轮台县, kilometers=4099, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=且末县, kilometers=3882, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=若羌县, kilometers=3598, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=尉犁县, kilometers=3696, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=巴音郭楞蒙古自治州, district=焉耆回族自治县, kilometers=3873, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=阿拉山口市, kilometers=4190, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=博乐市, kilometers=4225, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=精河县, kilometers=4128, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=双河市, kilometers=4187, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=博尔塔拉蒙古自治州, district=温泉县, kilometers=4310, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=昌吉市, kilometers=3754, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=阜康市, kilometers=3718, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=呼图壁县, kilometers=3791, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=吉木萨尔县, kilometers=3616, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=玛纳斯县, kilometers=3846, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=木垒哈萨克自治县, kilometers=3527, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=昌吉回族自治州, district=奇台县, kilometers=3594, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=哈密市, district=巴里坤哈萨克自治县, kilometers=3269, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=哈密市, district=伊吾县, kilometers=3273, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=哈密市, district=伊州区, kilometers=3145, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=策勒县, kilometers=4364, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=和田市, kilometers=4437, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=和田县, kilometers=4404, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=洛浦县, kilometers=4413, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=民丰县, kilometers=4170, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=墨玉县, kilometers=4464, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=皮山县, kilometers=4603, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=和田地区, district=于田县, kilometers=4281, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=巴楚县, kilometers=4698, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=伽师县, kilometers=4877, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=喀什市, kilometers=4918, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=麦盖提县, kilometers=4847, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=莎车县, kilometers=4908, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=疏附县, kilometers=4933, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=疏勒县, kilometers=4927, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=塔什库尔干塔吉克自治县, kilometers=5207, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=叶城县, kilometers=4683, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=英吉沙县, kilometers=4995, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=岳普湖县, kilometers=4906, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=喀什地区, district=泽普县, kilometers=4940, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克拉玛依市, district=白碱滩区, kilometers=4041, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克拉玛依市, district=独山子区, kilometers=3957, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克拉玛依市, district=克拉玛依区, kilometers=4022, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克拉玛依市, district=乌尔禾区, kilometers=4135, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克孜勒苏柯尔克孜自治州, district=阿合奇县, kilometers=4641, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克孜勒苏柯尔克孜自治州, district=阿克陶县, kilometers=4958, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克孜勒苏柯尔克孜自治州, district=阿图什市, kilometers=4878, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=克孜勒苏柯尔克孜自治州, district=乌恰县, kilometers=4967, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=阿拉尔市, kilometers=4509, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=石河子市, kilometers=3854, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=铁门关市, kilometers=3963, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=图木舒克市, kilometers=4677, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=省直辖县级行政区划, district=五家渠市, kilometers=3768, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=额敏县, kilometers=4216, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=和布克赛尔蒙古自治县, kilometers=4236, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=沙湾县, kilometers=3893, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=塔城市, kilometers=4274, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=托里县, kilometers=4209, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=乌苏市, kilometers=3966, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=塔城地区, district=裕民县, kilometers=4267, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=吐鲁番市, district=高昌区, kilometers=3530, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=吐鲁番市, district=鄯善县, kilometers=3451, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=吐鲁番市, district=托克逊县, kilometers=3626, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=(新市区), kilometers=null, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=达坂城区, kilometers=3626, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=高新技术产业开发区, kilometers=null, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=米东区, kilometers=3737, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=沙依巴克区, kilometers=3715, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=水磨沟区, kilometers=3720, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=天山区, kilometers=3714, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=头屯河区, kilometers=3730, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=乌鲁木齐高新技术产业开发区, kilometers=null, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=乌鲁木齐经济技术开发区(屯河区), kilometers=null, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=乌鲁木齐县, kilometers=3718, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=乌鲁木齐市, district=新市区, kilometers=3721, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=察布查尔锡伯自治县, kilometers=4399, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=巩留县, kilometers=4501, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=霍城县, kilometers=4353, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=霍尔果斯市, kilometers=4363, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=奎屯市, kilometers=3954, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=尼勒克县, kilometers=4261, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=特克斯县, kilometers=4514, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=新源县, kilometers=4222, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=伊宁市, kilometers=4394, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=伊宁县, kilometers=4404, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840), RegionDto(province=新疆维吾尔自治区, city=伊犁哈萨克自治州, district=昭苏县, kilometers=4574, price01=0.2880, price02=0.2870, price03=0.2860, price04=0.2850, price05=0.2840)] +2024-02-21 14:25:43.498 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 14:25:43.499 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 14:26:02.066 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 14:26:02.066 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 14:33:40.900 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 14:33:40.901 INFO 1104 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 14:33:41.244 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 14:33:41.245 INFO 1104 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 14:33:41.248 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 14:33:41.248 INFO 1104 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 14:33:41.251 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 14:33:41.252 INFO 1104 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 14:33:41.252 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 14:33:41.252 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 14:33:41.259 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 14:33:41.259 INFO 1104 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 14:33:41.259 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 14:33:41.260 INFO 1104 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 14:33:43.069 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 14:33:43.070 INFO 1104 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 15:07:36.415 INFO 1204 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 1204 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 15:07:36.420 INFO 1204 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 15:07:38.542 WARN 1204 --- [Druid-ConnectionPool-Create-1798667958] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 15:07:39.785 INFO 1204 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 15:07:39.793 INFO 1204 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 15:07:39.918 WARN 1204 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 15:07:40.166 INFO 1204 --- [main] com.JN.JNApplication : Started JNApplication in 4.224 seconds (JVM running for 5.592) +2024-02-21 15:07:40.173 INFO 1204 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 15:07:57.530 INFO 1204 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 15:07:57.532 INFO 1204 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 15:08:15.340 INFO 1204 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 15:08:15.340 INFO 1204 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 15:09:43.466 INFO 12228 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12228 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 15:09:43.469 INFO 12228 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 15:09:45.461 WARN 12228 --- [Druid-ConnectionPool-Create-238748521] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 15:09:46.607 INFO 12228 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 15:09:46.614 INFO 12228 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 15:09:46.746 WARN 12228 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 15:09:47.010 INFO 12228 --- [main] com.JN.JNApplication : Started JNApplication in 3.93 seconds (JVM running for 4.968) +2024-02-21 15:09:47.016 INFO 12228 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 15:09:49.882 INFO 12228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 15:09:49.883 INFO 12228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 15:09:50.118 INFO 12228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 15:09:50.118 INFO 12228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 15:09:50.118 INFO 12228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 15:09:50.119 INFO 12228 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 15:09:50.121 INFO 12228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 15:09:50.121 INFO 12228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 15:09:50.123 INFO 12228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 15:09:50.124 INFO 12228 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 15:09:50.126 INFO 12228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 15:09:50.127 INFO 12228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 15:09:50.128 INFO 12228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 15:09:50.128 INFO 12228 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 15:09:50.148 INFO 12228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 15:09:50.148 INFO 12228 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 15:09:50.153 INFO 12228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 15:09:50.153 INFO 12228 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 15:09:50.303 INFO 12228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 15:09:50.303 INFO 12228 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 15:09:51.229 INFO 12228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 15:09:51.229 INFO 12228 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 15:09:59.275 INFO 12228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 15:09:59.276 INFO 12228 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 15:10:02.850 INFO 12228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 15:10:02.850 INFO 12228 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 15:10:17.091 INFO 12228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 15:10:17.091 INFO 12228 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 16:30:13.408 INFO 9132 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 9132 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 16:30:13.410 INFO 9132 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 16:30:15.777 WARN 9132 --- [Druid-ConnectionPool-Create-674882504] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 16:30:16.942 INFO 9132 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 16:30:16.949 INFO 9132 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 16:30:17.072 WARN 9132 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 16:30:17.315 INFO 9132 --- [main] com.JN.JNApplication : Started JNApplication in 4.315 seconds (JVM running for 5.468) +2024-02-21 16:30:17.321 INFO 9132 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 16:30:44.179 INFO 9132 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 16:30:44.181 INFO 9132 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 16:30:56.309 INFO 9132 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 16:30:56.309 INFO 9132 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 16:47:57.304 INFO 5200 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 5200 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 16:47:57.306 INFO 5200 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 16:47:59.337 WARN 5200 --- [Druid-ConnectionPool-Create-238748521] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 16:48:00.493 INFO 5200 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 16:48:00.500 INFO 5200 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 16:48:00.622 WARN 5200 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 16:48:00.867 INFO 5200 --- [main] com.JN.JNApplication : Started JNApplication in 3.954 seconds (JVM running for 4.871) +2024-02-21 16:48:00.873 INFO 5200 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 16:48:10.925 INFO 5200 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 16:48:10.926 INFO 5200 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 16:48:11.173 INFO 5200 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-21 16:48:11.173 INFO 5200 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-02-21 16:48:11.173 INFO 5200 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-02-21 16:48:11.173 INFO 5200 --- [http-nio-3333-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-02-21 16:48:11.174 INFO 5200 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-02-21 16:48:11.174 INFO 5200 --- [http-nio-3333-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-02-21 16:48:11.175 INFO 5200 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-02-21 16:48:11.175 INFO 5200 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-02-21 16:48:11.175 INFO 5200 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-02-21 16:48:11.175 INFO 5200 --- [http-nio-3333-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-02-21 16:48:11.177 INFO 5200 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-02-21 16:48:11.177 INFO 5200 --- [http-nio-3333-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-02-21 16:48:11.234 INFO 5200 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-02-21 16:48:11.235 INFO 5200 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-02-21 16:48:11.238 INFO 5200 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-02-21 16:48:11.239 INFO 5200 --- [http-nio-3333-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-02-21 16:48:11.547 INFO 5200 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-02-21 16:48:11.548 INFO 5200 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-21 16:48:14.191 INFO 5200 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-02-21 16:48:14.191 INFO 5200 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-02-21 16:48:21.227 INFO 5200 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 16:48:21.227 INFO 5200 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 16:48:58.916 INFO 7816 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 7816 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-21 16:48:58.918 INFO 7816 --- [main] com.JN.JNApplication : The following profiles are active: ZM +2024-02-21 16:49:00.965 WARN 7816 --- [Druid-ConnectionPool-Create-2082115343] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-21 16:49:02.308 INFO 7816 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-21 16:49:02.316 INFO 7816 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-21 16:49:02.459 WARN 7816 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-21 16:49:02.725 INFO 7816 --- [main] com.JN.JNApplication : Started JNApplication in 4.215 seconds (JVM running for 5.113) +2024-02-21 16:49:02.731 INFO 7816 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-21 16:49:34.803 INFO 7816 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-21 16:49:34.804 INFO 7816 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-21 16:49:45.091 INFO 7816 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 16:49:45.091 INFO 7816 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 +2024-02-21 16:49:46.362 INFO 7816 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/materialList +2024-02-21 16:49:46.362 INFO 7816 --- [http-nio-3333-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/materialList不需要处理 diff --git a/src/main/java/com/JN/demo/zmquotation/controller/ZMController.java b/src/main/java/com/JN/demo/zmquotation/controller/ZMController.java index cbde41f..eb6bb25 100644 --- a/src/main/java/com/JN/demo/zmquotation/controller/ZMController.java +++ b/src/main/java/com/JN/demo/zmquotation/controller/ZMController.java @@ -1,8 +1,10 @@ package com.JN.demo.zmquotation.controller; import com.JN.common.R; +import com.JN.demo.zmquotation.dto.InventoryDto; import com.JN.demo.zmquotation.dto.MaterialDto; import com.JN.demo.zmquotation.dto.RegionDto; +import com.JN.demo.zmquotation.service.InventoryService; import com.JN.demo.zmquotation.service.MaterialService; import com.JN.demo.zmquotation.service.RegionService; import lombok.experimental.PackagePrivate; @@ -33,6 +35,9 @@ public class ZMController { @Autowired MaterialService materialService; + @Autowired + InventoryService inventoryService; + /** * @title queryRegionList * @description 查询地区列表信息 @@ -70,5 +75,19 @@ public class ZMController { return R.success(materialList); } + /** + * @title queryInventoryList + * @description 获取盘具列表 + * @author JIAL + * @updateTime 2024/2/22 10:09 + * @return: com.JN.common.R> + */ + @PostMapping("/inventoryList") + public R> queryInventoryList() { + List inventoryList = inventoryService.queryInventoryList(); + + return R.success(inventoryList); + } + } diff --git a/src/main/java/com/JN/demo/zmquotation/dto/InventoryDto.java b/src/main/java/com/JN/demo/zmquotation/dto/InventoryDto.java new file mode 100644 index 0000000..f1cefce --- /dev/null +++ b/src/main/java/com/JN/demo/zmquotation/dto/InventoryDto.java @@ -0,0 +1,23 @@ +package com.JN.demo.zmquotation.dto; + +import lombok.Data; + +import java.io.Serializable; + +/** + * @ClassName InventoryDto + * @Description TODO + * @Author JIAL + * @Date 2024/2/22 9:48 + * @Version 1.0 + */ +@Data +public class InventoryDto implements Serializable { + private static final long serialVersionUID = 1L; + + private String inventory; //盘具名称 + + private String invDesc; //盘具描述 + + private String weighInv; //盘重 +} diff --git a/src/main/java/com/JN/demo/zmquotation/dto/MaterialDto.java b/src/main/java/com/JN/demo/zmquotation/dto/MaterialDto.java index 237e7f0..7df2438 100644 --- a/src/main/java/com/JN/demo/zmquotation/dto/MaterialDto.java +++ b/src/main/java/com/JN/demo/zmquotation/dto/MaterialDto.java @@ -46,4 +46,6 @@ public class MaterialDto implements Serializable { private String steamFee; //蒸汽费 private int quantity = 1; //数量默认为1 + + private int invItemCount = 1; //盘具数量默认1 } diff --git a/src/main/java/com/JN/demo/zmquotation/mapper/InventoryMapper.java b/src/main/java/com/JN/demo/zmquotation/mapper/InventoryMapper.java new file mode 100644 index 0000000..69f8968 --- /dev/null +++ b/src/main/java/com/JN/demo/zmquotation/mapper/InventoryMapper.java @@ -0,0 +1,24 @@ +package com.JN.demo.zmquotation.mapper; + +import com.JN.demo.zmquotation.dto.InventoryDto; +import org.apache.ibatis.annotations.Mapper; +import org.apache.ibatis.annotations.Select; + +import java.util.List; + +/** + * @ClassName InventoryMapper + * @Description TODO + * @Author JIAL + * @Date 2024/2/22 9:56 + * @Version 1.0 + */ +@Mapper +public interface InventoryMapper { + + @Select("SELECT [cbpj_mc] as inventory,\n" + + " [cbpj_pzjd1] as inv_desc,\n" + + " [cbpj_zl] as weigh_inv\n" + + "FROM [zm_erp2].[dbo].[cb_cbpj]") + List queryInventoryList(); +} diff --git a/src/main/java/com/JN/demo/zmquotation/service/InventoryService.java b/src/main/java/com/JN/demo/zmquotation/service/InventoryService.java new file mode 100644 index 0000000..0c56ede --- /dev/null +++ b/src/main/java/com/JN/demo/zmquotation/service/InventoryService.java @@ -0,0 +1,16 @@ +package com.JN.demo.zmquotation.service; + +import com.JN.demo.zmquotation.dto.InventoryDto; + +import java.util.List; + +/** + * @ClassName InventoryService + * @Description TODO + * @Author JIAL + * @Date 2024/2/22 9:55 + * @Version 1.0 + */ +public interface InventoryService { + List queryInventoryList(); +} diff --git a/src/main/java/com/JN/demo/zmquotation/service/impl/InventoryServiceImpl.java b/src/main/java/com/JN/demo/zmquotation/service/impl/InventoryServiceImpl.java new file mode 100644 index 0000000..a70cc6f --- /dev/null +++ b/src/main/java/com/JN/demo/zmquotation/service/impl/InventoryServiceImpl.java @@ -0,0 +1,35 @@ +package com.JN.demo.zmquotation.service.impl; + +import com.JN.demo.zmquotation.dto.InventoryDto; +import com.JN.demo.zmquotation.mapper.InventoryMapper; +import com.JN.demo.zmquotation.service.InventoryService; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Service; + +import java.util.List; + +/** + * @ClassName InventoryServiceImpl + * @Description TODO + * @Author JIAL + * @Date 2024/2/22 9:55 + * @Version 1.0 + */ +@Service +public class InventoryServiceImpl implements InventoryService { + + @Autowired + InventoryMapper inventoryMapper; + + /** + * @title queryInventoryList + * @description 获取盘具列表 + * @author JIAL + * @updateTime 2024/2/22 10:06 + * @return: java.util.List + */ + @Override + public List queryInventoryList() { + return inventoryMapper.queryInventoryList(); + } +} diff --git a/src/main/resources/static/zmquotation/css/index.css b/src/main/resources/static/zmquotation/css/index.css index 8c1bfa4..161c8f1 100644 --- a/src/main/resources/static/zmquotation/css/index.css +++ b/src/main/resources/static/zmquotation/css/index.css @@ -86,6 +86,18 @@ } +.inventoryDialogTable .el-dialog__header{ + padding-bottom: 0px; + +} +.inventoryDialogTable .el-dialog__body{ + padding-top: 0px; + +} + + + + .materialDialogTable .el-table__header-wrapper .el-table__header .el-checkbox { display: none; } diff --git a/src/main/resources/static/zmquotation/js/index.js b/src/main/resources/static/zmquotation/js/index.js index 4625586..340ca0a 100644 --- a/src/main/resources/static/zmquotation/js/index.js +++ b/src/main/resources/static/zmquotation/js/index.js @@ -12,4 +12,11 @@ const queryMaterialListByParam = (params) => { method: 'post', params }) +} + +const queryInventoryList = () => { + return $axios({ + url: '/zmquotation/inventoryList', + method: 'post', + }) } \ No newline at end of file diff --git a/src/main/resources/templates/zmquotation/index.html b/src/main/resources/templates/zmquotation/index.html index 2bcef6b..e9093f1 100644 --- a/src/main/resources/templates/zmquotation/index.html +++ b/src/main/resources/templates/zmquotation/index.html @@ -152,7 +152,7 @@
选择地区 添加物料 - 刷新界面 + 刷新界面
@@ -183,12 +183,12 @@ @@ -208,16 +208,24 @@ label="净重量"> - + + + + @@ -256,7 +264,7 @@
-
+
@@ -316,14 +324,14 @@
-
+
- + 查询物料 @@ -403,7 +411,52 @@ 取消
- + + +
+ + + + + + + + + + + + + +
+
+ +
@@ -444,20 +497,7 @@ materialData: [ ], - regionTableData: [ - { - province: '浙江', - city: '杭州', - district: '西湖区', - kilometers: 10 - }, - { - province: '上海', - city: '上海', - district: '黄浦区', - kilometers: 20 - }, - ], + regionTableData: [], price_0t_5t: '', price_5t_10t: '', price_10t_25t: '', @@ -466,41 +506,19 @@ dialogRegionVisible: false, regionName: '', regionCurrentPage: 1, + inventoryCurrentPage : 1, materialCurrentPage: 1, pageSize: 10, dialogMaterialVisible: false, - materialTableData: [ - { materialName: 'Material 1', model: 'Model A', specification: 'Spec 1', voltage: '220V', standard: 'Standard 1' }, - { materialName: 'Material 2', model: 'Model B', specification: 'Spec 2', voltage: '110V', standard: 'Standard 2' }, - // ... (previous data) - - // Additional test data - { materialName: 'Material 3', model: 'Model C', specification: 'Spec 3', voltage: '120V', standard: 'Standard 3' }, - { materialName: 'Material 4', model: 'Model D', specification: 'Spec 4', voltage: '230V', standard: 'Standard 4' }, - { materialName: 'Material 5', model: 'Model E', specification: 'Spec 5', voltage: '240V', standard: 'Standard 5' }, - { materialName: 'Material 6', model: 'Model F', specification: 'Spec 6', voltage: '110V', standard: 'Standard 6' }, - { materialName: 'Material 7', model: 'Model G', specification: 'Spec 7', voltage: '220V', standard: 'Standard 7' }, - { materialName: 'Material 8', model: 'Model H', specification: 'Spec 8', voltage: '120V', standard: 'Standard 8' }, - { materialName: 'Material 9', model: 'Model I', specification: 'Spec 9', voltage: '230V', standard: 'Standard 9' }, - { materialName: 'Material 10', model: 'Model J', specification: 'Spec 10', voltage: '240V', standard: 'Standard 10' }, - // ... (repeat similar structure for more data) - { materialName: 'Material 11', model: 'Model K', specification: 'Spec 11', voltage: '120V', standard: 'Standard 11' }, - { materialName: 'Material 12', model: 'Model L', specification: 'Spec 12', voltage: '230V', standard: 'Standard 12' }, - { materialName: 'Material 13', model: 'Model M', specification: 'Spec 13', voltage: '240V', standard: 'Standard 13' }, - { materialName: 'Material 14', model: 'Model N', specification: 'Spec 14', voltage: '110V', standard: 'Standard 14' }, - { materialName: 'Material 15', model: 'Model O', specification: 'Spec 15', voltage: '220V', standard: 'Standard 15' }, - { materialName: 'Material 16', model: 'Model P', specification: 'Spec 16', voltage: '120V', standard: 'Standard 16' }, - { materialName: 'Material 17', model: 'Model Q', specification: 'Spec 17', voltage: '230V', standard: 'Standard 17' }, - { materialName: 'Material 18', model: 'Model R', specification: 'Spec 18', voltage: '240V', standard: 'Standard 18' }, - { materialName: 'Material 19', model: 'Model S', specification: 'Spec 19', voltage: '110V', standard: 'Standard 19' }, - { materialName: 'Material 20', model: 'Model T', specification: 'Spec 20', voltage: '220V', standard: 'Standard 20' }, - ], + materialTableData: [], selectedMaterialItems: [], // 选中的数据 savedSelectedMaterials: [], // 保存选中的数据 precMaterialName: '', vagueMaterialName: '', vagueModel: '', - + dialogInventoryVisible: false, + inventoryTableData: [], + clickedRowIndex: null, // 用于记录点击的行的索引 } }, computed: { @@ -514,14 +532,17 @@ const end = start + this.pageSize; return this.materialTableData.slice(start, end); }, + getCurrentInventoryData() { + const start = (this.inventoryCurrentPage - 1) * this.pageSize; + const end = start + this.pageSize; + return this.inventoryTableData.slice(start, end); + }, }, created() { - + this.getInventoryData(); }, mounted() { - this.$nextTick(() => { - this.$refs.materialTable.setSelection(this.selectedMaterialItems); - }); + }, methods: { async init () { @@ -587,6 +608,10 @@ }, + handleInventoryCurrentChange(val) { + this.currentPage = val; + }, + addMaterial(){ this.dialogMaterialVisible = true; }, @@ -652,7 +677,35 @@ }) } - } + }, + + handleInventoryClick(row, index) { + this.clickedRowIndex = index; // 记录点击的行的索引 + this.dialogInventoryVisible = true; // 打开选择盘具的 dialog + }, + + getInventoryData() { + queryInventoryList().then(res => { + this.inventoryTableData = res.data || [] + }).catch(err => { + this.$message.error('请求出错了:' + err) + }) + }, + + chooseInventory(row) { + // 在选择盘具的逻辑中,将选择的盘具信息赋值给之前点击的行的数据 + if (this.clickedRowIndex !== null) { + // 假设选择盘具后的数据存储在 this.selectedInventory 中 + const updatedRow = { + ...this.materialData[this.clickedRowIndex], + inventory: row.inventory, // 盘具名称 + weighInv: row.weighInv, // 盘重信息 + }; + this.$set(this.materialData, this.clickedRowIndex, updatedRow); + } + this.dialogInventoryVisible = false; // 打开选择盘具的 dialog + // 其他逻辑... + }, }, }) diff --git a/target/classes/com/JN/demo/zmquotation/controller/ZMController.class b/target/classes/com/JN/demo/zmquotation/controller/ZMController.class index ac636ea5fec6c0080d621b69e1d55e0cb857cd82..51e14098df0b26c82585c68aabd716fe7fe0a483 100644 GIT binary patch delta 1069 zcmZXS+fGwK6o&tyExX-&XrUAkD#$^k9Hdw(f>l7pL!qL8iik(BYE7V#A_*6!`Uqy< zdF6!MHtEbi|Ex9ZTQmD}-S@`HFMmFM0+7UG6G5B} zK;oQ*^SGc?+K)*KQ^=UOh-u|qvTzwQO3hlB!xaNpO}(!mHcXa zHYHHy9_>Wg-@N^`Zsx>#J~hgynV9|6JJzztS3AMDdw|{L+pcRwlSB=|1{Nf4U{NB3 zYWt_JH+ECv7H%83BXJk^BK8vF(xN<2btt5Eqy zhynY#(He0H+=~duY_ET*D0$6*7fq@j6%+*6HB}|&i1t|XKaZvNcs{P#2gfM0;+zF% zU(YtgJBkYI=co<^4xpJMo6!+yp#g5Rq76Po?H~TWq6!Ye!!Zd9LnIj1Nv+z8?&g5C z+R?#Wi~I-C$ufuZ(IuygPK=IEFc9eGzXCnF!64Im`R`kVDBv*qRidIMdkB36CI}4R zh-P{n=+sOm(}6VErZi8IyWl-JJt&pXJW35xsptrM=pc8H?H?th*JX5^Av%h&%EM$Z zO*LI&J?63&%do>5w%y~vD%M0<4whw-as`K(~0n0Did)z<_cF$t(91h z+2C5lbvDhp5wpe3kXsSA*$%n$Zu{5Zt@{}yuZ#U!jf0+1_J!Q_+~dAygi10KE==xt z9`G>ak>@c_JO>yHdFpw_b4M%LD2yjRT)hgMRqICGX2SJ)?qvL)J

yKl< zR8ey^_0;Y^FR!(5G}cwo((E)B=0D>45;?{-S_3%3ghrngXrqQ!j>GZ`xO(y?TI^YI zMHJR4=Ct~*q@k(QYwU(lbdsYA$6}nKscoirTW8KOIWuw!PK7Y5H^=exFcrm4=$-4} zx}0R*f=0c78)dGmfMbzUf~qI0@odTzDGr-r+e&%b`ilNVb_i2TDUYd^lvR(hEEOnI z)JdA;hm4tXMvgI#1Pa@MQQ$A@%8<3U2is0zr-KaESeN#s{dyh2++|9f9o|V(rak3q j^oe*t-tNWyb1x0yo|Bj3e7b8@>Vno6ty@QT(`EG!^X)q| diff --git a/target/classes/com/JN/demo/zmquotation/dto/InventoryDto.class b/target/classes/com/JN/demo/zmquotation/dto/InventoryDto.class new file mode 100644 index 0000000000000000000000000000000000000000..25606ff032c795dd436ed9bded2ed37732eea5e5 GIT binary patch literal 2465 zcma)8ZBrXn6n<{9ZwU*8$V;QNQbh~lC6=Pr@S+x|h5|(>)Ye*E!VcLQvNYLH?SJSW z@CV2jKGYedGdknwmpbEbvexJBZe9ra&`fggIrl#2>~o)U_QF5^{q_fdX?zn$FLE)c zSeC;LIjrbdjdNa;!%YcTm(~|@*pTj~j$3h<$Qjs@^R|K82EH_KM|yX4e5K=_K%!!o z9jmx)mn)82+R7~oh-HD!1-Df3tdh5F6|1&N8uB9qVovGME_rVG2Z7|u1MASr6s^); zX45M>rM(#eoq$EVk{2)@+0I@eS2`5XW}TAb%?m_FMz;l&1$WmL=w5M3_F8p+$1dNp zc8Xj{uDE%Uu}F!2xTtsqry`JE$-DcR<+aSNz3*lo??0@%p5>8rX4i8wd`v)V(R0bd z+_SyfpmV#<*sPpN&^K~6UY;beYI_BDcik#m`?g0B1>!+un3PT< zsb)W{T18?`rMtQFz|MO!qjxF2ds@|SOF(tKf?XEql3EN?;#v*5{f*`ovjzzmbk+f( z?{7Cs(-rJD7CJXQEC1c9b>Pd-He;)>n0c$TB-zs}Sd~IhL6$Q|a_bwp)g`j0t(EOc zwdhfXW=@85g6GGE8;>$PH|QI}H{EJEZ(nz08}!sm$7)W>CNuFShD^MHK@;cYZ~=n? zBd^*KCg$*-iFa|yL`GU8(i)Y+JU$i}Xl>+cRj0Ts1s`apGEx_Q&cxTaPuk-{;mPI% zI>v`;XQL-ZOz>wq&F7l=C z1=|V=UPnI$XrJTz8bOLbisswY&7Ub9=MG}1DaVWSGMoixHT?|YXCL+!N6laC!rQdX z0DxhNDO(|W8(mz2}j>rCj`Xkin@z|eGSI5&Q(0rGMzBbMwt4#cjj+F8oJx4GnQpyR8 z8X}fe35jL3lqxaWb0m+@nNm|)6DXe535sWplrBL=2+~tV4Wt~CP!z3AcP}7X*Z&DF zV~Qv1!}qwtMvQRB;h)GU#-@?S`?M5%#ux7cS}IoY2|lEyp~#wFrKO|HvVBC$UA}+Bv#UxW`Oth7lnN{ZeLJTHm3M_+>7(0SKae|I-<$5fu$c>Z|?ijK- z!B#x0`dh4vA7rFde`~P4)bqguLxxdoP`Xb^N5wj>(TX6B8(1LgC||58Eb^!D`W(O# zE!7wE5ww?FP$;Gl6p;Thyd=EgN8~~u)Ec0MQBE&~Fs%vJK(?+DOq#rE1MP61ROMYZ w{X5J%&(N9dIzhLTkW(@d*fDAM1a@57Ne(A?t@RFRzWSy^X$1RAmiY7k0X0CU`v3p{ literal 0 HcmV?d00001 diff --git a/target/classes/com/JN/demo/zmquotation/dto/MaterialDto.class b/target/classes/com/JN/demo/zmquotation/dto/MaterialDto.class index 9b1e7bb2bc6aa359a4442f30ce0b9da03d18f02a..3a7d4902acb3ab7f8be80a5df66cafea82509e44 100644 GIT binary patch literal 9018 zcmd5>d0?DH6@RnYbQw%d{>DM3V$uap8kXi5@FTgv6p?Pf`~B)e_0DFWUg zf`F(fDjujPMJPxS3W6etg5rgOAPC;~0Un?rNBzB-@5-02W$Rzk_RX7lzxSKTn>TMJ z9}m2I$6Z8pm_*@dFkQviKp3 zAF+6d#lsQ$aSZJvEFNX?6Bdv0gpafKQx;FKc#_4>Sp1yDFIfDN#jjZWn#FHe{FcS< zSp1&FADHTo5&Bb%dgxw_{><%PH2SMXPigeDMt{@j?;8C>qkn4jj7HCD^e>J6tFgb4C~z{e+Z73ndOn=A;*3~kNr$PG;7N@D{XDpSSM*iu2E$?|An0wmMh3i;w0 z#eA*;ZcMnNJW!uza3acq3Bv;!)ZW1=&aawRvhqP%TeVTxBT-5TWJG2kecW+v_7S~)zlW(DS! zt109rR~L9;+h_1Y7b}=W3}Qi;b+A%^<4g&_@R7w*v2v84nx4g*1O->%=M^NdzL&c6GdQKdJJ%bz!4%_TNh6^|g69~$z z_?@t2Yaw4*y7)94kn-&FZ<=ua%a!rMl%P7!`0V8Df+205!I%Q7z}K1x)yqher;yYu zh-Wk|p>~Z)D3H@vO!k%~O%i870`jiYpb)MR^%KpmQW=GsJ(!eSuKJZyDA$OB6rICl zLR=#W$>LNybIHzt0wBWXnKJ>-K(l0!)y`8HThxO5OuFMVC%0N%ZgY%j$I(i?Iv3s= zQ>&h~6Vl!ZD?<}FSot%DbK7L;#Py2X3WqbFE3M+3ggTy^9#_>jv~K<2@G8{islxQk z1d4RRlU(7fc^xIQo`lh|c5+0s({>)jvaTIZWM^+|EbH3BSk|>!(X6vCQC@?&C-qss z7&ofXIU$UzaVu23E-NZprL3-4L9q?xnW=nXb&+qI^ssYj9L(2ooKB_F;WN{K5C+MImZ?8DrKo`bo8*Pu% z6pPJ-b-jnjwy>6GG0LLA;tUpJEXG+BS!`u-CW{FclPpRs$}DcA?Sh)Uua9GAiW8$; zdvsS&daxPxn`K#C1Vjx|sJ~n0#WDo2zk60@U?|q#ZRQ3#wXmDnfnL17+s+SkQ~llU z3{e0(M^x9&5_Cak<%#N9nSx$pfA`#6!FaPd?#UKdlBPxFiz2i#M)h!DOC5zwsk8_>Zx!>0rw}g*##_N2ruQTo~ALqa>&yhUD*BSSnk8_RJ z*L!ISs{vOEu9AXg;1?3;q|w>oPZ_F~ zk_)a)xkgf+Y|3Ft`4)f5+G;8J%Csp*B;{NEDdW{r^6hI=o**gT=1-ZZ zmXa@Wn{u6`e7iqovRX=h6WEj|O3HWmQ>Ln=b z>TJqWBqe@JQL7A|k9HnjVfnt^YbX@l)prloUrC{wU43^`{cwNp9%_(XD2@I2cNN>v zX+o#T>NJm_*K7or+)uT7@II>BN%19ma1XUuzPb?tL^r~Eh%w>&D6^9idPonuK&?gu zpjJcEBMj0^P(;^Upf)24P@56cqYR3fpr{^mf!d8)fZC0?Udy1k34-PVbr=bNI*g>A zU{KNoCG?~V)M=yu>NL`Nia}`;l+x2KP?u2$P?wR>>ll`w1E7UQr{2M!P7~Cjce+4}j4pr{8QpppgSt&n zm)>oGg8VwDalQ8C{Vs-7`dRmTAWs+3dy%h=ff2eGzdi)$sK7$H1YtUxST!&t(G1U zm(qu!#pzj5qAQ>!=mjxOAAyz>tzwWq3N0nN#R~cuw6s_*vUDZ1I1KYY`7&#h-Eqddyvf;uPf1Dylfq5y%66ABMOpc^{YV z=b`nu1Qbcb>0>?*FP7yFUs5oH7iah>@MZ8D=?&?nM+TR*rM%5E(rgoopz`W8qSA!=XL>~~Q+wYmreWO{k%! zSDiGq`xXw`qc+kk95v!P94fx(LgHGw30iu%$Fu~bFCM@iNIY{rQ369JLJ9r<1>7vbXalHI(reoC4(ed4<*>sQX!`)%n zAHpQ5-8YHD^9mr7D!yMThwYVdCSl^02p!I zD?b1SbBc7;Q#i96n2$M8-GNNx%yqzS=5(0@oX(l?fAPemD2Mp&t?oV%MoHvPuTR`b zJ*VDAi!-?D`uMs-lfmPSb)9uwc&y{0*q1q2>20hJC>?LZzRV#??_m8^O2>1sFLS8U zyI6m<((wZ9%N(Zkd91%i>GN5Ct5Eu5l-{_9mS&DrI-bT$ dGs~dwp`*OtzSJW@eU5&@{-S&jq7b03{}=Qc@QVNd literal 8729 zcmd5>d3;<|6+U+|%bUrYC6o1KowieG+LQo-z)P!OX=zFl3N1lElxZ?F1IbLAOo||a zg1CaHxPi(dNL{J|(t;oeqD2q|6-7~8Q4tixT?Fwv_uaST<+V)x%l_JP&pqcm-+OcJ zx#!-QKJcI0?;@f@=!FEWpgZG~rMp;smBrmG?qTsY7WcCFI*V_x*v;ZT7T;uXKZ^%g ze2c|{EWRD1?<6oj#NuHV-{r@AkG1c!c!b3dSp1O1qbz>J;>Ro=WAPIfKV|Vai=VOh zIg4K~)h}c8s|4*wcWU%&9-q+YHyZs`qu*)tq(;Bj=qZh!*60r!{ZXT5G&UOcT`Y#6+W1t^iZi>9GRWkRGi*e*fa@C zcBnFjBo>fL%#|@*ohZ!+>Kz)ZO!coD=^rmnRr=4J+B%E(t$VktBZR#}7U&l*f_*4Xc64Kr`nF!f~(7H`%t^=1uIPu4K=WDT>x ztl9SYS+hM()?nCBb+U$;o3-$gK~6@rh{B#k3g%?%xJ_pk$EpLpr=Z#^b2qbcVKY~% z6UAvk4P4Fnskysf`h3QO1+>y!uMpNOD_y>>&}cz?R$W4!hLN;D?%ZN>7AU1iT!RFR zc`DsPcr4Z@n%i=+7HY0BCAmD!C~cuU77OC(Q3~R*BqfX6y3{MX1`B`;tNo+^uAx;j z$kyd+b8XfO1-T42XkI0?d&1^9Gj5<=Xbm2`ZL{8b#wkB%CG2`kVjGQ}HC)&t+ak_L z96i{IV}8E$q zK_c&2@nnAP!Y1;bB~0W!ixtni>k{X8P;1hd56W?~Wu2Eo-Ll)M;`g$%qE#!_c_}Ed zp)xx?R$No!lO!|j9ta2U*{aitG^*1E+NjeiI$EdIEY`3%hQ(SIgDlpuIF`i_i(wWc zERJKbp2hJjP9Ple``36V>9n0L)M=8Ybb1|~rqf$_`g+#hz~Xck1s0oFjIkJJQDkuj zi_I)1Sd>_t$>J;)pQb56t^NzdYi3K6L^VWq0a4N%^I<u! zD!Z>n;7KWuRV5aoT_@HI+eF?; z98t7#MBT~}r7K5NuN+apazqWw5oIh#RI(gV%yL9M%Mm3lM^v>OQP^_CUctB+?}DuZ zc@k!a<9!6i#L`nr(!0!?iEWvMrMgDy@l#- zgc2eqh)QGD6C81Zu~hJM%U491oY2#)!K+XI8q z3Ic*Pe{g4DFj`1JaNHl<9T<$(6A+y62j>EV(Xs-9>;1tC1B21(0)lmaa6T{?EixcD z=?~s7Fc_^hAUNd@UJ@9LmK+eA_6IKw3`Q#t2+sI}`vQY;1Ox;(_=67!490mB5FFa! z+mhb>>~6_2Rj_fnE0`F0??;y|+evk9N3b?@Nxrhnz!stfYKnFlBwMlzd(~ltYs8oM1}5 zR!Tm49m-)zd2TRevQ|ny#U08KN%^K=%2chCd?9cskCT+=1yiPLrR2MXL%Cj3zB!mO zQ!6E3Qyj|UCFS|Slnu2~@{Px#JV8=kKyR7X+&bo5clO@g`10gXZjh9?@>`VQZ5S8e z)-$?n=?xSK?^t#ZWv`@2-Hv5#f^jq)Na-T)NblVJ%e-wg608rm`Q*-%#@L2P)dQ4M#=-~G}8ceni(U_po{{g zjf@A>Wi|lRWoC^A24xkf!N__*-DV>|-DZ=~$e<<#YBZWWpdPaspdPcuXl7800yP^g z9#GC~1t@2>8LbRzQ=nF(%>!Cs8UQUY+YN(3?FwWV?HbpdKSj%pZ)lV* zqPL+$n?py@#kiq|=%CPIdOK`&bXcf|-T^I48$%&_Cp4V;;stsav?!e;9;bIhi_rz* zQF;$Fjjj^6(IwF0biKHlE`^q$d&TASUTF1nzqphxgQnAyqD=3DmZWFI1ic?xN+iV~ zeE?coG>TPpIkb#8Smf!0&>F}Ou7uVqw$m5sW6;{fZanql&LZ#Bd0Fv7~CabL4sZDvHe z(9&d(W<+e4VMe7Z>bTJ8tf+P~CSB-pDk^5XI!sNvG{=R`XGL|Iap^+SQ&Dl-)nz86 zE8)1%3azMavtGK;1yxkN?dmag>CzpSZo6`3Qo7IbTOj6BdH;wt(qv=H{* zW%N1JKpia?+h_;0Fs&7*(&wQ?XiOYQUw{^+^TlH9Lhcq)2zKQy&~%YQkJDF*P%*Dh!&F^XU0ZiSW>Tj^lB4O&KALam5K zx8Qvl-b~#uVatZGFNMHX#Q(Rwgx7TEAvQEq#0J=y@LZFEMLjSV>9;CyY%bWv2RKxS zHZR1D3iheMcu=4lyGOSQPwXMwW!M`+k<{;*#N~MzkfPG}O69V>JWdfNUyjh_tO=@U zx!=pWLik?(%Bl;?)1el$B2U*w?!Ngx1gJ-3YJPoS>^?ru zed7NTiHG8>!_UXoiAT?)CGt<258pxioqQ|ppIx$xdil7+kj2P)E9=WF9aqTSEN*ga zH(19($U1I~z1agSy@U0BOUFgAH+!I^cd>qurQ>ecn?2aldsu&krQ@6{n)~mL+Rz#Fnji@)vBU^8o9l*1JqCbslJ6&vvR@r870UE+>pX sArJT13;UQO^loS8((J^~X0I}C5eT*LGe8YO9gU!yLDkR-RdlP`|4lqm>Hq)$ literal 0 HcmV?d00001 diff --git a/target/classes/com/JN/demo/zmquotation/service/impl/InventoryServiceImpl.class b/target/classes/com/JN/demo/zmquotation/service/impl/InventoryServiceImpl.class new file mode 100644 index 0000000000000000000000000000000000000000..b2e8923bafcd16b6ce612abe3a57cfa3c0bd7692 GIT binary patch literal 911 zcmah{U2oGc6g}=*vSx*imapxQ0h~?BR)rrye#L)|H-0 z?Tnqh6-gp3!)_3on7=vVV;LKM9-n5$38#$aae?56e=~Xv?f02>Dwac)s!=2lv@R(r z!}Gw{2~QKN^yJuzSe_aCiI1evDL)orUYUzIfgfbfoGB~EBzt3DY32G1E8VRjL-nN@ zOX@gKS{`NbNZJpAsxdSJ6N+dktjf=2vg$r6D&Je`CY5%oLdjK}L<>)Yi|ipKse|Te zChcr)I8dphWOpk#5mUi4ry`!`2w5Mfi54!i)KC9E!2Z%M#?CB?zjCJ6Coz9uG8@X* zDtFhOm%r58PTl}R_sZd>PFiW)ERnpV^cq-0qX7@A9-cMOM2q3YvU|REG7KBV03x9$ z{N3n8hBTJl>*W6R!LYN8a`j6?hhA_E^f2f{ZiZr=cKO+-SfNNhX}w7&PBF*Tw!eXW zDSqFg^@7~OI_+~P0kDDF6zOWwB9WZDSCakhuc&;-3d3j0R { method: 'post', params }) +} + +const queryInventoryList = () => { + return $axios({ + url: '/zmquotation/inventoryList', + method: 'post', + }) } \ No newline at end of file diff --git a/target/classes/templates/zmquotation/index.html b/target/classes/templates/zmquotation/index.html index 2bcef6b..6aad08a 100644 --- a/target/classes/templates/zmquotation/index.html +++ b/target/classes/templates/zmquotation/index.html @@ -183,12 +183,12 @@ @@ -208,16 +208,24 @@ label="净重量"> - + + + + @@ -256,7 +264,7 @@

-
+
@@ -316,14 +324,14 @@
-
+
- + 查询物料 @@ -403,7 +411,52 @@ 取消
- + + +
+ + + + + + + + + + + + + +
+
+ +
@@ -444,20 +497,7 @@ materialData: [ ], - regionTableData: [ - { - province: '浙江', - city: '杭州', - district: '西湖区', - kilometers: 10 - }, - { - province: '上海', - city: '上海', - district: '黄浦区', - kilometers: 20 - }, - ], + regionTableData: [], price_0t_5t: '', price_5t_10t: '', price_10t_25t: '', @@ -466,41 +506,19 @@ dialogRegionVisible: false, regionName: '', regionCurrentPage: 1, + inventoryCurrentPage : 1, materialCurrentPage: 1, pageSize: 10, dialogMaterialVisible: false, - materialTableData: [ - { materialName: 'Material 1', model: 'Model A', specification: 'Spec 1', voltage: '220V', standard: 'Standard 1' }, - { materialName: 'Material 2', model: 'Model B', specification: 'Spec 2', voltage: '110V', standard: 'Standard 2' }, - // ... (previous data) - - // Additional test data - { materialName: 'Material 3', model: 'Model C', specification: 'Spec 3', voltage: '120V', standard: 'Standard 3' }, - { materialName: 'Material 4', model: 'Model D', specification: 'Spec 4', voltage: '230V', standard: 'Standard 4' }, - { materialName: 'Material 5', model: 'Model E', specification: 'Spec 5', voltage: '240V', standard: 'Standard 5' }, - { materialName: 'Material 6', model: 'Model F', specification: 'Spec 6', voltage: '110V', standard: 'Standard 6' }, - { materialName: 'Material 7', model: 'Model G', specification: 'Spec 7', voltage: '220V', standard: 'Standard 7' }, - { materialName: 'Material 8', model: 'Model H', specification: 'Spec 8', voltage: '120V', standard: 'Standard 8' }, - { materialName: 'Material 9', model: 'Model I', specification: 'Spec 9', voltage: '230V', standard: 'Standard 9' }, - { materialName: 'Material 10', model: 'Model J', specification: 'Spec 10', voltage: '240V', standard: 'Standard 10' }, - // ... (repeat similar structure for more data) - { materialName: 'Material 11', model: 'Model K', specification: 'Spec 11', voltage: '120V', standard: 'Standard 11' }, - { materialName: 'Material 12', model: 'Model L', specification: 'Spec 12', voltage: '230V', standard: 'Standard 12' }, - { materialName: 'Material 13', model: 'Model M', specification: 'Spec 13', voltage: '240V', standard: 'Standard 13' }, - { materialName: 'Material 14', model: 'Model N', specification: 'Spec 14', voltage: '110V', standard: 'Standard 14' }, - { materialName: 'Material 15', model: 'Model O', specification: 'Spec 15', voltage: '220V', standard: 'Standard 15' }, - { materialName: 'Material 16', model: 'Model P', specification: 'Spec 16', voltage: '120V', standard: 'Standard 16' }, - { materialName: 'Material 17', model: 'Model Q', specification: 'Spec 17', voltage: '230V', standard: 'Standard 17' }, - { materialName: 'Material 18', model: 'Model R', specification: 'Spec 18', voltage: '240V', standard: 'Standard 18' }, - { materialName: 'Material 19', model: 'Model S', specification: 'Spec 19', voltage: '110V', standard: 'Standard 19' }, - { materialName: 'Material 20', model: 'Model T', specification: 'Spec 20', voltage: '220V', standard: 'Standard 20' }, - ], + materialTableData: [], selectedMaterialItems: [], // 选中的数据 savedSelectedMaterials: [], // 保存选中的数据 precMaterialName: '', vagueMaterialName: '', vagueModel: '', - + dialogInventoryVisible: false, + inventoryTableData: [], + clickedRowIndex: null, // 用于记录点击的行的索引 } }, computed: { @@ -514,14 +532,17 @@ const end = start + this.pageSize; return this.materialTableData.slice(start, end); }, + getCurrentInventoryData() { + const start = (this.inventoryCurrentPage - 1) * this.pageSize; + const end = start + this.pageSize; + return this.inventoryTableData.slice(start, end); + }, }, created() { - + this.getInventoryData(); }, mounted() { - this.$nextTick(() => { - this.$refs.materialTable.setSelection(this.selectedMaterialItems); - }); + }, methods: { async init () { @@ -587,6 +608,10 @@ }, + handleInventoryCurrentChange(val) { + this.currentPage = val; + }, + addMaterial(){ this.dialogMaterialVisible = true; }, @@ -652,7 +677,35 @@ }) } - } + }, + + handleInventoryClick(row, index) { + this.clickedRowIndex = index; // 记录点击的行的索引 + this.dialogInventoryVisible = true; // 打开选择盘具的 dialog + }, + + getInventoryData() { + queryInventoryList().then(res => { + this.inventoryTableData = res.data || [] + }).catch(err => { + this.$message.error('请求出错了:' + err) + }) + }, + + chooseInventory(row) { + // 在选择盘具的逻辑中,将选择的盘具信息赋值给之前点击的行的数据 + if (this.clickedRowIndex !== null) { + // 假设选择盘具后的数据存储在 this.selectedInventory 中 + const updatedRow = { + ...this.materialData[this.clickedRowIndex], + inventory: row.inventory, // 盘具名称 + weighInv: row.weighInv, // 盘重信息 + }; + this.$set(this.materialData, this.clickedRowIndex, updatedRow); + } + this.dialogInventoryVisible = false; // 打开选择盘具的 dialog + // 其他逻辑... + }, }, })