CommunicationQueryModel.cs 287 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 using HHECS.DAQWebClient.Model; namespace HHECS.DAQWebClient.ViewModel { public class CommunicationQueryModel { public string? Code { get; set; } public string? Name { get; set; } public CommunicationTypeConst? CommunicationType { get; set; } } }