package com.mandi.fendan.service; import com.mandi.dao.common.PageResult; import com.mandi.fendan.persist.Fd_Company; public interface IAreaService { /** * 获得所有的è¿è¾“å…¬å¸ * @return */ public PageResult<Fd_Company> getallcmList(); // /** // * 查找å‘货地区 // * @param pr // * @param search // * @return // */ // public PageResult<Map<String, Object>> getList(); // // // /** // * 获得æŸä¸ªå‘货地区已选择的è¿è¾“å…¬å¸ // * @param bianhao // * @return // */ // public ObjectResult<String> getsecmList(String bianhao); // // // /** // * ä¿å˜å‘货地区åŠå‘货地区与物æµå…¬å¸å…³ç³»è¡¨ // * @param name åç§° // * @param bianhao ç¼–å· // * @param jishu 层级 // * @param ismx æ˜¯å¦æ˜¯æ˜Žç»† // * @param companyNos 物æµå…¬å¸ç¼–å· // * @return // * @throws Exception // */ // public ObjectResult<Boolean> saveItem(String name,String bianhao,int jishu,String companyNos,boolean GLXJ)throws Exception; // // // /** // * åˆ é™¤å‘货地区 // * @param bianhao // * @return // * @throws Exception // */ // public ObjectResult<Boolean> delItem(String bianhao)throws Exception; }