All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nb6868.onex.msg.dao.MsgLogDao Maven / Gradle / Ivy

There is a newer version: 4.2.16
Show newest version
package com.nb6868.onex.msg.dao;

import com.nb6868.onex.common.jpa.BaseDao;
import com.nb6868.onex.msg.entity.MsgLogEntity;
import org.apache.ibatis.annotations.Mapper;

/**
 * 消息记录
 *
 * @author Charles [email protected]
 */
@Mapper
public interface MsgLogDao extends BaseDao {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy