Define the data model of esr-server.
[aai/esr-server.git] / esr-core / esr-mgr / src / main / java / org / onap / aai / esr / dao / CommonDao.java
index c536812..86c5a03 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
 package org.onap.aai.esr.dao;
 
 import org.hibernate.SessionFactory;
-import org.onap.aai.esr.entity.db.BaseData;
+import org.onap.aai.esr.entity.aai.BaseData;
 
 
 /**