package com.java110.store.bmo.contractChangePlan; import com.java110.dto.contractChangePlan.ContractChangePlanDto; import org.springframework.http.ResponseEntity; public interface IGetContractChangePlanBMO { /** * 查询合同变更计划 * add by wuxw * @param contractChangePlanDto * @return */ ResponseEntity get(ContractChangePlanDto contractChangePlanDto); }