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