xuhy
2 天以前 def5feab50f17c2193470c29d8c4331dcc7894d2
UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ICompanyCityService.java
@@ -4,6 +4,8 @@
import com.stylefeng.guns.modular.system.model.Company;
import com.stylefeng.guns.modular.system.model.CompanyCity;
import java.util.List;
public interface ICompanyCityService extends IService<CompanyCity> {
@@ -24,4 +26,5 @@
     * @throws Exception
     */
    Company query(String code) throws Exception;
    List<Company> queryCall(String code) throws Exception;
}