- package com.crm.custom.service;
- import com.crm.rely.backend.model.entity.account.apply.demo.AccountApplyDemoAddEntity;
- public interface AccountApplyDemoService {
- /**
- * 新增创建账户信息
- *
- * @param entity
- * @throws Exception
- */
- void addAccountApplyDemo(AccountApplyDemoAddEntity entity) throws Exception;
- }
|