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
349 B

3 weeks ago
  1. namespace Shentun.Peis.PlugIns.Extensions.ChargeRequests.YinHai.FeeBacks
  2. {
  3. public class CallBussinessResponseDto
  4. {
  5. public CallBussinessResponseDetailDto data { get; set; }
  6. }
  7. public class CallBussinessResponseDetailDto
  8. {
  9. public string status_code { get; set; }
  10. public string msg { get; set; }
  11. }
  12. }