From c10e5fad185525821c62f52c3b6f7d7042a6ade5 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 26 六月 2024 16:47:34 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg
---
_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl b/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl
index 24a6087..c766db0 100644
--- a/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl
+++ b/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetAttributeNames.qbl
@@ -7,10 +7,10 @@
// rislai Jun-21-2024 (created)
attributeNames := construct( Strings );
- attributeNames.Add( "BaseVersion" );
- attributeNames.Add( "CompareVersion" );
attributeNames.Add( "BaseVersionValue" );
attributeNames.Add( "CompareVersionValue" );
+ attributeNames.Add( "BaseVersion" );
+ attributeNames.Add( "CompareVersion" );
attributeNames.Add( "Gap" );
return &attributeNames;
--
Gitblit v1.9.3