From 85052310d5bf3c54e330454e9e77a6459bc63af3 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期日, 14 四月 2019 00:05:06 +0800
Subject: [PATCH] 添加网站logo

---
 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