using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JSMachine.WMS.App.Dto
{
///
/// 企望Erp上传状态
///
public partial class WantitErpUploadStatusDto
{
///
/// 状态代码
///
public int StatusCode { get; set; }
///
/// 状态描述
///
public string StatusDes { get; set; }
}
}