![JAR search and dependency download from the Maven repository](/logo.png)
com.quhaodian.plug.data.dao.SystemPaymentDao Maven / Gradle / Ivy
package com.quhaodian.plug.data.dao;
import com.quhaodian.data.core.BaseDao;
import com.quhaodian.data.core.Updater;
import com.quhaodian.plug.data.entity.SystemPayment;
/**
* 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