package org.dao;
import java.util.List;
import org.entity.Functions;
public interface IFunctionDAO {
public void save(Functions entity);
public void delete(Functions entity);
public void update(Functions entity);
public Functions findById(Integer id);
public List<Functions> findByProperty(String PropertyName, Object value);
public List<Functions> findAll();
}
最近下载更多
haofeichongtian LV1
2020年8月10日
jaonsang LV25
2020年2月26日
1986818968 LV1
2019年6月28日
tsoft11 LV5
2019年6月24日
2812891656 LV1
2019年6月22日
ruyiruhe123456 LV6
2019年6月16日
核核核 LV16
2019年6月12日
vvcvv_cool LV8
2019年5月27日
Chloez LV7
2019年4月26日
zixiQAQ LV3
2019年4月24日
最近浏览更多
interface LV22
2024年8月10日
uni-code_0123 LV1
2023年12月7日
六六六六六六 LV2
2022年6月7日
tangjj7260 LV18
2021年10月26日
那一年你在哪 LV13
2020年12月26日
MARTIN66666 LV1
2020年12月26日
yewentao LV5
2020年12月9日
newhaijun LV16
2020年12月3日
123456nty LV37
2020年10月21日
judy0971 LV12
2020年9月6日

