EPLAN_PROD_Plugin/Sinvo.EplanHpD.Plugin.Service
lihanbo d7f61b0db3 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定
增加 CableTypeThree 属性及相关处理

在 CableLectotype.cs 文件中增加了 CableTypeThree 属性,并设置了 SugarColumn(IsNullable = true)。
在 MotorLectotypeService.cs 文件中增加了对 CableTypeThree 属性的处理。
在 Sinvo.EplanHpD.Plugin.WPFUI.csproj 文件中增加了对 MotorPassthroughCable.cs 文件的编译包含。
在 MotorExcelHelper.cs 文件中增加了 GetPassthroughCableCount 方法。
在 CableLectotypeUserControl.xaml 文件中修改了 hc:SimpleStackPanel 的 Visibility 绑定属性。
在 CableLectotypeUserControl.xaml.cs 文件中增加了对 EPLAN.Harness.Core.Interfaces 的引用,并在 CableLectotypeViewModel 类中增加了一个实例。
在 CableLectotypeViewModel.cs 文件中增加了对 CableTypeThree 属性的处理,并增加了 _passthroughCableCount 和 IsEnableThreeCableType 属性及其相关逻辑。
在 MotorPassthroughCable.cs 文件中增加了 MotorPassthroughCable 类,用于表示电机直通线数量。
2025-02-14 09:22:11 +08:00
..
Model 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
Properties 105040 Update To 1.0.0.24 2025-02-12 08:42:12 +08:00
DBHelper.cs 105040 Update 增加调试标识判断 2025-01-23 09:04:38 +08:00
PluginServices.cs 105040 增加数据库保存,优化界面 2024-12-03 11:50:36 +08:00
Sinvo.EplanHpD.Plugin.Service.csproj 105040 增加编译标识,分开插件菜单 2025-02-10 11:38:43 +08:00