From bbf34989894913f3db3f785c79d30069397ce11e Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 31 七月 2024 15:02:07 +0800
Subject: [PATCH] 属性池、状态池、枚举导出列名调整,可通过变量控制导出的列名是否和导入模板的一致;版本管理查询、查看应用范围接口上传。

---
 Source/Service/VciServiceMain/properties/service.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Source/Service/VciServiceMain/properties/service.xml b/Source/Service/VciServiceMain/properties/service.xml
index 96936a9..b664714 100644
--- a/Source/Service/VciServiceMain/properties/service.xml
+++ b/Source/Service/VciServiceMain/properties/service.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Services>
-	<!-- <ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缂撳瓨鏈嶅姟" /> -->
+	<ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缂撳瓨鏈嶅姟" />
+	<ServiceTempl entry="com.vci.server.log.LogServiceImpl" description="鏃ュ織鏈嶅姟" />
 	<ServiceTempl entry="com.vci.server.framework.FrameworkServiceImpl" description="绯荤粺妗嗘灦鏈嶅姟" />
 	<ServiceTempl entry="com.vci.server.omd.OMDServiceImpl" description="瀵硅薄妯″瀷瀹氫箟鏈嶅姟" />
 	<!-- <ServiceTempl name="QTDServer" entry="com.vci.server.qt.QTDefineServiceImpl" description="鏌ヨ妯℃澘瀹氫箟鏈嶅姟" />-->

--
Gitblit v1.10.0