refactor(message): 优化消息分页查询接口

- 统一使用 AdminNoticeVo 作为返回类型
- 修正 UserNoticeMapper.xml 中的查询语句
- 更新相关控制器、仓库和服
This commit is contained in:
zhuangtianxiang 2025-01-17 18:31:42 +08:00
parent 881b6feeea
commit e06bdeba1e
6 changed files with 0 additions and 5 deletions

View File

@ -53,11 +53,6 @@ public class Attachment implements Serializable {
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
public LocalDateTime uploadTime; public LocalDateTime uploadTime;
/**
* 部门ID(权限)
*/
public Long deptId;
/** /**
* 文件下载链接 * 文件下载链接
*/ */

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB