using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace iWare.Wms.Application.Service.AccessInterface.Dto
{
///
/// 外部获取共建信息入参
///
public class AccessWorkPieceInfoInput
{
///
/// 工件号
///
public string WorkPieceID { get; set; }
/////
///// 工序
/////
//public string WorkingProcedure { get; set; }
}
public class JsonInput
{
///
/// json字符串
///
public string json { get; set; }
}
}