From 0a2c59670b82d61d3fa79f51a54e82e7bd0134c4 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期一, 25 十一月 2024 13:29:14 +0800 Subject: [PATCH] 优化生成 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/断面设计/ViewModel/eSectionShapeType.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\346\226\255\351\235\242\350\256\276\350\256\241/ViewModel/eSectionShapeType.cs" "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\346\226\255\351\235\242\350\256\276\350\256\241/ViewModel/eSectionShapeType.cs" index 59a720c..ed58074 100644 --- "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\346\226\255\351\235\242\350\256\276\350\256\241/ViewModel/eSectionShapeType.cs" +++ "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\346\226\255\351\235\242\350\256\276\350\256\241/ViewModel/eSectionShapeType.cs" @@ -8,8 +8,8 @@ { public enum eSectionShapeType { - 瀵圭О=0, - 涓嶅绉�=1, - 鐭╁舰=2 + 瀵圭О = 0, + 涓嶅绉� = 1, + 鐭╁舰 = 2 } } -- Gitblit v1.9.3