YD_XinWei.Api/YD_XinWei.Commons/Dto/Open/FaceListOfDeviceDto.cs

14 lines
259 B
C#
Raw Permalink Normal View History

2025-01-16 15:07:38 +08:00
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; }
}
}