0
This commit is contained in:
@@ -6,11 +6,14 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace MyCode.Project.Domain.Message.Response.WMS
|
||||
{
|
||||
/// <summary>
|
||||
/// WMS响应对象
|
||||
/// </summary>
|
||||
public class WMSResponse
|
||||
{
|
||||
public int Code { get; set; }
|
||||
public int? Code { get; set; }
|
||||
public string Message { get; set; }
|
||||
public Dictionary<string, string> Value { get; set; }
|
||||
public int View { get; set; }
|
||||
public int? View { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user