调整调用第三方接口代码
This commit is contained in:
@@ -17,6 +17,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// 响应信息
|
||||
/// </summary>
|
||||
public string msg { get; set; }
|
||||
/// <summary>
|
||||
/// 错误提示消息
|
||||
/// </summary>
|
||||
public string error { get; set; }
|
||||
public DateTime? timestamp { get; set; }
|
||||
/// <summary>
|
||||
/// 响应数据
|
||||
|
||||
Reference in New Issue
Block a user