|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.business.dto.ApplyChangeCyclePriceDTO; | 
|---|
|  |  |  | import com.doumee.dao.business.dto.ApplyChangeOptDTO; | 
|---|
|  |  |  | import com.doumee.dao.business.model.ApplyChange; | 
|---|
|  |  |  | import com.doumee.dao.business.model.InsuranceApply; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.CountCyclePriceVO; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | ApplyChange exportJiajianBaoExcel(ApplyChange model); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ApplyChange exportChangeUnitExcel(ApplyChange model); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | String getSignLinkJiajiabao(ApplyChange model); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | String getSignLinkChangeUnit(ApplyChange model); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | CountCyclePriceVO getChangeCountCyclePriceVO(ApplyChangeCyclePriceDTO applyChangeCyclePriceDTO); | 
|---|
|  |  |  | } | 
|---|