mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
添加链接失效反馈后端及数据库;登陆改为登录
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package plus.bookshelf.Service.Model;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class FailureFeedbackModel {
|
||||
|
||||
private Integer bookId;
|
||||
|
||||
private Integer fileId;
|
||||
|
||||
private Integer fileObjectId;
|
||||
|
||||
private Integer userId;
|
||||
|
||||
private Date createTime;
|
||||
}
|
Reference in New Issue
Block a user