sftp 操作日志.

This commit is contained in:
lijiahangmax
2024-03-05 00:02:06 +08:00
parent f1ade4e182
commit a75ead9a58
22 changed files with 628 additions and 39 deletions

View File

@@ -14,6 +14,7 @@ import org.hibernate.validator.constraints.Range;
* @since 2023/7/12 23:14
*/
@Data
@Schema(description = "公共页码请求")
public class PageRequest implements IPageRequest {
@Range(min = 1, max = 10000, groups = Page.class)