docs: 注释完善修改

This commit is contained in:
haoxr
2023-05-21 14:35:48 +08:00
parent d0e4e0b7bc
commit 67be91a214
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ package com.youlai.system.framework.resubmit;
import java.lang.annotation.*;
/**
* 防重提交注解
* 防重提交注解
*
* @author haoxr
* @since 2023/5/9

View File

@@ -8,7 +8,7 @@ import lombok.Data;
* 菜单查询对象
*
* @author haoxr
* @date 2022/10/28
* @since 2022/10/28
*/
@Schema(description ="部门分页查询对象")
@Data