jiangping
2024-01-30 a9ca0823ab8f33ca85abebcf6ec4a8da235adb49
server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java
@@ -4,6 +4,8 @@
import com.doumee.core.model.PageWrap;
import com.doumee.dao.business.dto.ApplyChangeOptDTO;
import com.doumee.dao.business.model.ApplyChange;
import com.doumee.dao.business.model.InsuranceApply;
import java.util.List;
/**
@@ -20,7 +22,9 @@
     * @return Integer
     */
    Integer create(ApplyChange applyChange);
    Integer back(ApplyChange param);
    Integer dealBackApply(ApplyChange param);
    Integer uploadPidan(ApplyChange insuranceApply);
    /**
     * 主键删除
     *
@@ -102,4 +106,14 @@
    void changeOpt(ApplyChangeOptDTO applyChangeOptDTO);
    ApplyChange findDetail(Integer id);
    Integer editPidan(ApplyChange applyChange);
    ApplyChange exportJiajianBaoExcel(ApplyChange model);
    ApplyChange exportChangeUnitExcel(ApplyChange model);
    String getSignLinkJiajiabao(ApplyChange model);
    String getSignLinkChangeUnit(ApplyChange model);
}