TmpCert.cs 221 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem.MainModels2
  4. {
  5. public partial class TmpCert
  6. {
  7. public string MakerCode { get; set; }
  8. public string CertId { get; set; }
  9. }
  10. }