package com.shlanbao.tzsc.base.dao; import com.shlanbao.tzsc.base.mapping.SchShiftExchg; /** * 换班记录 * @author Leejean * @create 2014年11月18日下午3:26:06 */ public interface SchShiftExchgDaoI extends BaseDaoI{ }