style: 代码格式化

This commit is contained in:
Ray.Hao
2025-03-24 07:25:36 +08:00
parent 60f94fdf7f
commit 007d44e4ae
2 changed files with 0 additions and 3 deletions

View File

@@ -15,8 +15,6 @@ import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.*;
import java.time.LocalDate;
import java.util.List;
/**
* 日志控制层

View File

@@ -19,7 +19,6 @@ import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
/**
* 通知公告前端控制层
*