using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Admin.NET.Core { public class WeMinProOfficeDto { public string AppId { get; set; } public string RoomId { get; set; } public string TaskId { get; set; } } }