![JAR search and dependency download from the Maven repository](/logo.png)
com.quhaodian.web.data.dao.WebThemeDao Maven / Gradle / Ivy
The newest version!
package com.quhaodian.web.data.dao;
import com.quhaodian.data.core.BaseDao;
import com.quhaodian.data.core.Updater;
import com.quhaodian.web.data.entity.WebTheme;
/**
* Created by imake on 2017年08月30日10:16:29.
*/
public interface WebThemeDao extends BaseDao{
WebTheme findById(String id);
WebTheme save(WebTheme bean);
WebTheme updateByUpdater(Updater updater);
WebTheme deleteById(String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy