YD_Event.Admin/YD_Event.Commons/Dto/Open/FaceListOfDeviceDto.cs

14 lines
258 B
C#
Raw Normal View History

2025-12-15 10:52:47 +08:00
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; }
}
}