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

com.quhaodian.plug.data.dao.SystemPaymentDao Maven / Gradle / Ivy

There is a newer version: 1.8.9
Show newest version
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