From d11f215b1f36b3b0fb6755ff3e64f3134e9fce06 Mon Sep 17 00:00:00 2001 From: dao Date: Wed, 30 Oct 2024 15:32:21 +0800 Subject: [PATCH] --- .../Learun.Application.WebApi/Until/MyEnum.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Until/MyEnum.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Until/MyEnum.cs index c46e0bf5a..161375617 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Until/MyEnum.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Until/MyEnum.cs @@ -13,7 +13,9 @@ namespace Learun.Application.WebApi.Until public enum ThrSys { [Description("超星")] - ChaoXin=31233 + ChaoXin=31233, + [Description("金山软件平台")] + JinShan=31243 }