Files
tnb.server/system/Tnb.Systems.Entitys/Dto/System/InterfaceOauth/InterfaceOauthSaveInput.cs
2023-03-13 15:00:34 +08:00

16 lines
352 B
C#

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; }
}
}