package com.fr.plugin.schedule.oa; import com.fr.plugin.schedule.oa.entity.OaOutPutEntity; import com.fr.stable.db.dao.BaseDAO; import com.fr.stable.db.session.DAOSession; /** * @author fr.open * @Date 2021/08/17 */ public class OaOutPutDao extends BaseDAO { public OaOutPutDao(DAOSession daoSession) { super(daoSession); } }