Explorar o código

3dDisplayEngine YtiotTCompanyService.java 王隽 commit at 2021-03-10

王隽 %!s(int64=4) %!d(string=hai) anos
pai
achega
a89ad68538
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      3dDisplayEngine/buildingService/YtiotTCompanyService.java

+ 10 - 0
3dDisplayEngine/buildingService/YtiotTCompanyService.java

@@ -0,0 +1,10 @@
+package cn.com.usky.iot.company.service;
+
+public interface YtiotTCompanyService {
+	public String appendCompany(String queryJson) throws Exception;
+	public String updateCompany(String queryJson) throws Exception;	
+	public String deleteCompany(String queryJson) throws Exception;
+	public String getCompanyList(String queryJson, String page, String start, String limit, String sort) throws Exception;
+	public String getCompanyVerList(String queryJson, String page, String start, String limit, String sort) throws Exception;
+}
+