?? fieldlistdao.java
字號:
package com.yuanchung.sales.dao.config;
import java.util.List;
import com.yuanchung.sales.model.config.ConfigTree;
import com.yuanchung.sales.model.config.FieldList;
import com.yuanchung.sales.model.service.ServiceOrder;
public interface FieldListDAO {
public void save(FieldList fieldList) ;
public void delete(FieldList fieldList) ;
public void update(FieldList fieldList);
public FieldList findById(java.lang.Integer id) ;
public List findByExample(FieldList fieldList) ;
public List findByProperty(String propertyName, Object value);
public List getByConfigTree(Object configTree);
public List findBydateTypeIsSelect();
//接口
public FieldList findBizType();
public FieldList findIndustryType();
public FieldList findIndustryOf();
public FieldList findEmployee_Num();
public FieldList findRegionOf();
public FieldList findProvince();
public FieldList findCity();
public FieldList findCounty();
public FieldList findManager_Level();
public FieldList findCustomerState();
public FieldList findHonestGrade();
public FieldList findCustomerSource();
public FieldList findSatulation();
public FieldList findEducation();
public FieldList findStageOf();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -