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
14 lines
499 B
namespace Shentun.Peis.PlugIns.Extensions.ChargeRequests.YinHai.FeeBacks
|
|
{
|
|
public class CallBussinessRequestHeadDto
|
|
{
|
|
public string version { get; set; }
|
|
public string timestamp { get; set; }
|
|
public string sign { get; set; }
|
|
public string request_id { get; set; }
|
|
public string source_system { get; set; }
|
|
public string object_system { get; set; }
|
|
public string action { get; set; }
|
|
public string code { get; set; }
|
|
}
|
|
}
|