From 916984c1eb182dbdabf8f40007cdc1648bcd460e Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期二, 09 七月 2024 13:19:32 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl b/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl index c766db0..1072935 100644 --- a/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl +++ b/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl @@ -7,8 +7,6 @@ // rislai Jun-21-2024 (created) attributeNames := construct( Strings ); - attributeNames.Add( "BaseVersionValue" ); - attributeNames.Add( "CompareVersionValue" ); attributeNames.Add( "BaseVersion" ); attributeNames.Add( "CompareVersion" ); attributeNames.Add( "Gap" ); -- Gitblit v1.9.3