mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
add 新增后管管理员处理用户反馈信息接口
This commit is contained in:
@@ -2,6 +2,7 @@ package com.jsowell.pile.service;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.jsowell.common.core.domain.AjaxResult;
|
||||
import com.jsowell.pile.domain.MemberFeedbackInfo;
|
||||
import com.jsowell.pile.dto.MemberFeedbackInfoDTO;
|
||||
import com.jsowell.pile.vo.uniapp.customer.MemberFeedbackInfoVO;
|
||||
@@ -80,4 +81,10 @@ public interface MemberFeedbackInfoService {
|
||||
* @return
|
||||
*/
|
||||
MemberFeedbackInfoVO getMemberFeedbackDetailByCode(String feedbackCode);
|
||||
|
||||
/**
|
||||
* 后台管理员处理用户反馈信息
|
||||
* @param memberFeedbackInfo
|
||||
*/
|
||||
void dealUserFeedback(MemberFeedbackInfo memberFeedbackInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user