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 | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index 0997ffa..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> /// 涓婁竴娆℃墦寮�鐨勪寒搴� /// 鐏厜绉佹湁灞炴�� @@ -1152,4 +1158,9 @@ } +public class VersionInfo +{ + public string module = ""; + public string version = ""; +} } -- Gitblit v1.8.0