You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
344 B

package com.eco.plugin.wink.hrzdmsg.dsdd.db;
import com.eco.plugin.wink.hrzdmsg.dsdd.dsdd.TsEntity;
import com.fr.stable.db.dao.BaseDAO;
import com.fr.stable.db.session.DAOSession;
/**
* Created by wink on 2021-12-03.
*/
public class Dao extends BaseDAO<TsEntity> {
public Dao(DAOSession daoSession) {
super(daoSession);
}
}