添加项目文件。
This commit is contained in:
16
HT.Cloud.Domain/ViewModel/AuthorizeActionModel.cs
Normal file
16
HT.Cloud.Domain/ViewModel/AuthorizeActionModel.cs
Normal file
@ -0,0 +1,16 @@
|
||||
/*******************************************************************************
|
||||
* 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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user