From f0b8a8d9966d0ccbb23ee8baaedf4ff8ba6060ed Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 08 八月 2024 18:15:42 +0800 Subject: [PATCH] 业务类型新增、修改、删除、查看使用范围、创建视图、一致性检查、一致性检查修复、删除数据、删除数据界面查询、删除全部类型接口上传。 --- Bin/properties/service.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Bin/properties/service.xml b/Bin/properties/service.xml index 552d9fb..3112a78 100644 --- a/Bin/properties/service.xml +++ b/Bin/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 name="LogService" entry="com.vci.server.log.LogServiceImpl" description="鏃ュ織鏈嶅姟" /> <ServiceTempl name="FrameService" entry="com.vci.server.framework.FrameworkServiceImpl" description="绯荤粺妗嗘灦鏈嶅姟" /> <ServiceTempl name="OMDService" entry="com.vci.server.omd.OMDServiceImpl" description="瀵硅薄妯″瀷瀹氫箟鏈嶅姟" /> <ServiceTempl name="BOFServer" entry="com.vci.server.bof.BOFactoryServiceImpl" description="瀵硅薄宸ュ巶鏈嶅姟" /> -- Gitblit v1.10.0