- package com.kmall.admin.dao;
- import com.kmall.admin.entity.InterfaceSendLogEntity;
- import com.kmall.manager.dao.BaseDao;
- /**
- * 接口日志记录Dao
- *
- * @author emato
- * @email admin@qhdswl.com
- * @date 2021-12-03 16:41:35
- */
- public interface InterfaceSendLogDao extends BaseDao<InterfaceSendLogEntity> {
- }
|