namespace JNPF.Systems.Entitys.Dto.System.InterfaceOauth { public class InterfaceOauthSaveInput { /// /// id. /// public string interfaceIdentId { get; set; } /// /// 接口id. /// public string dataInterfaceIds { get; set; } } }