添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace JNPF.Systems.Entitys.Dto.System.InterfaceOauth
|
||||
{
|
||||
public class InterfaceOauthSaveInput
|
||||
{
|
||||
/// <summary>
|
||||
/// id.
|
||||
/// </summary>
|
||||
public string interfaceIdentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 接口id.
|
||||
/// </summary>
|
||||
public string dataInterfaceIds { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user