namespace LFlow.VersionManagement.Enums; /// /// 更新目标类型 /// public enum UpgradeTargetType { // 鼎捷插件 SWI = 1, // XH工具箱 XH_TOOL = 2, }