YD_Event.Admin/YD_Event.Commons/Dto/Open/FaceListOfDeviceDto.cs
2025-12-15 10:52:47 +08:00

14 lines
258 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YD_Event.Commons.Dto.Open
{
public class FaceListOfDeviceDto : PageDto
{
public int OrgId { get; set; }
}
}