LASAPlatform/OpenAuth.Repository/Domain/WFInstanceInfo.cs

11 lines
229 B
C#
Raw Normal View History

2025-04-23 09:19:29 +08:00
namespace OpenAuth.Repository.Domain
{
public class WFInstanceInfo
{
public string schemeId { get; set; }
public string pkey { get; set; }
public string pkeyValue { get; set; }
}
}