Files
HTCloud/HT.Cloud.Domain/ViewModel/AuthorizeActionModel.cs

16 lines
500 B
C#
Raw Permalink Normal View History

2023-03-03 16:07:50 +08:00
/*******************************************************************************
* Copyright © 2020 HT.Cloud.Framework
* Author: HT.Cloud
* Description: WaterCloud快速开发平台
* Website
*********************************************************************************/
namespace HT.Cloud.Domain.ViewModel
{
public class AuthorizeActionModel
{
public string F_Id { set; get; }
public string F_UrlAddress { set; get; }
public string F_Authorize { get; set; }
}
}