You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
499 B

3 weeks ago
  1. namespace Shentun.Peis.PlugIns.Extensions.ChargeRequests.YinHai.FeeBacks
  2. {
  3. public class CallBussinessRequestHeadDto
  4. {
  5. public string version { get; set; }
  6. public string timestamp { get; set; }
  7. public string sign { get; set; }
  8. public string request_id { get; set; }
  9. public string source_system { get; set; }
  10. public string object_system { get; set; }
  11. public string action { get; set; }
  12. public string code { get; set; }
  13. }
  14. }