YD_XinWei.Api/YD_XinWei.Commons/Dto/Open/FaceListOfDeviceDto.cs
tanglong 752e8450bc ss
2025-06-06 15:15:42 +08:00

14 lines
259 B
C#

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