煤科院现场调试提交
This commit is contained in:
13
WCS.Model/ApiModel/MKYBackgroundThread/SysOrderResponse.cs
Normal file
13
WCS.Model/ApiModel/MKYBackgroundThread/SysOrderResponse.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.ApiModel.MKYBackgroundThread
|
||||
{
|
||||
public class SysOrderResponse
|
||||
{
|
||||
public int code { get; set; }
|
||||
public string message { get; set; }
|
||||
public object data { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user