mirror of
https://github.com/nsnail/IGeekFan.AspNetCore.Knife4jUI.git
synced 2025-04-25 09:22:50 +08:00
8 lines
115 B
C#
8 lines
115 B
C#
using System;
|
|
|
|
namespace Basic.Controllers
|
|
{
|
|
internal class DefaultValuesAttribute : Attribute
|
|
{
|
|
}
|
|
} |