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

com.haoxuer.discover.notice.data.dao.UserMessageDao Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.notice.data.dao;


import com.haoxuer.discover.data.core.BaseDao;
import com.haoxuer.discover.data.core.Updater;
import com.haoxuer.discover.notice.data.entity.UserMessage;

/**
 * Created by imake on 2018年01月02日11:12:13.
 */
public interface UserMessageDao extends BaseDao {

  UserMessage findById(Long id);

  UserMessage save(UserMessage bean);

  UserMessage updateByUpdater(Updater updater);

  UserMessage deleteById(Long id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy