using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ICSSoft.Entity{ public class ICSMaterialBackModel { /// <summary> /// 出库点位 /// </summary> public string OutPosition { get; set; } /// <summary> /// 站点 /// </summary> public string WorkPoint { get; set; } }}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.Entity
{
public class ICSMaterialBackModel
/// <summary>
/// 出库点位
/// </summary>
public string OutPosition { get; set; }
/// 站点
public string WorkPoint { get; set; }
}