Package cn.vertxup.erp.service
Class CompanyService
- java.lang.Object
-
- cn.vertxup.erp.service.CompanyService
-
- All Implemented Interfaces:
CompanyStub
public class CompanyService extends Object implements CompanyStub
-
-
Constructor Summary
Constructors Constructor Description CompanyService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchByEmployee(String employeeId)
-
-
-
Method Detail
-
fetchByEmployee
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchByEmployee(String employeeId)
- Specified by:
fetchByEmployeein interfaceCompanyStub
-
-