增加系统通知接口

This commit is contained in:
2023-11-20 17:49:29 +08:00
parent 81196ab374
commit eaaab6faec

View File

@@ -32,7 +32,7 @@ public class NoticeStatusDto extends CommonDto {
private LocalDateTime deleteTime;
@Data
public class UserDto extends OrgCommonDto {
public static class UserDto extends OrgCommonDto {
@Comment("用户名")
private String username;