|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
package com.jd.springboot.depositModel.Service.imple; |
|
|
|
package com.jd.springboot.depositModel.Service.imple; |
|
|
|
|
|
|
|
|
|
|
|
import com.jd.springboot.depositModel.Dao.DBDao; |
|
|
|
import com.jd.springboot.depositModel.Dao.DbDao; |
|
|
|
import org.springframework.stereotype.Repository; |
|
|
|
import org.springframework.stereotype.Repository; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
@ -16,7 +16,7 @@ import org.springframework.stereotype.Repository; |
|
|
|
* @author adiao |
|
|
|
* @author adiao |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Repository |
|
|
|
@Repository |
|
|
|
public class DbDaoImple implements DBDao { |
|
|
|
public class DbDaoImple implements DbDao { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* back withe add Function. |
|
|
|
* back withe add Function. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|