Sign in

MES / DataAcquisition · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • DataAcquisition
  • HHECS.DAQServer
  • Dto
  • Equipment
  • ClientStatusDto.cs
  • 调整客户端状态更新功能
    01969418
    唐召明 authored
    2024-04-24 15:56:58 +0800  
    Browse Code »
ClientStatusDto.cs 135 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7
namespace HHECS.DAQServer.Dto.Equipment
{
    public class ClientStatusDto
    {
        public Guid ClientId { get; set; }
    }
}