YtiotVCompanyService.java 429 B

123456789
  1. package cn.com.usky.iot.company.service;
  2. public interface YtiotVCompanyService {
  3. public String getVCompanyList(String queryJson, String page, String start, String limit, String sort) throws Exception;
  4. public String getVCompanyNameList(String queryJson) throws Exception;
  5. public String getVBuildingNameList(String queryJson) throws Exception;
  6. public String getVProjectNameList(String queryJson) throws Exception;
  7. }