swagger新增查看Model注解

This commit is contained in:
不做码农
2023-02-13 21:40:38 +08:00
parent 47c3e41eb1
commit 2ac2583d1e
4 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Text;
namespace ZR.Model
@@ -10,6 +11,9 @@ namespace ZR.Model
/// 当前页码
/// </summary>
public int PageNum { get; set; }
/// <summary>
/// 每页显示多少条
/// </summary>
public int PageSize { get; set; }
/// <summary>
/// 总记录数