16 lines
500 B
C#
16 lines
500 B
C#
![]() |
/*******************************************************************************
|
|||
|
* 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; }
|
|||
|
}
|
|||
|
}
|