using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIP_Models { /// /// 物料信息 /// public class MaterialView { /// /// 物料出ECM后去向,缓存区:B热后立库:W /// public string directionHeating { get; set; } } }