mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-14 20:41:38 +08:00
添加链接失效反馈后端及数据库;登陆改为登录
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package plus.bookshelf.Service.Service;
|
||||
|
||||
import plus.bookshelf.Service.Model.FailureFeedbackModel;
|
||||
|
||||
public interface FailureFeedbackService {
|
||||
|
||||
/**
|
||||
* 添加反馈
|
||||
*
|
||||
* @param failureFeedbackModel
|
||||
* @return
|
||||
*/
|
||||
Boolean addFailureFeedback(FailureFeedbackModel failureFeedbackModel);
|
||||
}
|
Reference in New Issue
Block a user