package com.shlanbao.tzsc.base.dao.impl;
|
|
import org.springframework.stereotype.Repository;
|
|
import com.shlanbao.tzsc.base.dao.EqmPaulDayDaoI;
|
import com.shlanbao.tzsc.base.mapping.EqmPaulDay;
|
/**
|
*
|
* @ClassName: EqmPaulDayDaoImpl
|
* @Description: 日保养
|
* @author luo
|
* @date 2015年7月2日 上午10:32:36
|
*
|
*/
|
@Repository
|
public class EqmPaulDayDaoImpl extends BaseDaoImpl<EqmPaulDay> implements EqmPaulDayDaoI {
|
|
|
}
|