ICommonService.java 202 Bytes
package com.chinagas.modules.schsf.service;

import java.util.HashMap;

public interface ICommonService {

    HashMap<String, String> selectSysDeptByidName(String companyCode, String companyName);


}