using System; namespace Magic.Application { /// /// 测试输出参数 /// public class TestOutput { /// /// 主键Id /// public long Id { get; set; } /// /// 租户Id /// public long TenantId { get; set; } } }