?? configtreedao.java
字號:
package com.yuanchung.sales.dao.config;
import java.util.List;
import com.yuanchung.sales.model.config.ConfigTree;
import com.yuanchung.sales.model.service.ServiceOrder;
public interface ConfigTreeDAO {
public void save(ConfigTree configTree) ;
public void delete(ConfigTree configTree) ;
public ConfigTree findById(java.lang.Integer id) ;
public List findByExample(ConfigTree configTree) ;
public List findByProperty(String propertyName, Object value);
public void modifyTable (String tableName,String fieldName,String value1,String value2);
public int lockUpTableDate(String tableName,String fieldName,String value);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -