|  |  |  | 
|---|
|  |  |  | * @Author: 陈凯裕 | 
|---|
|  |  |  | * @Date: 2021/3/13 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | AccountInsertDTO insertAccount(AccountInsertForm accountInsertForm); | 
|---|
|  |  |  | AccountDTO insertAccount(AccountInsertForm accountInsertForm); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @Description: 查询账号 | 
|---|
|  |  |  | 
|---|
|  |  |  | * @Author: 陈凯裕 | 
|---|
|  |  |  | * @Date: 2021/3/15 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | AccountUpdateDTO updateAccount(AccountUpdateForm accountUpdateForm); | 
|---|
|  |  |  | AccountDTO updateAccount(AccountUpdateForm accountUpdateForm); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @Description: 删除账号 | 
|---|
|  |  |  | 
|---|
|  |  |  | * @Author: 陈凯裕 | 
|---|
|  |  |  | * @Date: 2021/3/16 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | AccountDeleteDTO deleteAccount(AccountDeleteForm accountDeleteForm); | 
|---|
|  |  |  | AccountDTO deleteAccount(AccountDeleteForm accountDeleteForm); | 
|---|
|  |  |  | } | 
|---|