仪表盘
版本库
文件存储
活动
搜索
登录
况洋洋
/
LW_MesService
龙巍PC后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1增加了通用控件选择库位 2增加撤回报工,自动入库维护功能
cnf
2025-08-23
2b4019cdae3d1abbd47bb2524a620e23cd8806e3
[~kyy/LW_MesService.git]
/
WebApi
/
Gs.Toolbox
/
ApiCore
/
Group
/
ApiGroupInfoAttribute.cs
1
2
3
4
5
6
7
8
9
10
11
namespace Gs.Toolbox.ApiCore.Group;
/// <summary>
/// swagger模块枚举注释
/// </summary>
public class GroupInfoAttribute : Attribute
{
public string Title { get; set; }
public string Version { get; set; }
public string Description { get; set; }
}