Files
xinjiang/SGGL/WebAPI/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs
T
xiaju 6619f1e004 1、系统菜单调整;
2、系统看板UI调整;
3、事故事件功能
4、其他
2025-12-10 15:58:02 +08:00

11 lines
227 B
C#

using System;
namespace WebAPI.Areas.HelpPage.ModelDescriptions
{
public class ParameterAnnotation
{
public Attribute AnnotationAttribute { get; set; }
public string Documentation { get; set; }
}
}