LASAPlatform/OpenAuth.App/BaseApp/WFTask/Response/ExtendInfo.cs

9 lines
235 B
C#
Raw Permalink Normal View History

2025-04-23 09:19:29 +08:00
namespace OpenAuth.App.BaseApp.WFTask.Response;
public class ExtendInfo
{
public string Field { get; set; }
public object Value { get; set; }
public string Label { get; set; }
public string FieldName { get; set; }
}