3 changed files with 22 additions and 7 deletions
@ -0,0 +1,13 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace BBWY.Server.Model.Dto |
|||
{ |
|||
public class _1688DeliveryCallbackRequest |
|||
{ |
|||
public string message { get; set; } |
|||
|
|||
public string _aop_signature { get; set; } |
|||
} |
|||
} |
Loading…
Reference in new issue