123456789101112131415161718 |
- using System;
- namespace ThCardReader
- {
- public class SiBusinessAddress
- {
- public string readSiCardUrl { get; set; }
- public string readSiCardUser { get; set; }
- public int readSiCardBuffSize { get; set; }
- public string readIdCardUrl { get; set; }
- public string readIdCardUser { get; set; }
- public int readIdCardBuffSize { get; set; }
- public string readQrEcTokenUrl { get; set; }
- public string organizationId { get; set; }
- public string createDatetime { get; set; }
- public int validFlag { get; set; }
- }
- }
|