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

com.haoxuer.discover.plug.data.dao.SystemPaymentDao Maven / Gradle / Ivy

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


import com.haoxuer.discover.plug.data.entity.SystemPayment;
import com.haoxuer.discover.data.core.BaseDao;
import com.haoxuer.discover.data.core.Updater;

/**
 * Created by imake on 2017年08月15日11:13:49.
 */
public interface SystemPaymentDao extends BaseDao {

  SystemPayment findById(Long id);

  SystemPayment save(SystemPayment bean);

  SystemPayment updateByUpdater(Updater updater);

  SystemPayment deleteById(Long id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy