From ef8a4caa0119add191a3b772337aa023eecd2eb9 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 17 三月 2021 15:59:33 +0800 Subject: [PATCH] 增加功能版本信息 --- HDL_ON/Entity/Function/Function.cs | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index bf83228..d79b773 100644 --- a/HDL_ON/Entity/Function/Function.cs +++ b/HDL_ON/Entity/Function/Function.cs @@ -151,6 +151,12 @@ } } + + /// <summary> + /// 鐗堟湰鏁版嵁鍒楄〃 + /// </summary> + public List<VersionInfo> versions = new List<VersionInfo>(); + /// <summary> /// 涓婁竴娆℃墦寮�鐨勪寒搴� /// 鐏厜绉佹湁灞炴�� @@ -1027,7 +1033,7 @@ /// <summary> /// 绾㈠銆佺數瑙� /// </summary> - public const string IrTV = "ir.tv"; + public const string TvIr = "ir.tv"; /// <summary> /// 瀹剁數銆侀鎵� /// </summary> @@ -1056,10 +1062,6 @@ /// 绾㈠瀹� /// </summary> public const string IrModule = "ir.module"; - /// <summary> - /// 绾㈠鐢佃 - /// </summary> - public const string IrAC = "ir.ac"; /// <summary> /// 绾㈠閬ユ帶鍣� /// </summary> @@ -1156,4 +1158,9 @@ } +public class VersionInfo +{ + public string module = ""; + public string version = ""; +} } -- Gitblit v1.8.0