|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 int modifyCancelProjServices(SysProjServices projServices); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 删除服务单中明细, 即项目/套餐 | 
|---|
|  |  |  | * @param id | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public int deleteProjServiceItemById(Long id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 划扣 | 
|---|
|  |  |  | 
|---|
|  |  |  | public VerifyResult checkArrears(SysProjServices sysProjServices); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public VerifyResult checkBalance(SysProjServices sysProjServices); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<ServiceOrderListVo> findApiServiceOrderListInPage(ServiceOrderListDto serviceOrderListDto, PaginationVO pageVo); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int findApiServiceOrderListTotal(ServiceOrderListDto serviceOrderListDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public boolean skipServiceOrderStep(String step); | 
|---|
|  |  |  | } | 
|---|