From ccbf64566d30ebe8c4f205051181a8e4f3399dc3 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期日, 07 七月 2019 01:43:03 +0800
Subject: [PATCH] 服务管理和应用管理开发测试完成
---
CodeService/src/main/java/com/java110/code/smo/impl/PrimaryKeyServiceSMOImpl.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/CodeService/src/main/java/com/java110/code/smo/impl/PrimaryKeyServiceSMOImpl.java b/CodeService/src/main/java/com/java110/code/smo/impl/PrimaryKeyServiceSMOImpl.java
index c3973a8..2739d75 100644
--- a/CodeService/src/main/java/com/java110/code/smo/impl/PrimaryKeyServiceSMOImpl.java
+++ b/CodeService/src/main/java/com/java110/code/smo/impl/PrimaryKeyServiceSMOImpl.java
@@ -9,6 +9,8 @@
import com.java110.core.context.CodeDataFlow;
import com.java110.core.factory.DataTransactionFactory;
import com.java110.service.init.ServiceInfoListener;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@@ -20,6 +22,7 @@
*/
@Service("primaryKeyServiceSMOImpl")
public class PrimaryKeyServiceSMOImpl extends BaseServiceSMO implements IPrimaryKeyServiceSMO {
+ protected final static Logger logger = LoggerFactory.getLogger(PrimaryKeyServiceSMOImpl.class);
@Autowired
--
Gitblit v1.8.0