QueryAttachDto.cs 155 B

1234567
  1. namespace VberZero.AppService.Attaches.Dto;
  2. public class QueryAttachDto
  3. {
  4. public string CodeKey { get; set; }
  5. public string Key { get; set; }
  6. }