package com.shlanbao.tzsc.base.dao.impl;
|
|
import org.springframework.stereotype.Repository;
|
|
import com.shlanbao.tzsc.base.dao.QmSelfCheckStripDaoI;
|
import com.shlanbao.tzsc.base.mapping.QmSelfCheckStrip;
|
@Repository
|
public class QmSelfCheckStripDaoImpl extends BaseDaoImpl<QmSelfCheckStrip> implements QmSelfCheckStripDaoI{
|
|
}
|