| | |
| | | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.dto.SCSupplementDTO; |
| | | import com.doumee.dao.business.model.SettleClaims; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 理赔申请表Service定义 |
| | | * @author 江蹄蹄 |
| | | * @date 2024/01/15 15:07 |
| | | * @date 2024/01/16 10:03 |
| | | */ |
| | | public interface SettleClaimsService { |
| | | |
| | |
| | | */ |
| | | Integer create(SettleClaims settleClaims); |
| | | |
| | | Integer updateForCompany(SettleClaims settleClaims); |
| | | |
| | | /** |
| | | * 补充说明 |
| | | * @param scSupplementDTO |
| | | */ |
| | | void supplement(SCSupplementDTO scSupplementDTO); |
| | | |
| | | /** |
| | | * 附件上传 |
| | | * @param scSupplementDTO |
| | | */ |
| | | void claimsUploadFile(SCSupplementDTO scSupplementDTO); |
| | | |
| | | /** |
| | | * 主键删除 |
| | | * |