|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.matrix.core.pojo.PaginationVO; | 
|---|
|  |  |  | import com.matrix.core.pojo.VerifyResult; | 
|---|
|  |  |  | import com.matrix.system.app.dto.ServiceOrderListDto; | 
|---|
|  |  |  | import com.matrix.system.app.vo.ServiceOrderListVo; | 
|---|
|  |  |  | import com.matrix.system.hive.bean.SysProjServices; | 
|---|
|  |  |  | import com.matrix.system.hive.plugin.util.BaseServices; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | public VerifyResult checkArrears(SysProjServices sysProjServices); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public VerifyResult checkBalance(SysProjServices sysProjServices); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<ServiceOrderListVo> findApiServiceOrderListInPage(ServiceOrderListDto serviceOrderListDto, PaginationVO pageVo); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int findApiServiceOrderListTotal(ServiceOrderListDto serviceOrderListDto); | 
|---|
|  |  |  | } | 
|---|